Uses of Class
com.swiftmq.swiftlet.auth.AuthenticationException
Packages that use AuthenticationException
-
Uses of AuthenticationException in com.swiftmq.swiftlet.auth
Methods in com.swiftmq.swiftlet.auth that throw AuthenticationExceptionModifier and TypeMethodDescriptionabstract String
AuthenticationSwiftlet.getPassword
(String userName) Returns a user's passwordabstract void
AuthenticationSwiftlet.verifyHostLogin
(String username, String hostname) Verifies if the user is granted to login from the given host.abstract void
AuthenticationSwiftlet.verifyQueueBrowserCreation
(String queueName, Object loginId) Verifies if the user is granted to create a browser at the queueabstract void
AuthenticationSwiftlet.verifyQueueCreation
(Object loginId) Verifies if the user is granted to create a queueabstract void
AuthenticationSwiftlet.verifyQueueReceiverSubscription
(String queueName, Object loginId) Verifies if the user is granted to subscribe to the queue as a receiverabstract void
AuthenticationSwiftlet.verifyQueueSenderSubscription
(String queueName, Object loginId) Verifies if the user is granted to subscribe to the queue as a senderabstract void
AuthenticationSwiftlet.verifySetClientId
(Object loginId) Verifies if the user is granted to set a new client idabstract void
AuthenticationSwiftlet.verifyTopicDurableSubscriberCreation
(String topicName, Object loginId) Verifies if the user is granted to create a durable subscriber at the topicabstract void
AuthenticationSwiftlet.verifyTopicReceiverSubscription
(String topicName, Object loginId) Verifies if the user is granted to subscribe to a topic as a receiverabstract void
AuthenticationSwiftlet.verifyTopicSenderSubscription
(String topicName, Object loginId) Verifies if the user is granted to subscribe to a topic as a sender -
Uses of AuthenticationException in com.swiftmq.swiftlet.queue
Methods in com.swiftmq.swiftlet.queue that throw AuthenticationExceptionModifier and TypeMethodDescriptionabstract void
QueueManager.createQueue
(String queueName, ActiveLogin activeLogin) Creates a queue.abstract QueueBrowser
QueueManager.createQueueBrowser
(String queueName, ActiveLogin activeLogin, Selector selector) Creates a QueueBrowser.abstract QueueReceiver
QueueManager.createQueueReceiver
(String queueName, ActiveLogin activeLogin, Selector selector) Creates a QueueReceiverabstract QueueSender
QueueManager.createQueueSender
(String queueName, ActiveLogin activeLogin) Creates a QueueSender. -
Uses of AuthenticationException in com.swiftmq.swiftlet.topic
Methods in com.swiftmq.swiftlet.topic that throw AuthenticationExceptionModifier and TypeMethodDescriptionabstract int
TopicManager.subscribe
(TopicImpl topic, Selector selector, boolean noLocal, String queueName, ActiveLogin activeLogin) Subscribes to a topic.abstract int
TopicManager.subscribe
(TopicImpl topic, Selector selector, boolean noLocal, String queueName, ActiveLogin activeLogin, boolean forceCopy) Subscribes to a topic.int
Subscribes to a topic.int
TopicManager.subscribe
(String topicName, Selector selector, boolean noLocal, String queueName, boolean forceCopy) Subscribes to a topic.int
TopicManager.subscribe
(String topicName, Selector selector, boolean noLocal, String queueName, ActiveLogin activeLogin) Subscribes to a topic.abstract String
TopicManager.subscribeDurable
(String durableName, TopicImpl topic, Selector selector, boolean noLocal, ActiveLogin activeLogin) Subscribe as durable subscriber.