Modifier and Type | Method and Description |
---|---|
protected LogoutRequestType |
SAMLIdentityProvider.buildLogoutRequest(UserSessionModel userSession,
javax.ws.rs.core.UriInfo uriInfo,
RealmModel realm,
String singleLogoutServiceUrl,
SamlProtocolExtensionsAwareBuilder.NodeGenerator... extensions) |
Modifier and Type | Method and Description |
---|---|
protected javax.ws.rs.core.Response |
SAMLEndpoint.Binding.logoutRequest(LogoutRequestType request,
String relayState) |
Modifier and Type | Method and Description |
---|---|
protected LogoutRequestType |
SamlProtocol.createLogoutRequest(String logoutUrl,
AuthenticatedClientSessionModel clientSession,
ClientModel client,
SamlProtocolExtensionsAwareBuilder.NodeGenerator... extensions) |
Modifier and Type | Method and Description |
---|---|
protected javax.ws.rs.core.Response |
SamlService.BindingProtocol.logoutRequest(LogoutRequestType logoutRequest,
ClientModel client,
String relayState) |
Modifier and Type | Method and Description |
---|---|
default LogoutRequestType |
SamlAuthenticationPreprocessor.beforeProcessingLogoutRequest(LogoutRequestType logoutRequest,
UserSessionModel authSession,
AuthenticatedClientSessionModel clientSession)
Called before a logout request is processed.
|
default LogoutRequestType |
SamlAuthenticationPreprocessor.beforeSendingLogoutRequest(LogoutRequestType logoutRequest,
UserSessionModel authSession,
AuthenticatedClientSessionModel clientSession)
Called before a logout request is sent.
|
Modifier and Type | Method and Description |
---|---|
default LogoutRequestType |
SamlAuthenticationPreprocessor.beforeProcessingLogoutRequest(LogoutRequestType logoutRequest,
UserSessionModel authSession,
AuthenticatedClientSessionModel clientSession)
Called before a logout request is processed.
|
default LogoutRequestType |
SamlAuthenticationPreprocessor.beforeSendingLogoutRequest(LogoutRequestType logoutRequest,
UserSessionModel authSession,
AuthenticatedClientSessionModel clientSession)
Called before a logout request is sent.
|
Modifier and Type | Method and Description |
---|---|
LogoutRequestType |
SAML2LogoutRequestBuilder.createLogoutRequest() |
Modifier and Type | Method and Description |
---|---|
static LogoutRequestType |
SAML2Request.createLogoutRequest(String issuer)
Create a Logout Request
|
Modifier and Type | Method and Description |
---|---|
protected LogoutRequestType |
SAMLSloRequestParser.instantiateElement(XMLEventReader xmlEventReader,
StartElement startElement) |
Modifier and Type | Method and Description |
---|---|
protected void |
SAMLSloRequestParser.processSubElement(XMLEventReader xmlEventReader,
LogoutRequestType target,
SAMLProtocolQNames element,
StartElement elementDetail) |
Modifier and Type | Method and Description |
---|---|
void |
SAMLRequestWriter.write(LogoutRequestType logOutRequest)
Write a
LogoutRequestType to stream |
Copyright © 2020 JBoss by Red Hat. All rights reserved.