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
Exception
void check(SimpleString address, CheckType checkType, SecurityAuth session) throws Exception
Exception
void check(SimpleString address, SimpleString queue, CheckType checkType, SecurityAuth session) throws Exception
Exception
boolean isSecurityEnabled()
void setSecurityEnabled(boolean securityEnabled)
void stop()
Copyright © 2018 JBoss by Red Hat. All rights reserved.