Uses of Interface
org.opensaml.saml.saml2.core.RequestedAuthnContext
Packages that use RequestedAuthnContext
Package
Description
Interfaces for SAML 2.0 core and protocol interfaces.
-
Uses of RequestedAuthnContext in org.opensaml.saml.saml2.core
Methods in org.opensaml.saml.saml2.core that return RequestedAuthnContextModifier and TypeMethodDescriptionAuthnQuery.getRequestedAuthnContext()Gets the RequestedAuthnContext of this request.AuthnRequest.getRequestedAuthnContext()Gets theRequestedAuthnContextof the request.Methods in org.opensaml.saml.saml2.core with parameters of type RequestedAuthnContextModifier and TypeMethodDescriptionvoidAuthnQuery.setRequestedAuthnContext(RequestedAuthnContext newRequestedAuthnContext) Sets the RequestedAuthnContext of this request.voidAuthnRequest.setRequestedAuthnContext(RequestedAuthnContext newRequestedAuthnContext) Sets theRequestedAuthnContextof the request.