public interface SecurityStore
Modifier and Type | Method and Description |
---|---|
String |
authenticate(String user,
String password,
X509Certificate[] certificates) |
void |
check(SimpleString address,
CheckType checkType,
SecurityAuth session) |
boolean |
isSecurityEnabled() |
void |
stop() |
String authenticate(String user, String password, X509Certificate[] certificates) throws Exception
Exception
void check(SimpleString address, CheckType checkType, SecurityAuth session) throws Exception
Exception
boolean isSecurityEnabled()
void stop()
Copyright © 2017 JBoss by Red Hat. All rights reserved.