Uses of Interface
org.opensaml.saml.saml1.core.Request
-
Packages that use Request Package Description org.opensaml.saml.common.messaging.context Context classes for SAML-based messaging function.org.opensaml.saml.saml1.core.impl Implementations of SAML 1.x core specification types and elements.org.opensaml.saml.saml1.profile.impl 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 Request Modifier and Type Method Description protected 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 Request Modifier and Type Class Description classRequestImplConcrete implementation ofRequest.Methods in org.opensaml.saml.saml1.core.impl that return Request Modifier and Type Method Description RequestRequestBuilder. buildObject()Builds a SAMLObject using the default name and namespace information provided SAML specifications.RequestRequestBuilder. 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 Request Modifier and Type Field Description private RequestResolveArtifacts. requestRequest to process.Fields in org.opensaml.saml.saml1.profile.impl with type parameters of type Request Modifier and Type Field Description private 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 Request Modifier and Type Method Description voidResolveArtifacts. setRequestLookupStrategy(Function<ProfileRequestContext,Request> strategy)Set the strategy used to locate theRequestto operate on.
-