Class SecurityConstants


  • public class SecurityConstants
    extends Object
    This class contains all security related constants.
    Since:
    1.2.0
    • Field Detail

      • SERVICEBUS_AAD_AUDIENCE_RESOURCE_URL

        public static final String SERVICEBUS_AAD_AUDIENCE_RESOURCE_URL
        Resource URI to be used, for all service bus entities, when requesting authentication token from Azure Active Directory.
        See Also:
        Constant Field Values
      • DEFAULT_SAS_TOKEN_VALIDITY_IN_SECONDS

        public static final int DEFAULT_SAS_TOKEN_VALIDITY_IN_SECONDS
        Default validity of a security token in seconds.
        See Also:
        Constant Field Values
      • MAX_KEY_NAME_LENGTH

        public static final int MAX_KEY_NAME_LENGTH
        Max allowed length for security key name.
        See Also:
        Constant Field Values
      • MAX_KEY_LENGTH

        public static final int MAX_KEY_LENGTH
        Max allowed length for security key.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SecurityConstants

        public SecurityConstants()