Uses of Interface
com.sun.xml.wss.saml.AuthnStatement
Packages that use AuthnStatement
Package
Description
-
Uses of AuthnStatement in com.sun.xml.wss.saml
Methods in com.sun.xml.wss.saml that return AuthnStatementModifier and TypeMethodDescriptionabstract AuthnStatementSAMLAssertionFactory.createAuthnStatement(GregorianCalendar authInstant, SubjectLocality subjectLocality, AuthnContext authnContext, String sessionIndex, GregorianCalendar sessionNotOnOrAfter) Constructs an instance ofAuthenticationStatement. -
Uses of AuthnStatement in com.sun.xml.wss.saml.assertion.saml20.jaxb20
Classes in com.sun.xml.wss.saml.assertion.saml20.jaxb20 that implement AuthnStatementModifier and TypeClassDescriptionclassTheAuthnStatementelement supplies a statement by the issuer that its subject was authenticated by a particular means at a particular time. -
Uses of AuthnStatement in com.sun.xml.wss.saml.impl
Methods in com.sun.xml.wss.saml.impl that return AuthnStatementModifier and TypeMethodDescriptionSAMLAssertion2_1FactoryImpl.createAuthnStatement(GregorianCalendar authInstant, SubjectLocality subjectLocality, AuthnContext authnContext, String sessionIndex, GregorianCalendar sessionNotOnOrAfter) SAMLAssertion2_2FactoryImpl.createAuthnStatement(GregorianCalendar authInstant, SubjectLocality subjectLocality, AuthnContext authnContext, String sessionIndex, GregorianCalendar sessionNotOnOrAfter)