Uses of Interface
org.opensaml.saml2.core.AuthnRequest

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, 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.
 

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(String namespaceURI, String localName, 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)
          
 



Copyright © 2006-2010 Internet2. All Rights Reserved.