Uses of Interface
org.opensaml.saml.saml2.core.StatusResponseType
Packages that use StatusResponseType
Package
Description
Context classes for SAML-based messaging function.
Interfaces for SAML 2.0 core and protocol interfaces.
Implementations of SAML 2.0 core specification types and elements.
Implementations of SAML 2.0 profile behavior.
-
Uses of StatusResponseType in org.opensaml.saml.common.messaging.context
Methods in org.opensaml.saml.common.messaging.context with parameters of type StatusResponseTypeModifier and TypeMethodDescriptionprotected StringSAMLPeerEntityContext.processSaml2Response(StatusResponseType statusResponse) Resolve the SAML entity ID from a SAML 2 response. -
Uses of StatusResponseType in org.opensaml.saml.saml2.core
Subinterfaces of StatusResponseType in org.opensaml.saml.saml2.coreModifier and TypeInterfaceDescriptioninterfaceSAML 2.0 Core ArtifactResponse.interfaceSAML 2.0 Core LogoutResponse.interfaceSAML 2.0 Core ManageNameIDResponse.interfaceSAML 2.0 Core NameIDMappingResponse .interfaceSAML 2.0 Core Response. -
Uses of StatusResponseType in org.opensaml.saml.saml2.core.impl
Classes in org.opensaml.saml.saml2.core.impl that implement StatusResponseTypeModifier and TypeClassDescriptionclassConcrete implementation ofArtifactResponse.classA concrete implementation ofLogoutResponse.classConcrete implementation forManageNameIDResponseobjects.classConcrete implementation ofNameIDMappingResponse.classConcrete implementation ofResponse.classConcrete implementation ofStatusResponseType. -
Uses of StatusResponseType in org.opensaml.saml.saml2.profile.impl
Classes in org.opensaml.saml.saml2.profile.impl with type parameters of type StatusResponseTypeModifier and TypeClassDescriptionclassAbstractResponseShellAction<MessageType extends StatusResponseType>Abstract action that creates an empty object derived fromStatusResponseType, and sets it as the message returned byInOutOperationContext.getOutboundMessageContext().Fields in org.opensaml.saml.saml2.profile.impl declared as StatusResponseTypeModifier and TypeFieldDescriptionprivate StatusResponseTypeAddStatusToResponse.responseResponse to modify.Fields in org.opensaml.saml.saml2.profile.impl with type parameters of type StatusResponseTypeModifier and TypeFieldDescriptionAddStatusToResponse.responseLookupStrategyStrategy used to locate theStatusResponseTypeto operate on.EncryptAssertions.responseLookupStrategyStrategy used to locate theResponseto operate on.EncryptAttributes.responseLookupStrategyStrategy used to locate theStatusResponseTypeto operate on.Method parameters in org.opensaml.saml.saml2.profile.impl with type arguments of type StatusResponseTypeModifier and TypeMethodDescriptionvoidAddStatusToResponse.setResponseLookupStrategy(Function<ProfileRequestContext, StatusResponseType> strategy) Set the strategy used to locate theStatusResponseTypeto operate on.voidEncryptAssertions.setResponseLookupStrategy(Function<ProfileRequestContext, StatusResponseType> strategy) Set the strategy used to locate theResponseto operate on.voidEncryptAttributes.setResponseLookupStrategy(Function<ProfileRequestContext, StatusResponseType> strategy) Set the strategy used to locate theResponseto operate on.