|
OpenSAML-J 2.4.1-redhat-3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthnStatement | |
---|---|
org.opensaml.saml2.core | Interfaces for SAML 2.0 core specification types and elements. |
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 AuthnStatement in org.opensaml.saml2.core |
---|
Methods in org.opensaml.saml2.core that return types with arguments of type AuthnStatement | |
---|---|
List<AuthnStatement> |
Assertion.getAuthnStatements()
Gets the list of AuthnStatements attached to this assertion. |
Uses of AuthnStatement in org.opensaml.saml2.core.impl |
---|
Classes in org.opensaml.saml2.core.impl that implement AuthnStatement | |
---|---|
class |
AuthnStatementImpl
A concrete implementation of AuthnStatement . |
Methods in org.opensaml.saml2.core.impl that return AuthnStatement | |
---|---|
AuthnStatement |
AuthnStatementBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications. |
AuthnStatement |
AuthnStatementBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
|
Methods in org.opensaml.saml2.core.impl that return types with arguments of type AuthnStatement | |
---|---|
List<AuthnStatement> |
AssertionImpl.getAuthnStatements()
Gets the list of AuthnStatements attached to this assertion. |
Uses of AuthnStatement in org.opensaml.saml2.core.validator |
---|
Methods in org.opensaml.saml2.core.validator with parameters of type AuthnStatement | |
---|---|
void |
AuthnStatementSchemaValidator.validate(AuthnStatement authnStatement)
|
protected void |
AuthnStatementSchemaValidator.validateAuthnContext(AuthnStatement authnStatement)
Checks that the AuthnContext element is present. |
protected void |
AuthnStatementSchemaValidator.validateAuthnInstant(AuthnStatement authnStatement)
Checks that the AuthnInstant attribute is present. |
|
OpenSAML-J 2.4.1-redhat-3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |