|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(String namespaceURI,
String localName,
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |