AuthorizationManager (Azure SDK for Java Reference Documentation)
Rachel Ross
Published Feb 16, 2026
- Detail:
- Field |
- Constr |
- Method
Nested Class Summary
Method Detail
authenticate
public static AuthorizationManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile)
Creates an instance of AuthorizationManager that exposes Authorization and Graph RBAC management API entry points.
- Parameters:
credential- the credential to useprofile- the profile to use- Returns:
- the AuthorizationManager instance
configure
public static AuthorizationManager.Configurable configure()
Get a Configurable instance that can be used to create AuthorizationManager with optional configuration.
- Returns:
- the instance allowing configurations
- Detail:
- Field |
- Constr |
- Method
Copyright © 2020 Microsoft Corporation. All rights reserved.