Uses of Class
com.oracle.bmc.datasafe.model.UserDetails.AuthenticationType
-
Packages that use UserDetails.AuthenticationType Package Description com.oracle.bmc.datasafe.model -
-
Uses of UserDetails.AuthenticationType in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return UserDetails.AuthenticationType Modifier and Type Method Description static UserDetails.AuthenticationTypeUserDetails.AuthenticationType. create(String key)UserDetails.AuthenticationTypeUserDetails. getAuthenticationType()The authentication type of the user.static UserDetails.AuthenticationTypeUserDetails.AuthenticationType. valueOf(String name)Returns the enum constant of this type with the specified name.static UserDetails.AuthenticationType[]UserDetails.AuthenticationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.model with parameters of type UserDetails.AuthenticationType Modifier and Type Method Description UserDetails.BuilderUserDetails.Builder. authenticationType(UserDetails.AuthenticationType authenticationType)The authentication type of the user.Constructors in com.oracle.bmc.datasafe.model with parameters of type UserDetails.AuthenticationType Constructor Description UserDetails(String name, String status, String profile, String tablespace, Boolean isUserPredefinedByOracle, UserDetails.AuthenticationType authenticationType)Deprecated.
-