@ConsumerType
public interface LogoutProvider
LogoutProvider
interface provides the ability to perform a log-out operation.
If a registered Provider
service implements this interface the
logout(HttpServletRequest,ProviderConfig)
method is called during the dropCredentials
execution.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
logout(javax.servlet.http.HttpServletRequest request,
ProviderConfig providerConfig)
This method will perform all the backend steps of the logout process.
|
java.lang.String logout(javax.servlet.http.HttpServletRequest request, ProviderConfig providerConfig)
request
- The request to the logout URL. Used to correctly build the callback URL.providerConfig
- The OAuth Provider configurationCopyright © 2010 - 2023 Adobe. All Rights Reserved