Uses of Class
com.azure.resourcemanager.deviceregistry.models.UserAuthentication
Package
Description
Package containing the data models for DeviceRegistry.
-
Uses of UserAuthentication in com.azure.resourcemanager.deviceregistry.models
Modifier and TypeMethodDescriptionAssetEndpointProfileProperties.userAuthentication()
Get the userAuthentication property: Defines the client authentication mechanism to the server.AssetEndpointProfileUpdateProperties.userAuthentication()
Get the userAuthentication property: Defines the client authentication mechanism to the server.UserAuthentication.withMode
(UserAuthenticationMode mode) Set the mode property: Defines the mode to authenticate the user of the client at the server.UserAuthentication.withUsernamePasswordCredentials
(UsernamePasswordCredentials usernamePasswordCredentials) Set the usernamePasswordCredentials property: Defines the username and password references when UsernamePassword user authentication mode is selected.UserAuthentication.withX509Credentials
(X509Credentials x509Credentials) Set the x509Credentials property: Defines the certificate reference when Certificate user authentication mode is selected.Modifier and TypeMethodDescriptionAssetEndpointProfileProperties.withUserAuthentication
(UserAuthentication userAuthentication) Set the userAuthentication property: Defines the client authentication mechanism to the server.AssetEndpointProfileUpdateProperties.withUserAuthentication
(UserAuthentication userAuthentication) Set the userAuthentication property: Defines the client authentication mechanism to the server.