Uses of Interface
org.opensaml.saml.saml2.core.RequestedAuthnContext
-
Packages that use RequestedAuthnContext Package Description org.opensaml.saml.saml2.core 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 RequestedAuthnContext Modifier and Type Method Description RequestedAuthnContextAuthnQuery. getRequestedAuthnContext()Gets the RequestedAuthnContext of this request.RequestedAuthnContextAuthnRequest. getRequestedAuthnContext()Gets theRequestedAuthnContextof the request.Methods in org.opensaml.saml.saml2.core with parameters of type RequestedAuthnContext Modifier and Type Method Description voidAuthnQuery. setRequestedAuthnContext(RequestedAuthnContext newRequestedAuthnContext)Sets the RequestedAuthnContext of this request.voidAuthnRequest. setRequestedAuthnContext(RequestedAuthnContext newRequestedAuthnContext)Sets theRequestedAuthnContextof the request.
-