public static class OidcTenantConfig.Logout extends Object
| Modifier and Type | Field and Description |
|---|---|
Optional<String> |
path
The relative path of the logout endpoint at the application.
|
Optional<String> |
postLogoutPath
Relative path of the application endpoint where the user should be redirected to after logging out from the OpenID
Connect Provider.
|
| Constructor and Description |
|---|
Logout() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPath() |
Optional<String> |
getPostLogoutPath() |
void |
setPath(Optional<String> path) |
void |
setPostLogoutPath(Optional<String> postLogoutPath) |
@ConfigItem public Optional<String> path
@ConfigItem public Optional<String> postLogoutPath
Copyright © 2020 JBoss by Red Hat. All rights reserved.