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 AuthnContextAssertionFactory. createAuthnContext()Returns a new instance ofAuthnContext.AuthnContextAssertionFactory. createAuthnContext(String xml)Returns a new instance ofAuthnContext.AuthnContextAssertionFactory. createAuthnContext(Element elem)Returns a new instance ofAuthnContext.AuthnContextAuthnStatement. getAuthnContext()Returns the value of theAuthnContextproperty.Methods in com.sun.identity.saml2.assertion with parameters of type AuthnContext Modifier and Type Method Description voidAuthnStatement. 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 AuthnContext Modifier and Type Method Description AuthnContextIDPAuthnContextInfo. getAuthnContext()Returns the returningAuthnContextAuthnContextIDPAuthnContextMapper. getAuthnContextFromAuthLevel(String authLevel, String realm, String idpEntityID)ReturnsAuthnContextthat matches the authenticated level.Methods in com.sun.identity.saml2.plugins with parameters of type AuthnContext Modifier and Type Method Description intSPAuthnContextMapper. 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.
-