public interface SecurityStore
| Modifier and Type | Method and Description |
|---|---|
String |
authenticate(String user,
String password,
RemotingConnection remotingConnection) |
String |
authenticate(String user,
String password,
RemotingConnection remotingConnection,
String securityDomain) |
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
ExceptionString authenticate(String user, String password, RemotingConnection remotingConnection, String securityDomain) 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 © 2021 JBoss by Red Hat. All rights reserved.