Uses of Interface
org.opensaml.saml.saml2.core.Response
Packages that use Response
Package
Description
Context classes for SAML-based messaging function.
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 Response in org.opensaml.saml.common.messaging.context
Methods in org.opensaml.saml.common.messaging.context with parameters of type ResponseModifier and TypeMethodDescriptionprotected StringSAMLPeerEntityContext.processSaml2ResponseAssertions(Response response) Resolve the SAML entity ID from the Assertions of a SAML 2 response. -
Uses of Response in org.opensaml.saml.saml2.core.impl
Classes in org.opensaml.saml.saml2.core.impl that implement ResponseMethods in org.opensaml.saml.saml2.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.saml2.profile
Methods in org.opensaml.saml.saml2.profile with parameters of type ResponseModifier and TypeMethodDescriptionstatic AssertionSAML2ActionSupport.addAssertionToResponse(AbstractProfileAction action, Response response, IdentifierGenerationStrategy idGenerator, String issuer) -
Uses of Response in org.opensaml.saml.saml2.profile.impl
Fields in org.opensaml.saml.saml2.profile.impl declared as ResponseModifier and TypeFieldDescriptionprivate ResponseAddChannelBindingsToAssertions.responseResponse to modify.private ResponseAddGeneratedKeyToAssertions.responseResponse to modify.private ResponseAddOneTimeUseConditionToAssertions.responseResponse to modify.private ResponseAddProxyRestrictionToAssertions.responseResponse to modify.private ResponseAddSubjectConfirmationToSubjects.responseResponse to modify.private ResponseCopyNameIDFromRequest.responseResponse to modify.private ResponseEncryptAssertions.responseThe message to operate on.private ResponseEncryptAttributes.responseThe message to operate on.Fields in org.opensaml.saml.saml2.profile.impl with type parameters of type ResponseModifier and TypeFieldDescriptionprivate Function<ProfileRequestContext,Response> AddChannelBindingsToAssertions.responseLookupStrategyStrategy used to locate theResponseto operate on.private Function<ProfileRequestContext,Response> AddGeneratedKeyToAssertions.responseLookupStrategyStrategy used to locate theResponseto operate on.private Function<ProfileRequestContext,Response> AddOneTimeUseConditionToAssertions.responseLookupStrategyStrategy used to locate theResponseto operate on.private Function<ProfileRequestContext,Response> AddProxyRestrictionToAssertions.responseLookupStrategyStrategy used to locate the Response to operate on.private Function<ProfileRequestContext,Response> AddSubjectConfirmationToSubjects.responseLookupStrategyStrategy used to locate theResponseto operate on.private Function<ProfileRequestContext,Response> CopyNameIDFromRequest.responseLookupStrategyStrategy used to locate theResponseto operate on.Methods in org.opensaml.saml.saml2.profile.impl with parameters of type ResponseModifier and TypeMethodDescriptionprivate voidDecryptAssertions.processResponse(ProfileRequestContext profileRequestContext, Response response) Decrypt anyEncryptedAssertionfound in a response and replace it with the result.Method parameters in org.opensaml.saml.saml2.profile.impl with type arguments of type ResponseModifier and TypeMethodDescriptionvoidAddChannelBindingsToAssertions.setResponseLookupStrategy(Function<ProfileRequestContext, Response> strategy) Set the strategy used to locate theResponseto operate on.voidAddGeneratedKeyToAssertions.setResponseLookupStrategy(Function<ProfileRequestContext, Response> strategy) Set the strategy used to locate theResponseto operate on.voidAddOneTimeUseConditionToAssertions.setResponseLookupStrategy(Function<ProfileRequestContext, Response> strategy) Set the strategy used to locate theResponseto operate on.voidAddProxyRestrictionToAssertions.setResponseLookupStrategy(Function<ProfileRequestContext, Response> strategy) Set the strategy used to locate the Response to operate on.voidAddSubjectConfirmationToSubjects.setResponseLookupStrategy(Function<ProfileRequestContext, Response> strategy) Set the strategy used to locate theResponseto operate on.voidCopyNameIDFromRequest.setResponseLookupStrategy(Function<ProfileRequestContext, Response> strategy) Set the strategy used to locate theResponseto operate on. -
Uses of Response in org.opensaml.saml.saml2.testing
Methods in org.opensaml.saml.saml2.testing that return ResponseModifier and TypeMethodDescriptionstatic ResponseSAML2ActionTestingSupport.buildResponse()Builds an empty response.