Uses of Class
com.oracle.bmc.identity.model.AuthenticationPolicy
- 
Packages that use AuthenticationPolicy Package Description com.oracle.bmc.identity.model com.oracle.bmc.identity.responses 
- 
- 
Uses of AuthenticationPolicy in com.oracle.bmc.identity.modelMethods in com.oracle.bmc.identity.model that return AuthenticationPolicy Modifier and Type Method Description AuthenticationPolicyAuthenticationPolicy.Builder. build()Methods in com.oracle.bmc.identity.model with parameters of type AuthenticationPolicy Modifier and Type Method Description AuthenticationPolicy.BuilderAuthenticationPolicy.Builder. copy(AuthenticationPolicy model)
- 
Uses of AuthenticationPolicy in com.oracle.bmc.identity.responsesMethods in com.oracle.bmc.identity.responses that return AuthenticationPolicy Modifier and Type Method Description AuthenticationPolicyGetAuthenticationPolicyResponse. getAuthenticationPolicy()The returned AuthenticationPolicy instance.AuthenticationPolicyUpdateAuthenticationPolicyResponse. getAuthenticationPolicy()The returned AuthenticationPolicy instance.Methods in com.oracle.bmc.identity.responses with parameters of type AuthenticationPolicy Modifier and Type Method Description GetAuthenticationPolicyResponse.BuilderGetAuthenticationPolicyResponse.Builder. authenticationPolicy(AuthenticationPolicy authenticationPolicy)The returned AuthenticationPolicy instance.UpdateAuthenticationPolicyResponse.BuilderUpdateAuthenticationPolicyResponse.Builder. authenticationPolicy(AuthenticationPolicy authenticationPolicy)The returned AuthenticationPolicy instance.
 
-