@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
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDomain, init
public ActiveMQSecurityManagerImpl()
public ActiveMQSecurityManagerImpl(SecurityConfiguration configuration)
public boolean validateUser(String username, String password)
ActiveMQSecurityManager
validateUser
in interface ActiveMQSecurityManager
username
- the userpassword
- the users passwordpublic boolean validateUserAndRole(String user, String password, Set<Role> roles, CheckType checkType)
ActiveMQSecurityManager
validateUserAndRole
in interface ActiveMQSecurityManager
user
- the userpassword
- the users passwordroles
- the roles the user hascheckType
- the type of check to performpublic SecurityConfiguration getConfiguration()
Copyright © 2021 JBoss by Red Hat. All rights reserved.