- handleBindQueue(String, UserRealm, ObjectProperties, Operation) - Static method in class org.wso2.carbon.andes.authorization.andes.AndesAuthorizationHandler
-
Authorize binding a destination to an exchange based on permissions.
- handleBrowseQueue(String, UserRealm, ObjectProperties, Operation) - Static method in class org.wso2.carbon.andes.authorization.andes.AndesAuthorizationHandler
-
Evaluate whether the user has browsing permission for a queue
- handleConsumeQueue(String, UserRealm, ObjectProperties, Operation) - Static method in class org.wso2.carbon.andes.authorization.andes.AndesAuthorizationHandler
-
Evaluates whether the user has consuming permissions for a queue, topic or durable topic.
- handleCreateQueue(String, UserRealm, ObjectProperties, Operation) - Static method in class org.wso2.carbon.andes.authorization.andes.AndesAuthorizationHandler
-
Evaluates user permissions when creating a queue.
- handleDeleteQueue(String, UserRealm, ObjectProperties, Operation) - Static method in class org.wso2.carbon.andes.authorization.andes.AndesAuthorizationHandler
-
The following method handles the deletion of a queue by checking whether the user is
authorized or not.
- handlePublishToExchange(String, UserRealm, ObjectProperties, Operation) - Static method in class org.wso2.carbon.andes.authorization.andes.AndesAuthorizationHandler
-
Authorise publishing to a given exchange based on user's permissions.
- handlePurgeQueue(String, UserRealm, ObjectProperties, Operation) - Static method in class org.wso2.carbon.andes.authorization.andes.AndesAuthorizationHandler
-
This method handles the deletion of messages of a topic or queue.
- handleUnbindQueue(String, UserRealm, ObjectProperties, Operation) - Static method in class org.wso2.carbon.andes.authorization.andes.AndesAuthorizationHandler
-
Evaluates whether the user has unbind permissions for an exchange.