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.AuthenticationTypeAuthenticationMode.AuthenticationType. create(String key)AuthenticationMode.AuthenticationTypeOciCacheUserSummary. getAuthenticationType()OCI Cache user authentication type.static AuthenticationMode.AuthenticationTypeAuthenticationMode.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.BuilderOciCacheUserSummary.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.
-