Uses of Class
com.oracle.bmc.redis.model.AuthenticationMode
-
Packages that use AuthenticationMode Package Description com.oracle.bmc.redis.model -
-
Uses of AuthenticationMode in com.oracle.bmc.redis.model
Subclasses of AuthenticationMode in com.oracle.bmc.redis.model Modifier and Type Class Description class
IamAuthenticationMode
child class of AuthenticationMode.class
PasswordAuthenticationMode
child class of AuthenticationMode.Methods in com.oracle.bmc.redis.model that return AuthenticationMode Modifier and Type Method Description AuthenticationMode
CreateOciCacheUserDetails. getAuthenticationMode()
AuthenticationMode
OciCacheUser. getAuthenticationMode()
AuthenticationMode
UpdateOciCacheUserDetails. getAuthenticationMode()
Methods in com.oracle.bmc.redis.model with parameters of type AuthenticationMode Modifier and Type Method Description CreateOciCacheUserDetails.Builder
CreateOciCacheUserDetails.Builder. authenticationMode(AuthenticationMode authenticationMode)
OciCacheUser.Builder
OciCacheUser.Builder. authenticationMode(AuthenticationMode authenticationMode)
UpdateOciCacheUserDetails.Builder
UpdateOciCacheUserDetails.Builder. authenticationMode(AuthenticationMode authenticationMode)
Constructors in com.oracle.bmc.redis.model with parameters of type AuthenticationMode Constructor Description CreateOciCacheUserDetails(String name, String description, String compartmentId, AuthenticationMode authenticationMode, String aclString, OciCacheUser.Status status, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.OciCacheUser(String id, String name, String description, String compartmentId, AuthenticationMode authenticationMode, String aclString, OciCacheUser.Status status, OciCacheUser.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.UpdateOciCacheUserDetails(String description, AuthenticationMode authenticationMode, String aclString, OciCacheUser.Status status, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-