Uses of Class
com.oracle.bmc.apigateway.model.DynamicAuthenticationPolicy.Builder
-
Packages that use DynamicAuthenticationPolicy.Builder Package Description com.oracle.bmc.apigateway.model -
-
Uses of DynamicAuthenticationPolicy.Builder in com.oracle.bmc.apigateway.model
Methods in com.oracle.bmc.apigateway.model that return DynamicAuthenticationPolicy.Builder Modifier and Type Method Description DynamicAuthenticationPolicy.Builder
DynamicAuthenticationPolicy.Builder. authenticationServers(List<AuthenticationServerPolicy> authenticationServers)
List of authentication servers to choose from during dynamic authentication.static DynamicAuthenticationPolicy.Builder
DynamicAuthenticationPolicy. builder()
Create a new builder.DynamicAuthenticationPolicy.Builder
DynamicAuthenticationPolicy.Builder. copy(DynamicAuthenticationPolicy model)
DynamicAuthenticationPolicy.Builder
DynamicAuthenticationPolicy.Builder. selectionSource(SelectionSourcePolicy selectionSource)
DynamicAuthenticationPolicy.Builder
DynamicAuthenticationPolicy. toBuilder()
-