Package | Description |
---|---|
org.opensaml.saml.common.binding |
Classes related to SAML binding operations.
|
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.saml2mdreqinit |
Interfaces for 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.
|
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 | Method and Description |
---|---|
private List<EndpointType> |
AbstractEndpointResolver.sortCandidates(List<Endpoint> candidates)
Copy and sort the endpoints such that the default endpoint by SAML rules comes first.
|
Modifier and Type | Field and Description |
---|---|
private Endpoint |
SAMLEndpointContext.endpoint
The SAML entity endpoint.
|
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 | Field and Description |
---|---|
private EndpointType |
EndpointCriterion.endpoint
The endpoint.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DiscoveryResponse
SAML Identity Provider Discovery Protocol DiscoveryResponse.
|
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 | 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.
|
Copyright © 1999–2015 JBoss by Red Hat. All rights reserved.