public class WildFlySecurityManager extends Object implements org.apache.activemq.artemis.spi.core.security.ActiveMQSecurityManager
| Constructor and Description |
|---|
WildFlySecurityManager() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
validateUser(String username,
String password) |
boolean |
validateUserAndRole(String username,
String password,
Set<org.apache.activemq.artemis.core.security.Role> roles,
org.apache.activemq.artemis.core.security.CheckType checkType) |
public boolean validateUser(String username, String password)
validateUser in interface org.apache.activemq.artemis.spi.core.security.ActiveMQSecurityManagerpublic boolean validateUserAndRole(String username, String password, Set<org.apache.activemq.artemis.core.security.Role> roles, org.apache.activemq.artemis.core.security.CheckType checkType)
validateUserAndRole in interface org.apache.activemq.artemis.spi.core.security.ActiveMQSecurityManagerCopyright © 2022 JBoss by Red Hat. All rights reserved.