public interface ActiveMQSecurityManager
Modifier and Type | Method and Description |
---|---|
boolean |
validateUser(String user,
String password)
is this a valid user.
|
boolean |
validateUserAndRole(String user,
String password,
Set<Role> roles,
CheckType checkType)
is this a valid user and do they have the correct role
|
boolean validateUser(String user, String password)
user
- the userpassword
- the users passwordboolean validateUserAndRole(String user, String password, Set<Role> roles, CheckType checkType)
user
- the userpassword
- the users passwordroles
- the roles the user hascheckType
- the type of check to performCopyright © 2017 JBoss by Red Hat. All rights reserved.