Uses of Interface
com.sun.xml.wss.saml.AuthnContext
-
Packages that use AuthnContext Package Description com.sun.xml.wss.saml com.sun.xml.wss.saml.assertion.saml20.jaxb20 com.sun.xml.wss.saml.impl -
-
Uses of AuthnContext in com.sun.xml.wss.saml
Methods in com.sun.xml.wss.saml that return AuthnContext Modifier and Type Method Description abstract AuthnContextSAMLAssertionFactory. createAuthnContext()abstract AuthnContextSAMLAssertionFactory. createAuthnContext(String authContextClassref, String authenticatingAuthority)Methods in com.sun.xml.wss.saml with parameters of type AuthnContext Modifier and Type Method Description abstract AuthnStatementSAMLAssertionFactory. createAuthnStatement(GregorianCalendar authInstant, SubjectLocality subjectLocality, AuthnContext authnContext, String sessionIndex, GregorianCalendar sessionNotOnOrAfter)Constructs an instance ofAuthenticationStatement. -
Uses of AuthnContext in com.sun.xml.wss.saml.assertion.saml20.jaxb20
Classes in com.sun.xml.wss.saml.assertion.saml20.jaxb20 that implement AuthnContext Modifier and Type Class Description classAuthnContextTheAuthnContextelement may be used to indicate to a replying party receiving anAuthenticationStatementthat a SAML authority may be available to provide additional information about the subject of the statement. -
Uses of AuthnContext in com.sun.xml.wss.saml.impl
Methods in com.sun.xml.wss.saml.impl that return AuthnContext Modifier and Type Method Description AuthnContextSAMLAssertion2_1FactoryImpl. createAuthnContext()AuthnContextSAMLAssertion2_1FactoryImpl. createAuthnContext(String authContextClassref, String authenticatingAuthority)AuthnContextSAMLAssertion2_2FactoryImpl. createAuthnContext()AuthnContextSAMLAssertion2_2FactoryImpl. createAuthnContext(String authContextClassref, String authenticatingAuthority)Methods in com.sun.xml.wss.saml.impl with parameters of type AuthnContext Modifier and Type Method Description AuthnStatementSAMLAssertion2_1FactoryImpl. createAuthnStatement(GregorianCalendar authInstant, SubjectLocality subjectLocality, AuthnContext authnContext, String sessionIndex, GregorianCalendar sessionNotOnOrAfter)AuthnStatementSAMLAssertion2_2FactoryImpl. createAuthnStatement(GregorianCalendar authInstant, SubjectLocality subjectLocality, AuthnContext authnContext, String sessionIndex, GregorianCalendar sessionNotOnOrAfter)
-