Uses of Interface
com.sun.identity.saml2.assertion.AuthnContext
Packages that use AuthnContext
Package
Description
Defines SAMLv2 assertion.
Defines SAMLv2 Plugin SPIs.
-
Uses of AuthnContext in com.sun.identity.saml2.assertion
Methods in com.sun.identity.saml2.assertion that return AuthnContextModifier and TypeMethodDescriptionAssertionFactory.createAuthnContext()Returns a new instance ofAuthnContext.AssertionFactory.createAuthnContext(String xml) Returns a new instance ofAuthnContext.AssertionFactory.createAuthnContext(Element elem) Returns a new instance ofAuthnContext.AuthnStatement.getAuthnContext()Returns the value of theAuthnContextproperty.Methods in com.sun.identity.saml2.assertion with parameters of type AuthnContextModifier and TypeMethodDescriptionvoidAuthnStatement.setAuthnContext(AuthnContext value) Sets the value of theAuthnContextproperty. -
Uses of AuthnContext in com.sun.identity.saml2.plugins
Methods in com.sun.identity.saml2.plugins that return AuthnContextModifier and TypeMethodDescriptionIDPAuthnContextInfo.getAuthnContext()Returns the returningAuthnContextIDPAuthnContextMapper.getAuthnContextFromAuthLevel(String authLevel, String realm, String idpEntityID) ReturnsAuthnContextthat matches the authenticated level.Methods in com.sun.identity.saml2.plugins with parameters of type AuthnContextModifier and TypeMethodDescriptionintSPAuthnContextMapper.getAuthLevel(RequestedAuthnContext reqCtx, AuthnContext authContext, String realm, String hostEntityID, String idpEntityID) Returns the Auth Level for theAuthContext.Constructors in com.sun.identity.saml2.plugins with parameters of type AuthnContextModifierConstructorDescriptionIDPAuthnContextInfo(AuthnContext authnContext, Set authnTypeAndValues, Integer authnLevel) The constructor.IDPAuthnContextInfo(AuthnContext authnContext, Set authnTypeAndValues, Integer authnLevel, boolean requiresRedirectToAuth) The constructor.