Package | Description |
---|---|
org.opensaml.saml2.binding |
Class for working with SAML 2 bindings.
|
org.opensaml.saml2.core.impl |
Implementations of SAML 2.0 core specification types and elements.
|
org.opensaml.saml2.core.validator |
Validation rules for SAML 2.0 core types and elements.
|
Modifier and Type | Method and Description |
---|---|
protected Endpoint |
AuthnResponseEndpointSelector.selectEndpointByACSIndex(AuthnRequest request,
List<IndexedEndpoint> endpoints)
Selects the endpoint by way of the assertion consumer service index given in the AuthnRequest.
|
protected Endpoint |
AuthnResponseEndpointSelector.selectEndpointByACSURL(AuthnRequest request,
List<IndexedEndpoint> endpoints)
Selects the endpoint by way of the assertion consumer service URL given in the AuthnRequest.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthnRequestImpl
A concrete implementation of
AuthnRequest . |
Modifier and Type | Method and Description |
---|---|
AuthnRequest |
AuthnRequestBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
AuthnRequest |
AuthnRequestBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix) |
Modifier and Type | Method and Description |
---|---|
void |
AuthnRequestSchemaValidator.validate(AuthnRequest request) |
Copyright © 1999-2013. All Rights Reserved.