Uses of Class
com.oracle.bmc.apigateway.model.AuthenticationServerPolicy
- 
Packages that use AuthenticationServerPolicy Package Description com.oracle.bmc.apigateway.model 
- 
- 
Uses of AuthenticationServerPolicy in com.oracle.bmc.apigateway.modelMethods in com.oracle.bmc.apigateway.model that return AuthenticationServerPolicy Modifier and Type Method Description AuthenticationServerPolicyAuthenticationServerPolicy.Builder. build()Methods in com.oracle.bmc.apigateway.model that return types with arguments of type AuthenticationServerPolicy Modifier and Type Method Description List<AuthenticationServerPolicy>DynamicAuthenticationPolicy. getAuthenticationServers()List of authentication servers to choose from during dynamic authentication.Methods in com.oracle.bmc.apigateway.model with parameters of type AuthenticationServerPolicy Modifier and Type Method Description AuthenticationServerPolicy.BuilderAuthenticationServerPolicy.Builder. copy(AuthenticationServerPolicy model)Method parameters in com.oracle.bmc.apigateway.model with type arguments of type AuthenticationServerPolicy Modifier and Type Method Description DynamicAuthenticationPolicy.BuilderDynamicAuthenticationPolicy.Builder. authenticationServers(List<AuthenticationServerPolicy> authenticationServers)List of authentication servers to choose from during dynamic authentication.Constructor parameters in com.oracle.bmc.apigateway.model with type arguments of type AuthenticationServerPolicy Constructor Description DynamicAuthenticationPolicy(SelectionSourcePolicy selectionSource, List<AuthenticationServerPolicy> authenticationServers)Deprecated.
 
-