public static class OAuth2LogoutBackend.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
OAuth2LogoutBackend.Builder |
allowedPostLogoutUris(List<String> allowedPostLogoutUris) |
OAuth2LogoutBackend |
build() |
OAuth2LogoutBackend.Builder |
copy(OAuth2LogoutBackend model) |
OAuth2LogoutBackend.Builder |
postLogoutState(String postLogoutState)
Defines a state that should be shared on redirecting to postLogout URL.
|
public OAuth2LogoutBackend.Builder allowedPostLogoutUris(List<String> allowedPostLogoutUris)
public OAuth2LogoutBackend.Builder postLogoutState(String postLogoutState)
Defines a state that should be shared on redirecting to postLogout URL.
postLogoutState
- the value to setpublic OAuth2LogoutBackend build()
public OAuth2LogoutBackend.Builder copy(OAuth2LogoutBackend model)
Copyright © 2016–2024. All rights reserved.