Uses of Interface
com.sun.identity.saml2.protocol.RequestedAuthnContext
Packages that use RequestedAuthnContext
Package
Description
Defines SAMLv2 Plugin SPIs.
SAMLv2 Protocol Classes.
-
Uses of RequestedAuthnContext in com.sun.identity.saml2.plugins
Methods in com.sun.identity.saml2.plugins that return RequestedAuthnContextModifier and TypeMethodDescriptionSPAuthnContextMapper.getRequestedAuthnContext
(String realm, String hostEntityID, Map paramsMap) Returns theRequestedAuthnContext
Object .Methods in com.sun.identity.saml2.plugins with parameters of type RequestedAuthnContextModifier 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
Methods in com.sun.identity.saml2.protocol that return RequestedAuthnContextModifier 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.Methods in com.sun.identity.saml2.protocol with parameters of type RequestedAuthnContextModifier and TypeMethodDescriptionvoid
AuthnQuery.setRequestedAuthnContext
(RequestedAuthnContext requestedAuthnContext) Sets theRequestedAuthnContext
object.void
AuthnRequest.setRequestedAuthnContext
(RequestedAuthnContext reqAuthnContext) Sets theRequestedAuthnContext
.