Uses of Interface
com.sun.identity.saml2.protocol.RequestedAuthnContext
Package
Description
Defines SAMLv2 Plugin SPIs.
SAMLv2 Protocol Classes.
-
Uses of RequestedAuthnContext in com.sun.identity.saml2.plugins
Modifier and TypeMethodDescriptionSPAuthnContextMapper.getRequestedAuthnContext
(String realm, String hostEntityID, Map paramsMap) Returns theRequestedAuthnContext
Object .Modifier and TypeMethodDescriptionint
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
Modifier and TypeMethodDescriptionProtocolFactory.createRequestedAuthnContext()
Returns a mutable requested authentication context object.ProtocolFactory.createRequestedAuthnContext
(String value) Returns an immutable requested authentication context object.ProtocolFactory.createRequestedAuthnContext
(Element value) Returns an immutable requested authentication context object.AuthnQuery.getRequestedAuthnContext()
Returns theRequestedAuthnContext
object.AuthnRequest.getRequestedAuthnContext()
Returns theRequestedAuthnContext
object.Modifier and TypeMethodDescriptionvoid
AuthnQuery.setRequestedAuthnContext
(RequestedAuthnContext requestedAuthnContext) Sets theRequestedAuthnContext
object.void
AuthnRequest.setRequestedAuthnContext
(RequestedAuthnContext reqAuthnContext) Sets theRequestedAuthnContext
.