Uses of Class
com.swiftmq.swiftlet.auth.AuthenticationException
-
Packages that use AuthenticationException Package Description com.swiftmq.swiftlet.auth com.swiftmq.swiftlet.queue com.swiftmq.swiftlet.topic -
-
Uses of AuthenticationException in com.swiftmq.swiftlet.auth
Methods in com.swiftmq.swiftlet.auth that throw AuthenticationException Modifier and Type Method Description abstract java.lang.StringAuthenticationSwiftlet. getPassword(java.lang.String userName)Returns a user's passwordabstract voidAuthenticationSwiftlet. verifyHostLogin(java.lang.String username, java.lang.String hostname)Verifies if the user is granted to login from the given host.abstract voidAuthenticationSwiftlet. verifyQueueBrowserCreation(java.lang.String queueName, java.lang.Object loginId)Verifies if the user is granted to create a browser at the queueabstract voidAuthenticationSwiftlet. verifyQueueCreation(java.lang.Object loginId)Verifies if the user is granted to create a queueabstract voidAuthenticationSwiftlet. verifyQueueReceiverSubscription(java.lang.String queueName, java.lang.Object loginId)Verifies if the user is granted to subscribe to the queue as a receiverabstract voidAuthenticationSwiftlet. verifyQueueSenderSubscription(java.lang.String queueName, java.lang.Object loginId)Verifies if the user is granted to subscribe to the queue as a senderabstract voidAuthenticationSwiftlet. verifySetClientId(java.lang.Object loginId)Verifies if the user is granted to set a new client idabstract voidAuthenticationSwiftlet. verifyTopicDurableSubscriberCreation(java.lang.String topicName, java.lang.Object loginId)Verifies if the user is granted to create a durable subscriber at the topicabstract voidAuthenticationSwiftlet. verifyTopicReceiverSubscription(java.lang.String topicName, java.lang.Object loginId)Verifies if the user is granted to subscribe to a topic as a receiverabstract voidAuthenticationSwiftlet. verifyTopicSenderSubscription(java.lang.String topicName, java.lang.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 AuthenticationException Modifier and Type Method Description abstract voidQueueManager. createQueue(java.lang.String queueName, ActiveLogin activeLogin)Creates a queue.abstract QueueBrowserQueueManager. createQueueBrowser(java.lang.String queueName, ActiveLogin activeLogin, Selector selector)Creates a QueueBrowser.abstract QueueReceiverQueueManager. createQueueReceiver(java.lang.String queueName, ActiveLogin activeLogin, Selector selector)Creates a QueueReceiverabstract QueueSenderQueueManager. createQueueSender(java.lang.String queueName, ActiveLogin activeLogin)Creates a QueueSender. -
Uses of AuthenticationException in com.swiftmq.swiftlet.topic
Methods in com.swiftmq.swiftlet.topic that throw AuthenticationException Modifier and Type Method Description abstract intTopicManager. subscribe(TopicImpl topic, Selector selector, boolean noLocal, java.lang.String queueName, ActiveLogin activeLogin)Subscribes to a topic.abstract intTopicManager. subscribe(TopicImpl topic, Selector selector, boolean noLocal, java.lang.String queueName, ActiveLogin activeLogin, boolean forceCopy)Subscribes to a topic.intTopicManager. subscribe(java.lang.String topicName, Selector selector, boolean noLocal, java.lang.String queueName)Subscribes to a topic.intTopicManager. subscribe(java.lang.String topicName, Selector selector, boolean noLocal, java.lang.String queueName, boolean forceCopy)Subscribes to a topic.intTopicManager. subscribe(java.lang.String topicName, Selector selector, boolean noLocal, java.lang.String queueName, ActiveLogin activeLogin)Subscribes to a topic.abstract java.lang.StringTopicManager. subscribeDurable(java.lang.String durableName, TopicImpl topic, Selector selector, boolean noLocal, ActiveLogin activeLogin)Subscribe as durable subscriber.
-