|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ArtifactResolutionService | |
---|---|
org.opensaml.saml2.metadata | Interfaces for SAML 2.0 metadata specification types and elements. |
org.opensaml.saml2.metadata.impl | Implementations of the SAML 2.0 metadata specification types and elements. |
Uses of ArtifactResolutionService in org.opensaml.saml2.metadata |
---|
Methods in org.opensaml.saml2.metadata that return ArtifactResolutionService | |
---|---|
ArtifactResolutionService |
SSODescriptor.getDefaultArtifactResolutionService()
Gets the default artifact resolution service. |
ArtifactResolutionService |
SSODescriptor.getDefaultArtificateResolutionService()
Deprecated. replacement SSODescriptor.getDefaultArtifactResolutionService() |
Methods in org.opensaml.saml2.metadata that return types with arguments of type ArtifactResolutionService | |
---|---|
List<ArtifactResolutionService> |
SSODescriptor.getArtifactResolutionServices()
Gets a list of artifact resolution services for this service. |
Uses of ArtifactResolutionService in org.opensaml.saml2.metadata.impl |
---|
Classes in org.opensaml.saml2.metadata.impl that implement ArtifactResolutionService | |
---|---|
class |
ArtifactResolutionServiceImpl
Concrete implementation of ArtifactResolutionService |
Fields in org.opensaml.saml2.metadata.impl with type parameters of type ArtifactResolutionService | |
---|---|
private XMLObjectChildrenList<ArtifactResolutionService> |
SSODescriptorImpl.artifactResolutionServices
Supported artifact resolutions services. |
Methods in org.opensaml.saml2.metadata.impl that return ArtifactResolutionService | |
---|---|
ArtifactResolutionService |
ArtifactResolutionServiceBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications. |
ArtifactResolutionService |
ArtifactResolutionServiceBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
|
ArtifactResolutionService |
SSODescriptorImpl.getDefaultArtifactResolutionService()
Gets the default artifact resolution service. |
ArtifactResolutionService |
SSODescriptorImpl.getDefaultArtificateResolutionService()
Gets the default artifact resolution service. |
Methods in org.opensaml.saml2.metadata.impl that return types with arguments of type ArtifactResolutionService | |
---|---|
List<ArtifactResolutionService> |
SSODescriptorImpl.getArtifactResolutionServices()
Gets a list of artifact resolution services for this service. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |