Uses of Class
com.azure.identity.UsernamePasswordCredentialBuilder
-
-
Uses of UsernamePasswordCredentialBuilder in com.azure.identity
Methods in com.azure.identity that return UsernamePasswordCredentialBuilder Modifier and Type Method Description UsernamePasswordCredentialBuilderUsernamePasswordCredentialBuilder. password(String password)Sets the password of the user.UsernamePasswordCredentialBuilderUsernamePasswordCredentialBuilder. tokenCachePersistenceOptions(TokenCachePersistenceOptions tokenCachePersistenceOptions)Configures the persistent shared token cache options and enables the persistent token cache which is disabled by default.UsernamePasswordCredentialBuilderUsernamePasswordCredentialBuilder. username(String username)Sets the username of the user.
-