Uses of Interface
org.opensaml.saml.saml2.core.Response
-
Packages that use Response Package Description org.opensaml.saml.common.messaging.context Context classes for SAML-based messaging function.org.opensaml.saml.saml2.core.impl Implementations of SAML 2.0 core specification types and elements.org.opensaml.saml.saml2.profile Classes for SAML 2.0 profile behavior.org.opensaml.saml.saml2.profile.impl 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 Response Modifier and Type Method Description protected 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 Response Modifier and Type Class Description classResponseImplConcrete implementation ofResponse.Methods in org.opensaml.saml.saml2.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.saml2.profile
Methods in org.opensaml.saml.saml2.profile with parameters of type Response Modifier and Type Method Description static 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 Response Modifier and Type Field Description private 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 Response Modifier and Type Field Description private 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 Response Modifier and Type Method Description private 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 Response Modifier and Type Method Description voidAddChannelBindingsToAssertions. 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.
-