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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DynamicAuthenticationPolicy.BuilderauthenticationServers(List<AuthenticationServerPolicy> authenticationServers)List of authentication servers to choose from during dynamic authentication.DynamicAuthenticationPolicybuild()DynamicAuthenticationPolicy.Buildercopy(DynamicAuthenticationPolicy model)DynamicAuthenticationPolicy.BuilderselectionSource(SelectionSourcePolicy selectionSource)
 
- 
- 
- 
Method Detail- 
selectionSourcepublic DynamicAuthenticationPolicy.Builder selectionSource(SelectionSourcePolicy selectionSource) 
 - 
authenticationServerspublic 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
 
 - 
buildpublic DynamicAuthenticationPolicy build() 
 - 
copypublic DynamicAuthenticationPolicy.Builder copy(DynamicAuthenticationPolicy model) 
 
- 
 
-