Package | Description |
---|---|
org.keycloak.broker.saml | |
org.keycloak.dom.saml.v2.protocol |
Package containing the classes for the protocol of SAMLv2
|
org.keycloak.protocol.saml | |
org.keycloak.protocol.saml.preprocessor | |
org.keycloak.saml | |
org.keycloak.saml.processing.api.saml.v2.response | |
org.keycloak.saml.processing.core.parsers.saml.protocol | |
org.keycloak.saml.processing.core.saml.v2.writers |
Modifier and Type | Method and Description |
---|---|
protected javax.ws.rs.core.Response |
SAMLEndpoint.Binding.handleLogoutResponse(SAMLDocumentHolder holder,
StatusResponseType responseType,
String relayState) |
Modifier and Type | Class and Description |
---|---|
class |
ArtifactResponseType
Java class for ArtifactResponseType complex type.
|
class |
NameIDMappingResponseType
Java class for NameIDMappingResponseType complex type.
|
class |
ResponseType
Java class for ResponseType complex type.
|
Constructor and Description |
---|
ArtifactResponseType(StatusResponseType srt) |
ResponseType(StatusResponseType srt) |
StatusResponseType(StatusResponseType srt) |
Modifier and Type | Method and Description |
---|---|
protected javax.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.
|
Modifier and Type | Method and Description |
---|---|
default 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 Type | Method and Description |
---|---|
default 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 Type | Method and Description |
---|---|
StatusResponseType |
SAML2LogoutResponseBuilder.buildModel() |
Modifier and Type | Method and Description |
---|---|
Document |
SAML2Response.convert(StatusResponseType responseType)
Convert a SAML2 Response into a Document
|
Modifier and Type | Class and Description |
---|---|
class |
SAMLStatusResponseTypeParser<T extends StatusResponseType>
Base Class for all Response Type parsing for SAML2
|
Modifier and Type | Method and Description |
---|---|
protected StatusResponseType |
SAMLSloResponseParser.instantiateElement(XMLEventReader xmlEventReader,
StartElement element) |
Modifier and Type | Method and Description |
---|---|
protected void |
SAMLSloResponseParser.processSubElement(XMLEventReader xmlEventReader,
StatusResponseType target,
SAMLProtocolQNames element,
StartElement elementDetail) |
Modifier and Type | Method and Description |
---|---|
void |
SAMLResponseWriter.write(StatusResponseType response,
QName qname)
Write a
StatusResponseType |
Copyright © 2021 JBoss by Red Hat. All rights reserved.