Uses of Interface
org.opensaml.saml1.core.AuthenticationQuery

Packages that use AuthenticationQuery
org.opensaml.saml1.core Interfaces for SAML 1.0 and 1.1 types and elements. 
org.opensaml.saml1.core.impl Implementations of SAML 1.0 and 1.1 types and elements interfaces. 
org.opensaml.saml1.core.validator Validation rules for SAML 1.0 and 1.1 types and elements. 
 

Uses of AuthenticationQuery in org.opensaml.saml1.core
 

Methods in org.opensaml.saml1.core that return AuthenticationQuery
 AuthenticationQuery Request.getAuthenticationQuery()
          Get the query AuthenticationQuery
 

Uses of AuthenticationQuery in org.opensaml.saml1.core.impl
 

Classes in org.opensaml.saml1.core.impl that implement AuthenticationQuery
 class AuthenticationQueryImpl
          Concrete implementation of the AuthenticationQuery interface
 

Methods in org.opensaml.saml1.core.impl that return AuthenticationQuery
 AuthenticationQuery AuthenticationQueryBuilder.buildObject()
          Builds a SAMLObject using the default name and namespace information provided SAML specifications.
 AuthenticationQuery AuthenticationQueryBuilder.buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
          
 AuthenticationQuery RequestImpl.getAuthenticationQuery()
          Get the query AuthenticationQuery
 

Uses of AuthenticationQuery in org.opensaml.saml1.core.validator
 

Methods in org.opensaml.saml1.core.validator with parameters of type AuthenticationQuery
 void AuthenticationQuerySchemaValidator.validate(AuthenticationQuery authnQuery)
          
 



Copyright © 2006-2012 Internet2. All Rights Reserved.