com.microsoft.azure.servicebus.security
Classes
AzureActiveDirectoryTokenProvider |
This is a token provider that obtains tokens from Azure Active Directory. It supports multiple modes of authentication with active directory to obtain tokens. |
ManagedServiceIdentityTokenProvider |
This is a token provider that obtains token using Managed Service Identity(MSI). This token provider automatically detects MSI settings. |
SecurityConstants |
This class contains all security related constants. |
SecurityToken |
This class encapsulates the details of a security token. |
SharedAccessSignatureTokenProvider |
This is a token provider that generates Shared Access Signature(SAS) tokens or reuses an already generated SAS token. |
TokenProvider |
This abstract class defines the contract of a token provider. All token providers should inherit from this class. An instance of token provider is used to obtain a security token for a given audience. |
Enums
SecurityTokenType |
Enumeration representing security token types supported by Azure Service Bus. |
Azure SDK for Java