public interface SecurityRealm
Modifier and Type | Method and Description |
---|---|
DomainCallbackHandler |
getCallbackHandler() |
String |
getName() |
CallbackHandlerFactory |
getSecretCallbackHandlerFactory() |
SSLContext |
getSSLContext()
Used to obtain the SSLContext as configured for this security realm.
|
SubjectSupplemental |
getSubjectSupplemental() |
boolean |
hasTrustStore()
Identify if a trust store has been configured for authentication, if defined it means CLIENT-CERT type authentication can
occur.
|
String getName()
DomainCallbackHandler getCallbackHandler()
SubjectSupplemental getSubjectSupplemental()
SSLContext getSSLContext()
IllegalStateException
- - If no SSL server-identity has been defined.boolean hasTrustStore()
CallbackHandlerFactory getSecretCallbackHandlerFactory()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.