Package net.timewalker.ffmq4.security
Interface SecurityConnector
-
public interface SecurityConnectorSecurityConnector
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SecurityContextgetContext(String userName, String password)Get the security context associated with the given credentials
-
-
-
Method Detail
-
getContext
SecurityContext getContext(String userName, String password) throws FFMQSecurityException
Get the security context associated with the given credentials- Throws:
FFMQSecurityException
-
-