Package | Description |
---|---|
org.opensaml.saml.common.binding |
Classes related to SAML binding operations.
|
org.opensaml.saml.common.binding.impl |
Implementation of SAML binding-level functionality, such as MessageHandlers.
|
org.opensaml.saml.common.messaging.context |
Context classes for SAML-based messaging function.
|
org.opensaml.saml.criterion |
Criterion based on SAML message/protocol information. |
org.opensaml.saml.ext.idpdisco |
Interfaces for SAML 2 Metadata Extension Identity Provider Discovery.
|
org.opensaml.saml.ext.idpdisco.impl |
Implementation for SAML v2.0 Identity Provider Discovery Profile.
|
org.opensaml.saml.ext.saml2mdquery.impl |
Implementation for SAML v2.0 Metadata Extension for Stand-Alone Query Requesters.
|
org.opensaml.saml.ext.saml2mdreqinit |
Interfaces for SAML 2 Metadata Extension for SSO Service Provider Request Initiation.
|
org.opensaml.saml.ext.saml2mdreqinit.impl |
Concrete implementations of the interfaces for the
SAML 2 Metadata Extension for SSO Service Provider Request Initiation.
|
org.opensaml.saml.saml2.metadata |
Concrete definitions of the objects described in saml-metadata-2.0-os work.
|
org.opensaml.saml.saml2.metadata.impl |
Concrete implementations of the metadata APIs.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEndpointResolver<EndpointType extends Endpoint>
Base implementation that resolves and validates protocol/profile endpoints using a combination of supplied
parameters and SAML metadata.
|
interface |
EndpointResolver<EndpointType extends Endpoint>
A resolver that is capable of resolving
Endpoint instances
which meet certain supplied criteria. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultEndpointResolver<EndpointType extends Endpoint>
Default implementation that performs additional endpoint validation.
|
Modifier and Type | Method and Description |
---|---|
Endpoint |
SAMLEndpointContext.getEndpoint()
Gets the endpoint of the SAML entity.
|
Modifier and Type | Method and Description |
---|---|
void |
SAMLEndpointContext.setEndpoint(Endpoint newEndpoint)
Sets the endpoint of the SAML entity.
|
Modifier and Type | Class and Description |
---|---|
class |
EndpointCriterion<EndpointType extends Endpoint>
Criterion representing a SAML metadata endpoint object. |
Modifier and Type | Interface and Description |
---|---|
interface |
DiscoveryResponse
SAML Identity Provider Discovery Protocol DiscoveryResponse.
|
Modifier and Type | Class and Description |
---|---|
class |
DiscoveryResponseImpl
This plugs into the standard opensaml2 parser framework to allow us to get use
DiscoverResponse
elements in our extensions. |
Modifier and Type | Method and Description |
---|---|
List<Endpoint> |
AttributeQueryDescriptorTypeImpl.getEndpoints()
Gets a read-only list of endpoints for this role.
|
List<Endpoint> |
AuthzDecisionQueryDescriptorTypeImpl.getEndpoints()
Gets a read-only list of endpoints for this role.
|
List<Endpoint> |
AuthnQueryDescriptorTypeImpl.getEndpoints()
Gets a read-only list of endpoints for this role.
|
List<Endpoint> |
AttributeQueryDescriptorTypeImpl.getEndpoints(QName type)
Gets a read-only list of endpoints for this role for the given type.
|
List<Endpoint> |
AuthzDecisionQueryDescriptorTypeImpl.getEndpoints(QName type)
Gets a read-only list of endpoints for this role for the given type.
|
List<Endpoint> |
AuthnQueryDescriptorTypeImpl.getEndpoints(QName type)
Gets a read-only list of endpoints for this role for the given type.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RequestInitiator
Interfaces for SAML 2 Metadata Extension for SSO Service Provider Request Initiation - RequestInitiator element.
|
Modifier and Type | Class and Description |
---|---|
class |
RequestInitiatorImpl
Concrete implementation of
RequestInitiator . |
Modifier and Type | Interface and Description |
---|---|
interface |
ArtifactResolutionService
SAML 2.0 Metadata ArtifactResolutionService.
|
interface |
AssertionConsumerService
SAML 2.0 Metadata AssertionConsumerService.
|
interface |
AssertionIDRequestService
SAML 2.0 Metadata AssertionIDRequestService.
|
interface |
AttributeService
SAML 2.0 Metadata AttributeService.
|
interface |
AuthnQueryService
SAML 2.0 Metadata AuthnQueryService.
|
interface |
AuthzService
SAML 2.0 Metadata AuthzService.
|
interface |
IndexedEndpoint
SAML 2.0 Metadata IndexedEndpoint.
|
interface |
ManageNameIDService
SAML 2.0 Metadata ManageNameIDService.
|
interface |
NameIDMappingService
SAML 2.0 Metadata NameIDMappingService.
|
interface |
SingleLogoutService
SAML 2.0 Metadata SingleLogoutService.
|
interface |
SingleSignOnService
SAML 2.0 Metadata SingleSignOnService.
|
Modifier and Type | Method and Description |
---|---|
List<Endpoint> |
RoleDescriptor.getEndpoints()
Gets a read-only list of endpoints for this role.
|
List<Endpoint> |
RoleDescriptor.getEndpoints(QName type)
Gets a read-only list of endpoints for this role for the given type.
|
Modifier and Type | Method and Description |
---|---|
List<Endpoint> |
SSODescriptorImpl.getEndpoints()
Gets a read-only list of endpoints for this role.
|
List<Endpoint> |
SPSSODescriptorImpl.getEndpoints()
Gets a read-only list of endpoints for this role.
|
List<Endpoint> |
IDPSSODescriptorImpl.getEndpoints()
Gets a read-only list of endpoints for this role.
|
List<Endpoint> |
AuthnAuthorityDescriptorImpl.getEndpoints()
Gets a read-only list of endpoints for this role.
|
List<Endpoint> |
PDPDescriptorImpl.getEndpoints()
Gets a read-only list of endpoints for this role.
|
List<Endpoint> |
AttributeAuthorityDescriptorImpl.getEndpoints()
Gets a read-only list of endpoints for this role.
|
List<Endpoint> |
SSODescriptorImpl.getEndpoints(QName type)
Gets a read-only list of endpoints for this role for the given type.
|
List<Endpoint> |
SPSSODescriptorImpl.getEndpoints(QName type)
Gets a read-only list of endpoints for this role for the given type.
|
List<Endpoint> |
IDPSSODescriptorImpl.getEndpoints(QName type)
Gets a read-only list of endpoints for this role for the given type.
|
List<Endpoint> |
AuthnAuthorityDescriptorImpl.getEndpoints(QName type)
Gets a read-only list of endpoints for this role for the given type.
|
List<Endpoint> |
PDPDescriptorImpl.getEndpoints(QName type)
Gets a read-only list of endpoints for this role for the given type.
|
List<Endpoint> |
AttributeAuthorityDescriptorImpl.getEndpoints(QName type)
Gets a read-only list of endpoints for this role for the given type.
|
Copyright © 2016. All rights reserved.