public class JAASSecurityManagerWrapper extends Object implements ActiveMQSecurityManager4
| Constructor and Description |
|---|
JAASSecurityManagerWrapper() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDomain() |
ActiveMQSecurityManager |
init(Map<String,String> properties) |
boolean |
validateUser(String user,
String password) |
String |
validateUser(String user,
String password,
RemotingConnection remotingConnection,
String securityDomain) |
boolean |
validateUserAndRole(String user,
String password,
Set<org.apache.activemq.artemis.core.security.Role> roles,
org.apache.activemq.artemis.core.security.CheckType checkType) |
String |
validateUserAndRole(String user,
String password,
Set<org.apache.activemq.artemis.core.security.Role> roles,
org.apache.activemq.artemis.core.security.CheckType checkType,
String address,
RemotingConnection remotingConnection,
String securityDomain) |
public String validateUser(String user, String password, RemotingConnection remotingConnection, String securityDomain)
validateUser in interface ActiveMQSecurityManager4public String validateUserAndRole(String user, String password, Set<org.apache.activemq.artemis.core.security.Role> roles, org.apache.activemq.artemis.core.security.CheckType checkType, String address, RemotingConnection remotingConnection, String securityDomain)
validateUserAndRole in interface ActiveMQSecurityManager4public String getDomain()
getDomain in interface ActiveMQSecurityManagerpublic boolean validateUser(String user, String password)
validateUser in interface ActiveMQSecurityManagerpublic boolean validateUserAndRole(String user, String password, Set<org.apache.activemq.artemis.core.security.Role> roles, org.apache.activemq.artemis.core.security.CheckType checkType)
validateUserAndRole in interface ActiveMQSecurityManagerpublic ActiveMQSecurityManager init(Map<String,String> properties)
init in interface ActiveMQSecurityManagerCopyright © 2020 The Apache Software Foundation. All Rights Reserved.