public interface SecurityRealm
Modifier and Type | Interface and Description |
---|---|
static class |
SecurityRealm.ServiceUtil |
Modifier and Type | Method and Description |
---|---|
AuthorizingCallbackHandler |
getAuthorizingCallbackHandler(AuthMechanism mechanism) |
Map<String,String> |
getMechanismConfig(AuthMechanism mechanism) |
String |
getName() |
CallbackHandlerFactory |
getSecretCallbackHandlerFactory() |
SSLContext |
getSSLContext()
Used to obtain the SSLContext as configured for this security realm.
|
Set<AuthMechanism> |
getSupportedAuthenticationMechanisms() |
boolean |
isReady()
Indicate that all supported mechanisms are ready.
|
String getName()
Set<AuthMechanism> getSupportedAuthenticationMechanisms()
Map<String,String> getMechanismConfig(AuthMechanism mechanism)
AuthorizingCallbackHandler getAuthorizingCallbackHandler(AuthMechanism mechanism)
mechanism
- - The mechanism being used for authentication.AuthorizingCallbackHandler
for the specified mechanism.IllegalArgumentException
- If the mechanism is not supported by this realm.boolean isReady()
SSLContext getSSLContext()
CallbackHandlerFactory getSecretCallbackHandlerFactory()
Copyright © 2013 JBoss by Red Hat. All rights reserved.