Uses of Interface
com.sun.xml.wss.saml.AuthenticationStatement
-
Packages that use AuthenticationStatement Package Description com.sun.xml.wss.saml com.sun.xml.wss.saml.assertion.saml11.jaxb20 com.sun.xml.wss.saml.impl -
-
Uses of AuthenticationStatement in com.sun.xml.wss.saml
Methods in com.sun.xml.wss.saml that return AuthenticationStatement Modifier and Type Method Description abstract 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 AuthenticationStatement Modifier and Type Class Description classAuthenticationStatementTheAuthenticationStatementelement 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 AuthenticationStatement Modifier and Type Method Description AuthenticationStatementSAMLAssertion2_1FactoryImpl. createAuthenticationStatement(String authMethod, GregorianCalendar authInstant, Subject subject, SubjectLocality subjectLocality, List authorityBinding)AuthenticationStatementSAMLAssertion2_2FactoryImpl. createAuthenticationStatement(String authMethod, GregorianCalendar authInstant, Subject subject, SubjectLocality subjectLocality, List authorityBinding)
-