Uses of Interface
org.opensaml.saml.saml1.core.Response
-
Packages that use Response 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 Classes for SAML 1.x profile behavior.org.opensaml.saml.saml1.profile.impl Implementations of SAML 1.x profile behavior. -
-
Uses of Response in org.opensaml.saml.common.messaging.context
Methods in org.opensaml.saml.common.messaging.context with parameters of type Response Modifier and Type Method Description protected StringSAMLPeerEntityContext. processSaml1Response(Response response)Resolve the SAML entity ID from a SAML 1 response. -
Uses of Response in org.opensaml.saml.saml1.core.impl
Classes in org.opensaml.saml.saml1.core.impl that implement Response Modifier and Type Class Description classResponseImplImplementation of theResponseObject.Methods in org.opensaml.saml.saml1.core.impl that return Response Modifier and Type Method Description ResponseResponseBuilder. buildObject()Builds a SAMLObject using the default name and namespace information provided SAML specifications.ResponseResponseBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)Creates an XMLObject with a given fully qualified name. -
Uses of Response in org.opensaml.saml.saml1.profile
Methods in org.opensaml.saml.saml1.profile with parameters of type Response Modifier and Type Method Description static AssertionSAML1ActionSupport. addAssertionToResponse(AbstractProfileAction action, Response response, IdentifierGenerationStrategy idGenerator, String issuer) -
Uses of Response in org.opensaml.saml.saml1.profile.impl
Fields in org.opensaml.saml.saml1.profile.impl declared as Response Modifier and Type Field Description private ResponseAddDoNotCacheConditionToAssertions. responseResponse to modify.private ResponseAddStatusToResponse. responseResponse to modify.private ResponseAddSubjectConfirmationToSubjects. responseResponse to modify.private ResponseCopyNameIdentifierFromRequest. responseResponse to modify.private ResponseResolveArtifacts. responseResponse to populate.Fields in org.opensaml.saml.saml1.profile.impl with type parameters of type Response Modifier and Type Field Description private Function<ProfileRequestContext,Response>AddDoNotCacheConditionToAssertions. responseLookupStrategyStrategy used to locate theResponseto operate on.private Function<ProfileRequestContext,Response>AddStatusToResponse. responseLookupStrategyStrategy used to locate theResponseto operate on.private Function<ProfileRequestContext,Response>AddSubjectConfirmationToSubjects. responseLookupStrategyStrategy used to locate theResponseto operate on.private Function<ProfileRequestContext,Response>CopyNameIdentifierFromRequest. responseLookupStrategyStrategy used to locate theResponseto operate on.private Function<ProfileRequestContext,Response>ResolveArtifacts. responseLookupStrategyStrategy used to locate theResponseto operate on.Method parameters in org.opensaml.saml.saml1.profile.impl with type arguments of type Response Modifier and Type Method Description voidAddDoNotCacheConditionToAssertions. setResponseLookupStrategy(Function<ProfileRequestContext,Response> strategy)Set the strategy used to locate theResponseto operate on.voidAddStatusToResponse. setResponseLookupStrategy(Function<ProfileRequestContext,Response> strategy)Set the strategy used to locate theResponseto operate on.voidAddSubjectConfirmationToSubjects. setResponseLookupStrategy(Function<ProfileRequestContext,Response> strategy)Set the strategy used to locate theResponseto operate on.voidCopyNameIdentifierFromRequest. setResponseLookupStrategy(Function<ProfileRequestContext,Response> strategy)Set the strategy used to locate theResponseto operate on.voidResolveArtifacts. setResponseLookupStrategy(Function<ProfileRequestContext,Response> strategy)Set the strategy used to locate theResponseto operate on.
-