Uses of Interface
org.opensaml.saml.saml1.core.Response
Packages that use Response
Package
Description
Context classes for SAML-based messaging function.
Implementations of SAML 1.x core specification types and elements.
Classes for SAML 1.x profile behavior.
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 ResponseModifier and TypeMethodDescriptionprotected 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 ResponseMethods in org.opensaml.saml.saml1.core.impl that return ResponseModifier and TypeMethodDescriptionResponseBuilder.buildObject()Builds a SAMLObject using the default name and namespace information provided SAML specifications.ResponseBuilder.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 ResponseModifier and TypeMethodDescriptionstatic 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 ResponseModifier and TypeFieldDescriptionprivate 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 ResponseModifier and TypeFieldDescriptionprivate 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 ResponseModifier and TypeMethodDescriptionvoidAddDoNotCacheConditionToAssertions.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. -
Uses of Response in org.opensaml.saml.saml1.testing
Methods in org.opensaml.saml.saml1.testing that return ResponseModifier and TypeMethodDescriptionstatic ResponseSAML1ActionTestingSupport.buildResponse()Builds an empty response.