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 RequestedAuthnContext
SPAuthnContextMapper. getRequestedAuthnContext(String realm, String hostEntityID, Map paramsMap)
Returns theRequestedAuthnContext
Object .Methods in com.sun.identity.saml2.plugins with parameters of type RequestedAuthnContext Modifier and Type Method Description int
SPAuthnContextMapper. 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 RequestedAuthnContext
ProtocolFactory. createRequestedAuthnContext()
Returns a mutable requested authentication context object.RequestedAuthnContext
ProtocolFactory. createRequestedAuthnContext(String value)
Returns an immutable requested authentication context object.RequestedAuthnContext
ProtocolFactory. createRequestedAuthnContext(Element value)
Returns an immutable requested authentication context object.RequestedAuthnContext
AuthnQuery. getRequestedAuthnContext()
Returns theRequestedAuthnContext
object.RequestedAuthnContext
AuthnRequest. getRequestedAuthnContext()
Returns theRequestedAuthnContext
object.Methods in com.sun.identity.saml2.protocol with parameters of type RequestedAuthnContext Modifier and Type Method Description void
AuthnQuery. setRequestedAuthnContext(RequestedAuthnContext requestedAuthnContext)
Sets theRequestedAuthnContext
object.void
AuthnRequest. setRequestedAuthnContext(RequestedAuthnContext reqAuthnContext)
Sets theRequestedAuthnContext
.
-