Class PermissionsUtil

    • Constructor Detail

      • PermissionsUtil

        public PermissionsUtil()
    • Method Detail

      • createPublishPermission

        public static Permission createPublishPermission​(String topic)
        Creates a TopicPermission for the given topic and the type PUBLISH
        Parameters:
        topic - The target topic
        Returns:
        The created permission or null in case the permission could not be created.
        See Also:
        TopicPermission
      • createSubscribePermission

        public static Permission createSubscribePermission​(String topic)
        Creates a TopicPermission for the given topic and the type SUBSCRIBE Note that a
        Parameters:
        topic - The target topic
        Returns:
        The created permission or a null in case the permission could not be created.
        See Also:
        TopicPermission