public interface SecurityStore
| Modifier and Type | Method and Description |
|---|---|
String |
authenticate(String user,
String password,
RemotingConnection remotingConnection) |
void |
check(SimpleString address,
CheckType checkType,
SecurityAuth session) |
void |
check(SimpleString address,
SimpleString queue,
CheckType checkType,
SecurityAuth session) |
boolean |
isSecurityEnabled() |
void |
setSecurityEnabled(boolean securityEnabled) |
void |
stop() |
String authenticate(String user, String password, RemotingConnection remotingConnection) throws Exception
Exceptionvoid check(SimpleString address, CheckType checkType, SecurityAuth session) throws Exception
Exceptionvoid check(SimpleString address, SimpleString queue, CheckType checkType, SecurityAuth session) throws Exception
Exceptionboolean isSecurityEnabled()
void setSecurityEnabled(boolean securityEnabled)
void stop()
Copyright © 2019 JBoss by Red Hat. All rights reserved.