Package com.oracle.bmc.apigateway.model
Class OAuth2LogoutBackend.Builder
- java.lang.Object
-
- com.oracle.bmc.apigateway.model.OAuth2LogoutBackend.Builder
-
- Enclosing class:
- OAuth2LogoutBackend
public static class OAuth2LogoutBackend.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
allowedPostLogoutUris
public OAuth2LogoutBackend.Builder allowedPostLogoutUris(List<String> allowedPostLogoutUris)
-
postLogoutState
public OAuth2LogoutBackend.Builder postLogoutState(String postLogoutState)
Defines a state that should be shared on redirecting to postLogout URL.- Parameters:
postLogoutState
- the value to set- Returns:
- this builder
-
build
public OAuth2LogoutBackend build()
-
copy
public OAuth2LogoutBackend.Builder copy(OAuth2LogoutBackend model)
-
-