Uses of Interface
com.sun.identity.saml2.assertion.AuthnContext
Package
Description
Defines SAMLv2 assertion.
Defines SAMLv2 Plugin SPIs.
-
Uses of AuthnContext in com.sun.identity.saml2.assertion
Modifier 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.Modifier and TypeMethodDescriptionvoid
AuthnStatement.setAuthnContext
(AuthnContext value) Sets the value of theAuthnContext
property. -
Uses of AuthnContext in com.sun.identity.saml2.plugins
Modifier and TypeMethodDescriptionIDPAuthnContextInfo.getAuthnContext()
Returns the returningAuthnContext
IDPAuthnContextMapper.getAuthnContextFromAuthLevel
(String authLevel, String realm, String idpEntityID) ReturnsAuthnContext
that matches the authenticated level.Modifier and TypeMethodDescriptionint
SPAuthnContextMapper.getAuthLevel
(RequestedAuthnContext reqCtx, AuthnContext authContext, String realm, String hostEntityID, String idpEntityID) Returns the Auth Level for theAuthContext
.ModifierConstructorDescriptionIDPAuthnContextInfo
(AuthnContext authnContext, Set authnTypeAndValues, Integer authnLevel) The constructor.