Uses of Class
org.keycloak.dom.saml.v2.protocol.StatusResponseType
Package
Description
Package containing the classes for the protocol of SAMLv2
-
Uses of StatusResponseType in org.keycloak.broker.saml
Modifier and TypeMethodDescriptionprotected jakarta.ws.rs.core.Response
SAMLEndpoint.Binding.handleLogoutResponse
(SAMLDocumentHolder holder, StatusResponseType responseType, String relayState) -
Uses of StatusResponseType in org.keycloak.dom.saml.v2.protocol
Modifier and TypeClassDescriptionclass
Java class for ArtifactResponseType complex type.class
Java class for NameIDMappingResponseType complex type.class
Java class for ResponseType complex type.ModifierConstructorDescription -
Uses of StatusResponseType in org.keycloak.protocol.saml
Modifier and TypeMethodDescriptionprotected jakarta.ws.rs.core.Response
SamlProtocol.buildLogoutArtifactResponse
(UserSessionModel userSession, String redirectUri, StatusResponseType statusResponseType, JaxrsSAML2BindingBuilder bindingBuilder) This method, instead of sending the actual response with the token, sends the artifact message via post or redirect. -
Uses of StatusResponseType in org.keycloak.protocol.saml.preprocessor
Modifier and TypeMethodDescriptiondefault StatusResponseType
SamlAuthenticationPreprocessor.beforeProcessingLoginResponse
(StatusResponseType statusResponse, AuthenticationSessionModel authSession) Called before a login response is processed.default StatusResponseType
SamlAuthenticationPreprocessor.beforeSendingResponse
(StatusResponseType statusResponse, AuthenticatedClientSessionModel clientSession) Called before a response is sent back to the client.Modifier and TypeMethodDescriptiondefault StatusResponseType
SamlAuthenticationPreprocessor.beforeProcessingLoginResponse
(StatusResponseType statusResponse, AuthenticationSessionModel authSession) Called before a login response is processed.default StatusResponseType
SamlAuthenticationPreprocessor.beforeSendingResponse
(StatusResponseType statusResponse, AuthenticatedClientSessionModel clientSession) Called before a response is sent back to the client. -
Uses of StatusResponseType in org.keycloak.saml
-
Uses of StatusResponseType in org.keycloak.saml.processing.api.saml.v2.response
Modifier and TypeMethodDescriptionstatic Document
SAML2Response.convert
(StatusResponseType responseType) Convert a SAML2 Response into a Document -
Uses of StatusResponseType in org.keycloak.saml.processing.core.parsers.saml.protocol
Modifier and TypeClassDescriptionclass
SAMLStatusResponseTypeParser<T extends StatusResponseType>
Base Class for all Response Type parsing for SAML2Modifier and TypeMethodDescriptionprotected StatusResponseType
SAMLSloResponseParser.instantiateElement
(XMLEventReader xmlEventReader, StartElement element) Modifier and TypeMethodDescriptionprotected void
SAMLSloResponseParser.processSubElement
(XMLEventReader xmlEventReader, StatusResponseType target, SAMLProtocolQNames element, StartElement elementDetail) -
Uses of StatusResponseType in org.keycloak.saml.processing.core.saml.v2.writers
Modifier and TypeMethodDescriptionvoid
SAMLResponseWriter.write
(StatusResponseType response, QName qname) Write aStatusResponseType