@Deprecated public class ActiveMQSecurityManagerImpl extends Object implements ActiveMQSecurityManager
| Constructor and Description |
|---|
ActiveMQSecurityManagerImpl()
Deprecated.
|
ActiveMQSecurityManagerImpl(SecurityConfiguration configuration)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityConfiguration |
getConfiguration()
Deprecated.
|
boolean |
validateUser(String username,
String password)
Deprecated.
is this a valid user.
|
boolean |
validateUserAndRole(String user,
String password,
Set<Role> roles,
CheckType checkType)
Deprecated.
is this a valid user and do they have the correct role
|
public ActiveMQSecurityManagerImpl()
public ActiveMQSecurityManagerImpl(SecurityConfiguration configuration)
public boolean validateUser(String username, String password)
ActiveMQSecurityManagervalidateUser in interface ActiveMQSecurityManagerusername - the userpassword - the users passwordpublic boolean validateUserAndRole(String user, String password, Set<Role> roles, CheckType checkType)
ActiveMQSecurityManagervalidateUserAndRole in interface ActiveMQSecurityManageruser - the userpassword - the users passwordroles - the roles the user hascheckType - the type of check to performpublic SecurityConfiguration getConfiguration()
Copyright © 2018 JBoss by Red Hat. All rights reserved.