Uses of Class
com.azure.resourcemanager.deviceregistry.models.UserAuthenticationMode
Package
Description
Package containing the data models for DeviceRegistry.
-
Uses of UserAuthenticationMode in com.azure.resourcemanager.deviceregistry.models
Modifier and TypeFieldDescriptionstatic final UserAuthenticationMode
UserAuthenticationMode.ANONYMOUS
Static value Anonymous for UserAuthenticationMode.static final UserAuthenticationMode
UserAuthenticationMode.CERTIFICATE
Static value Certificate for UserAuthenticationMode.static final UserAuthenticationMode
UserAuthenticationMode.USERNAME_PASSWORD
Static value UsernamePassword for UserAuthenticationMode.Modifier and TypeMethodDescriptionstatic UserAuthenticationMode
UserAuthenticationMode.fromString
(String name) Creates or finds a UserAuthenticationMode from its string representation.UserAuthentication.mode()
Get the mode property: Defines the mode to authenticate the user of the client at the server.Modifier and TypeMethodDescriptionstatic Collection<UserAuthenticationMode>
UserAuthenticationMode.values()
Gets known UserAuthenticationMode values.Modifier and TypeMethodDescriptionUserAuthentication.withMode
(UserAuthenticationMode mode) Set the mode property: Defines the mode to authenticate the user of the client at the server.