Uses of Interface
org.opensaml.saml.saml2.core.AuthnRequest
Packages that use AuthnRequest
Package
Description
Implementation of SAML binding-level functionality, such as MessageHandlers.
Implementations of SAML 2.0 core specification types and elements.
Classes for SAML 2.0 profile behavior.
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 AuthnRequestModifier and TypeFieldDescriptionprivate Function<MessageContext,AuthnRequest> SAMLAddAttributeConsumingServiceHandler.authnRequestLookupStrategyLookup strategy for anAuthnRequestindex.Methods in org.opensaml.saml.common.binding.impl that return AuthnRequestModifier and TypeMethodDescriptionSAMLAddAttributeConsumingServiceHandler.AuthnRequestLookup.apply(MessageContext input) Methods in org.opensaml.saml.common.binding.impl with parameters of type AuthnRequestModifier and TypeMethodDescriptionprotected Collection<RequestedAttribute>SAMLAddAttributeConsumingServiceHandler.getRequestedAttributes(MessageContext messageContext, AuthnRequest authn) Grab theRequestedAttribute(if any) from theAuthnRequest.Method parameters in org.opensaml.saml.common.binding.impl with type arguments of type AuthnRequestModifier and TypeMethodDescriptionvoidSAMLAddAttributeConsumingServiceHandler.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 AuthnRequestMethods in org.opensaml.saml.saml2.core.impl that return AuthnRequestModifier and TypeMethodDescriptionAuthnRequestBuilder.buildObject()Builds a SAMLObject using the default name and namespace information provided SAML specifications.AuthnRequestBuilder.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 AuthnRequestModifier and TypeFieldDescriptionprivate Function<ProfileRequestContext,AuthnRequest> AbstractSAML2NameIDGenerator.requestLookupStrategyStrategy used to locate anAuthnRequestto check.Method parameters in org.opensaml.saml.saml2.profile with type arguments of type AuthnRequestModifier and TypeMethodDescriptionvoidAbstractSAML2NameIDGenerator.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 AuthnRequestModifier and TypeFieldDescriptionprivate AuthnRequestAddNameIDToSubjects.requestRequest to examine.Fields in org.opensaml.saml.saml2.profile.impl with type parameters of type AuthnRequestModifier and TypeFieldDescriptionprivate 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 AuthnRequestModifier and TypeMethodDescriptionvoidAddNameIDToSubjects.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. -
Uses of AuthnRequest in org.opensaml.saml.saml2.testing
Methods in org.opensaml.saml.saml2.testing that return AuthnRequestModifier and TypeMethodDescriptionstatic AuthnRequestSAML2ActionTestingSupport.buildAuthnRequest()Builds anAuthnRequest.