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 theRequestedAuthnContextObject .Methods in com.sun.identity.saml2.plugins with parameters of type RequestedAuthnContextModifier and TypeMethodDescriptionintSPAuthnContextMapper.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 theRequestedAuthnContextobject.AuthnRequest.getRequestedAuthnContext()Returns theRequestedAuthnContextobject.Methods in com.sun.identity.saml2.protocol with parameters of type RequestedAuthnContextModifier and TypeMethodDescriptionvoidAuthnQuery.setRequestedAuthnContext(RequestedAuthnContext requestedAuthnContext) Sets theRequestedAuthnContextobject.voidAuthnRequest.setRequestedAuthnContext(RequestedAuthnContext reqAuthnContext) Sets theRequestedAuthnContext.