Uses of Interface
org.opensaml.saml.saml1.core.Request
Packages that use Request
Package
Description
Context classes for SAML-based messaging function.
Implementations of SAML 1.x core specification types and elements.
Implementations of SAML 1.x profile behavior.
-
Uses of Request in org.opensaml.saml.common.messaging.context
Methods in org.opensaml.saml.common.messaging.context with parameters of type RequestModifier and TypeMethodDescriptionprotected StringSAMLPeerEntityContext.processSaml1Request(Request request) Resolve the SAML entity ID from a SAML 1 request. -
Uses of Request in org.opensaml.saml.saml1.core.impl
Classes in org.opensaml.saml.saml1.core.impl that implement RequestMethods in org.opensaml.saml.saml1.core.impl that return RequestModifier and TypeMethodDescriptionRequestBuilder.buildObject()Builds a SAMLObject using the default name and namespace information provided SAML specifications.RequestBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name. -
Uses of Request in org.opensaml.saml.saml1.profile.impl
Fields in org.opensaml.saml.saml1.profile.impl declared as RequestFields in org.opensaml.saml.saml1.profile.impl with type parameters of type RequestModifier and TypeFieldDescriptionprivate Function<ProfileRequestContext,Request> ResolveArtifacts.requestLookupStrategyStrategy used to locate theRequestto operate on.Method parameters in org.opensaml.saml.saml1.profile.impl with type arguments of type RequestModifier and TypeMethodDescriptionvoidResolveArtifacts.setRequestLookupStrategy(Function<ProfileRequestContext, Request> strategy) Set the strategy used to locate theRequestto operate on. -
Uses of Request in org.opensaml.saml.saml1.testing
Methods in org.opensaml.saml.saml1.testing that return RequestModifier and TypeMethodDescriptionstatic RequestSAML1ActionTestingSupport.buildArtifactRequest(String... artifacts) Builds aRequestcontainingAssertionArtifacts.static RequestSAML1ActionTestingSupport.buildAttributeQueryRequest(Subject subject) Builds aRequestcontaining anAttributeQuery.