|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthnRequest | |
---|---|
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. |
Uses of AuthnRequest in org.opensaml.saml2.binding |
---|
Methods in org.opensaml.saml2.binding with parameters of type AuthnRequest | |
---|---|
protected Endpoint |
AuthnResponseEndpointSelector.selectEndpointByACSIndex(AuthnRequest request,
java.util.List<IndexedEndpoint> endpoints)
Selects the endpoint by way of the assertion consumer service index given in the AuthnRequest. |
protected Endpoint |
AuthnResponseEndpointSelector.selectEndpointByACSURL(AuthnRequest request,
java.util.List<IndexedEndpoint> endpoints)
Selects the endpoint by way of the assertion consumer service URL given in the AuthnRequest. |
Uses of AuthnRequest in org.opensaml.saml2.core.impl |
---|
Classes in org.opensaml.saml2.core.impl that implement AuthnRequest | |
---|---|
class |
AuthnRequestImpl
A concrete implementation of AuthnRequest . |
Methods in org.opensaml.saml2.core.impl that return AuthnRequest | |
---|---|
AuthnRequest |
AuthnRequestBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications. |
AuthnRequest |
AuthnRequestBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
|
Uses of AuthnRequest in org.opensaml.saml2.core.validator |
---|
Methods in org.opensaml.saml2.core.validator with parameters of type AuthnRequest | |
---|---|
void |
AuthnRequestSchemaValidator.validate(AuthnRequest request)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |