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 theAuthnContext
property.Methods in com.sun.identity.saml2.assertion with parameters of type AuthnContextModifier and TypeMethodDescriptionvoid
AuthnStatement.setAuthnContext
(AuthnContext value) Sets the value of theAuthnContext
property. -
Uses of AuthnContext in com.sun.identity.saml2.plugins
Methods in com.sun.identity.saml2.plugins that return AuthnContextModifier and TypeMethodDescriptionIDPAuthnContextInfo.getAuthnContext()
Returns the returningAuthnContext
IDPAuthnContextMapper.getAuthnContextFromAuthLevel
(String authLevel, String realm, String idpEntityID) ReturnsAuthnContext
that matches the authenticated level.Methods in com.sun.identity.saml2.plugins with parameters of type AuthnContextModifier and TypeMethodDescriptionint
SPAuthnContextMapper.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.