Uses of Interface
org.opensaml.saml.saml2.core.AuthnStatement
Packages that use AuthnStatement
Package
Description
Implementation classes for validating SAML 2 Assertions.
Interfaces for SAML 2.0 core and protocol interfaces.
Implementations of SAML 2.0 core specification types and elements.
-
Uses of AuthnStatement in org.opensaml.saml.saml2.assertion.impl
Methods in org.opensaml.saml.saml2.assertion.impl with parameters of type AuthnStatementModifier and TypeMethodDescriptionprotected ValidationResultAuthnStatementValidator.validateAuthnContext(AuthnStatement authnStatement, Assertion assertion, ValidationContext context) Validate theAuthnContext.protected ValidationResultAuthnStatementValidator.validateAuthnInstant(AuthnStatement authnStatement, Assertion assertion, ValidationContext context) Validate the authnInstant attribute of theAuthnStatement.protected ValidationResultAuthnStatementValidator.validateSubjectLocality(AuthnStatement authnStatement, Assertion assertion, ValidationContext context) Validate theSubjectLocality. -
Uses of AuthnStatement in org.opensaml.saml.saml2.core
Methods in org.opensaml.saml.saml2.core that return types with arguments of type AuthnStatementModifier and TypeMethodDescriptionAssertion.getAuthnStatements()Gets the list of AuthnStatements attached to this assertion. -
Uses of AuthnStatement in org.opensaml.saml.saml2.core.impl
Classes in org.opensaml.saml.saml2.core.impl that implement AuthnStatementMethods in org.opensaml.saml.saml2.core.impl that return AuthnStatementModifier and TypeMethodDescriptionAuthnStatementBuilder.buildObject()Builds a SAMLObject using the default name and namespace information provided SAML specifications.AuthnStatementBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.Methods in org.opensaml.saml.saml2.core.impl that return types with arguments of type AuthnStatementModifier and TypeMethodDescriptionAssertionImpl.getAuthnStatements()Gets the list of AuthnStatements attached to this assertion. -
Uses of AuthnStatement in org.opensaml.saml.saml2.testing
Methods in org.opensaml.saml.saml2.testing that return AuthnStatementModifier and TypeMethodDescriptionstatic AuthnStatementSAML2ActionTestingSupport.buildAuthnStatement()Builds an authentication statement.