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.model
Methods in com.oracle.bmc.apigateway.model that return AuthenticationServerPolicy Modifier and Type Method Description AuthenticationServerPolicy
AuthenticationServerPolicy.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.Builder
AuthenticationServerPolicy.Builder. copy(AuthenticationServerPolicy model)
Method parameters in com.oracle.bmc.apigateway.model with type arguments of type AuthenticationServerPolicy Modifier and Type Method Description DynamicAuthenticationPolicy.Builder
DynamicAuthenticationPolicy.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.
-