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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description OAuth2LogoutBackend.BuilderallowedPostLogoutUris(List<String> allowedPostLogoutUris)A list of allowed post-logout URLs to which a request can be redirected after revoke accessOAuth2LogoutBackendbuild()OAuth2LogoutBackend.Buildercopy(OAuth2LogoutBackend model)OAuth2LogoutBackend.BuilderpostLogoutState(String postLogoutState)Defines a state that should be shared on redirecting to postLogout URL.
 
- 
- 
- 
Method Detail- 
allowedPostLogoutUrispublic OAuth2LogoutBackend.Builder allowedPostLogoutUris(List<String> allowedPostLogoutUris) A list of allowed post-logout URLs to which a request can be redirected after revoke access- Parameters:
- allowedPostLogoutUris- the value to set
- Returns:
- this builder
 
 - 
postLogoutStatepublic 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
 
 - 
buildpublic OAuth2LogoutBackend build() 
 - 
copypublic OAuth2LogoutBackend.Builder copy(OAuth2LogoutBackend model) 
 
- 
 
-