Package com.azure.core.amqp.models
Class CbsAuthorizationType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<CbsAuthorizationType>
-
- com.azure.core.amqp.models.CbsAuthorizationType
-
public final class CbsAuthorizationType extends ExpandableStringEnum<CbsAuthorizationType>
An enumeration of supported authorization methods with theClaimsBasedSecurityNode.
-
-
Field Summary
Fields Modifier and Type Field Description static CbsAuthorizationTypeJSON_WEB_TOKENAuthorize with CBS using a JSON web token.static CbsAuthorizationTypeSHARED_ACCESS_SIGNATUREAuthorize with CBS through a shared access signature.
-
Constructor Summary
Constructors Constructor Description CbsAuthorizationType()
-
-
-
Field Detail
-
SHARED_ACCESS_SIGNATURE
public static final CbsAuthorizationType SHARED_ACCESS_SIGNATURE
Authorize with CBS through a shared access signature.
-
JSON_WEB_TOKEN
public static final CbsAuthorizationType JSON_WEB_TOKEN
Authorize with CBS using a JSON web token. This is used in the case where Azure Active Directory is used for authentication and the authenticated user wants to authorize with Azure Event Hubs.
-
-