Uses of Interface
org.opensaml.saml.saml2.core.AuthnRequest
-
Packages that use AuthnRequest Package Description org.opensaml.saml.common.binding.impl Implementation of SAML binding-level functionality, such as MessageHandlers.org.opensaml.saml.saml2.core.impl Implementations of SAML 2.0 core specification types and elements.org.opensaml.saml.saml2.profile Classes for SAML 2.0 profile behavior.org.opensaml.saml.saml2.profile.impl Implementations of SAML 2.0 profile behavior. -
-
Uses of AuthnRequest in org.opensaml.saml.common.binding.impl
Fields in org.opensaml.saml.common.binding.impl with type parameters of type AuthnRequest Modifier and Type Field Description private Function<MessageContext,AuthnRequest>SAMLAddAttributeConsumingServiceHandler. authnRequestLookupStrategyLookup strategy for anAuthnRequestindex.Methods in org.opensaml.saml.common.binding.impl that return AuthnRequest Modifier and Type Method Description AuthnRequestSAMLAddAttributeConsumingServiceHandler.AuthnRequestLookup. apply(MessageContext input)Methods in org.opensaml.saml.common.binding.impl with parameters of type AuthnRequest Modifier and Type Method Description private List<RequestedAttribute>SAMLAddAttributeConsumingServiceHandler. getRequestedAttributes(AuthnRequest authn)Grab theRequestedAttribute(if any) from theAuthnRequest.Method parameters in org.opensaml.saml.common.binding.impl with type arguments of type AuthnRequest Modifier and Type Method Description voidSAMLAddAttributeConsumingServiceHandler. setIndexLookupStrategy(Function<MessageContext,AuthnRequest> strategy)Set the strategy to locate theAttributeConsumingServiceindex from theMessageContext. -
Uses of AuthnRequest in org.opensaml.saml.saml2.core.impl
Classes in org.opensaml.saml.saml2.core.impl that implement AuthnRequest Modifier and Type Class Description classAuthnRequestImplA concrete implementation ofAuthnRequest.Methods in org.opensaml.saml.saml2.core.impl that return AuthnRequest Modifier and Type Method Description AuthnRequestAuthnRequestBuilder. buildObject()Builds a SAMLObject using the default name and namespace information provided SAML specifications.AuthnRequestAuthnRequestBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)Creates an XMLObject with a given fully qualified name. -
Uses of AuthnRequest in org.opensaml.saml.saml2.profile
Fields in org.opensaml.saml.saml2.profile with type parameters of type AuthnRequest Modifier and Type Field Description private Function<ProfileRequestContext,AuthnRequest>AbstractSAML2NameIDGenerator. requestLookupStrategyStrategy used to locate anAuthnRequestto check.Method parameters in org.opensaml.saml.saml2.profile with type arguments of type AuthnRequest Modifier and Type Method Description voidAbstractSAML2NameIDGenerator. setRequestLookupStrategy(Function<ProfileRequestContext,AuthnRequest> strategy)Set the strategy used to locate theAuthnRequestto check for aNameIDPolicy. -
Uses of AuthnRequest in org.opensaml.saml.saml2.profile.impl
Fields in org.opensaml.saml.saml2.profile.impl declared as AuthnRequest Modifier and Type Field Description private AuthnRequestAddNameIDToSubjects. requestRequest to examine.Fields in org.opensaml.saml.saml2.profile.impl with type parameters of type AuthnRequest Modifier and Type Field Description private Function<ProfileRequestContext,AuthnRequest>AddNameIDToSubjects.NameIDPolicyLookupFunction. requestLookupStrategyStrategy used to locate theAuthnRequestto operate on.private Function<ProfileRequestContext,AuthnRequest>AddNameIDToSubjects. requestLookupStrategyStrategy used to locate theAuthnRequestto operate on, if any.Method parameters in org.opensaml.saml.saml2.profile.impl with type arguments of type AuthnRequest Modifier and Type Method Description voidAddNameIDToSubjects.NameIDPolicyLookupFunction. setRequestLookupStrategy(Function<ProfileRequestContext,AuthnRequest> strategy)Set the strategy used to locate theAuthnRequestto examine.voidAddNameIDToSubjects. setRequestLookupStrategy(Function<ProfileRequestContext,AuthnRequest> strategy)Set the strategy used to locate theAuthnRequestto examine, if any.
-