Uses of Class
com.oracle.bmc.redis.model.AuthenticationMode.AuthenticationType
-
Packages that use AuthenticationMode.AuthenticationType Package Description com.oracle.bmc.redis.model -
-
Uses of AuthenticationMode.AuthenticationType in com.oracle.bmc.redis.model
Methods in com.oracle.bmc.redis.model that return AuthenticationMode.AuthenticationType Modifier and Type Method Description static AuthenticationMode.AuthenticationType
AuthenticationMode.AuthenticationType. create(String key)
AuthenticationMode.AuthenticationType
OciCacheUserSummary. getAuthenticationType()
OCI Cache user authentication type.static AuthenticationMode.AuthenticationType
AuthenticationMode.AuthenticationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuthenticationMode.AuthenticationType[]
AuthenticationMode.AuthenticationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.redis.model with parameters of type AuthenticationMode.AuthenticationType Modifier and Type Method Description OciCacheUserSummary.Builder
OciCacheUserSummary.Builder. authenticationType(AuthenticationMode.AuthenticationType authenticationType)
OCI Cache user authentication type.Constructors in com.oracle.bmc.redis.model with parameters of type AuthenticationMode.AuthenticationType Constructor Description OciCacheUserSummary(String id, String name, String compartmentId, AuthenticationMode.AuthenticationType authenticationType, OciCacheUser.Status status, OciCacheUser.LifecycleState lifecycleState, Date timeCreated, String description, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-