Uses of Interface
com.sun.identity.saml2.assertion.AuthnContext
-
Packages that use AuthnContext Package Description com.sun.identity.saml2.assertion Defines SAMLv2 assertion.com.sun.identity.saml2.plugins Defines SAMLv2 Plugin SPIs. -
-
Uses of AuthnContext in com.sun.identity.saml2.assertion
Methods in com.sun.identity.saml2.assertion that return AuthnContext Modifier and Type Method Description AuthnContext
AssertionFactory. createAuthnContext()
Returns a new instance ofAuthnContext
.AuthnContext
AssertionFactory. createAuthnContext(String xml)
Returns a new instance ofAuthnContext
.AuthnContext
AssertionFactory. createAuthnContext(Element elem)
Returns a new instance ofAuthnContext
.AuthnContext
AuthnStatement. getAuthnContext()
Returns the value of theAuthnContext
property.Methods in com.sun.identity.saml2.assertion with parameters of type AuthnContext Modifier and Type Method Description void
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 AuthnContext Modifier and Type Method Description AuthnContext
IDPAuthnContextInfo. getAuthnContext()
Returns the returningAuthnContext
AuthnContext
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 AuthnContext Modifier and Type Method Description int
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 AuthnContext Constructor Description IDPAuthnContextInfo(AuthnContext authnContext, Set authnTypeAndValues, Integer authnLevel)
The constructor.
-