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 the ClaimsBasedSecurityNode.
  • Field Details

    • 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.
  • Constructor Details

    • CbsAuthorizationType

      public CbsAuthorizationType()