Uses of Interface
net.timewalker.ffmq4.security.SecurityContext
-
Packages that use SecurityContext Package Description net.timewalker.ffmq4.local.connection net.timewalker.ffmq4.security -
-
Uses of SecurityContext in net.timewalker.ffmq4.local.connection
Methods in net.timewalker.ffmq4.local.connection that return SecurityContext Modifier and Type Method Description SecurityContextLocalConnection. getSecurityContext()Get the connection security contextConstructors in net.timewalker.ffmq4.local.connection with parameters of type SecurityContext Constructor Description LocalConnection(FFMQEngine engine, SecurityContext securityContext, String clientID)ConstructorLocalQueueConnection(FFMQEngine engine, SecurityContext securityContext, String clientID)ConstructorLocalTopicConnection(FFMQEngine engine, SecurityContext securityContext, String clientID)Constructor -
Uses of SecurityContext in net.timewalker.ffmq4.security
Methods in net.timewalker.ffmq4.security that return SecurityContext Modifier and Type Method Description SecurityContextSecurityConnector. getContext(String userName, String password)Get the security context associated with the given credentials
-