Package com.oracle.bmc.apigateway.model
Class DynamicAuthenticationPolicy.Builder
- java.lang.Object
-
- com.oracle.bmc.apigateway.model.DynamicAuthenticationPolicy.Builder
-
- Enclosing class:
- DynamicAuthenticationPolicy
public static class DynamicAuthenticationPolicy.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DynamicAuthenticationPolicy.Builder
authenticationServers(List<AuthenticationServerPolicy> authenticationServers)
List of authentication servers to choose from during dynamic authentication.DynamicAuthenticationPolicy
build()
DynamicAuthenticationPolicy.Builder
copy(DynamicAuthenticationPolicy model)
DynamicAuthenticationPolicy.Builder
selectionSource(SelectionSourcePolicy selectionSource)
-
-
-
Method Detail
-
selectionSource
public DynamicAuthenticationPolicy.Builder selectionSource(SelectionSourcePolicy selectionSource)
-
authenticationServers
public DynamicAuthenticationPolicy.Builder authenticationServers(List<AuthenticationServerPolicy> authenticationServers)
List of authentication servers to choose from during dynamic authentication.- Parameters:
authenticationServers
- the value to set- Returns:
- this builder
-
build
public DynamicAuthenticationPolicy build()
-
copy
public DynamicAuthenticationPolicy.Builder copy(DynamicAuthenticationPolicy model)
-
-