public interface SecurityStore
| Modifier and Type | Method and Description |
|---|---|
String |
authenticate(String user,
String password,
X509Certificate[] certificates) |
void |
check(org.apache.activemq.artemis.api.core.SimpleString address,
CheckType checkType,
SecurityAuth session) |
boolean |
isSecurityEnabled() |
void |
stop() |
String authenticate(String user, String password, X509Certificate[] certificates) throws Exception
Exceptionvoid check(org.apache.activemq.artemis.api.core.SimpleString address,
CheckType checkType,
SecurityAuth session)
throws Exception
Exceptionboolean isSecurityEnabled()
void stop()
Copyright © 2023 The Apache Software Foundation. All rights reserved.