Uses of Interface
com.sun.xml.wss.saml.AuthenticationStatement
Packages that use AuthenticationStatement
Package
Description
-
Uses of AuthenticationStatement in com.sun.xml.wss.saml
Methods in com.sun.xml.wss.saml that return AuthenticationStatementModifier and TypeMethodDescriptionabstract AuthenticationStatementSAMLAssertionFactory.createAuthenticationStatement(String authMethod, GregorianCalendar authInstant, Subject subject, SubjectLocality subjectLocality, List authorityBinding) Constructs an instance ofAuthenticationStatement. -
Uses of AuthenticationStatement in com.sun.xml.wss.saml.assertion.saml11.jaxb20
Classes in com.sun.xml.wss.saml.assertion.saml11.jaxb20 that implement AuthenticationStatementModifier and TypeClassDescriptionclassTheAuthenticationStatementelement supplies a statement by the issuer that its subject was authenticated by a particular means at a particular time. -
Uses of AuthenticationStatement in com.sun.xml.wss.saml.impl
Methods in com.sun.xml.wss.saml.impl that return AuthenticationStatementModifier and TypeMethodDescriptionSAMLAssertion2_1FactoryImpl.createAuthenticationStatement(String authMethod, GregorianCalendar authInstant, Subject subject, SubjectLocality subjectLocality, List authorityBinding) SAMLAssertion2_2FactoryImpl.createAuthenticationStatement(String authMethod, GregorianCalendar authInstant, Subject subject, SubjectLocality subjectLocality, List authorityBinding)