Uses of Interface
com.sun.xml.wss.saml.AuthnContext
Packages that use AuthnContext
Package
Description
-
Uses of AuthnContext in com.sun.xml.wss.saml
Methods in com.sun.xml.wss.saml that return AuthnContextModifier and TypeMethodDescriptionabstract AuthnContextSAMLAssertionFactory.createAuthnContext()abstract AuthnContextSAMLAssertionFactory.createAuthnContext(String authContextClassref, String authenticatingAuthority) Methods in com.sun.xml.wss.saml with parameters of type AuthnContextModifier and TypeMethodDescriptionabstract 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 AuthnContextModifier and TypeClassDescriptionclassTheAuthnContextelement 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 AuthnContextModifier and TypeMethodDescriptionSAMLAssertion2_1FactoryImpl.createAuthnContext()SAMLAssertion2_1FactoryImpl.createAuthnContext(String authContextClassref, String authenticatingAuthority) SAMLAssertion2_2FactoryImpl.createAuthnContext()SAMLAssertion2_2FactoryImpl.createAuthnContext(String authContextClassref, String authenticatingAuthority) Methods in com.sun.xml.wss.saml.impl with parameters of type AuthnContextModifier 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)