Uses of Interface
com.sun.identity.saml2.protocol.RequestedAuthnContext
-
Packages that use RequestedAuthnContext Package Description com.sun.identity.saml2.plugins Defines SAMLv2 Plugin SPIs.com.sun.identity.saml2.protocol SAMLv2 Protocol Classes. -
-
Uses of RequestedAuthnContext in com.sun.identity.saml2.plugins
Methods in com.sun.identity.saml2.plugins that return RequestedAuthnContext Modifier and Type Method Description RequestedAuthnContextSPAuthnContextMapper. getRequestedAuthnContext(String realm, String hostEntityID, Map paramsMap)Returns theRequestedAuthnContextObject .Methods in com.sun.identity.saml2.plugins with parameters of type RequestedAuthnContext Modifier and Type Method Description intSPAuthnContextMapper. getAuthLevel(RequestedAuthnContext reqCtx, AuthnContext authContext, String realm, String hostEntityID, String idpEntityID)Returns the Auth Level for theAuthContext. -
Uses of RequestedAuthnContext in com.sun.identity.saml2.protocol
Methods in com.sun.identity.saml2.protocol that return RequestedAuthnContext Modifier and Type Method Description RequestedAuthnContextProtocolFactory. createRequestedAuthnContext()Returns a mutable requested authentication context object.RequestedAuthnContextProtocolFactory. createRequestedAuthnContext(String value)Returns an immutable requested authentication context object.RequestedAuthnContextProtocolFactory. createRequestedAuthnContext(Element value)Returns an immutable requested authentication context object.RequestedAuthnContextAuthnQuery. getRequestedAuthnContext()Returns theRequestedAuthnContextobject.RequestedAuthnContextAuthnRequest. getRequestedAuthnContext()Returns theRequestedAuthnContextobject.Methods in com.sun.identity.saml2.protocol with parameters of type RequestedAuthnContext Modifier and Type Method Description voidAuthnQuery. setRequestedAuthnContext(RequestedAuthnContext requestedAuthnContext)Sets theRequestedAuthnContextobject.voidAuthnRequest. setRequestedAuthnContext(RequestedAuthnContext reqAuthnContext)Sets theRequestedAuthnContext.
-