public class RealmSecurityProvider extends Object
Constructor and Description |
---|
RealmSecurityProvider(SecurityRealm realm,
CallbackHandler serverCallbackHandler,
String tokensDir) |
Modifier and Type | Method and Description |
---|---|
CallbackHandler |
getCallbackHandler(String mechanismName) |
org.xnio.OptionMap |
getOptionMap()
Obtain the OptionMap containing the configuration for this security
provider.
|
org.jboss.remoting3.security.ServerAuthenticationProvider |
getServerAuthenticationProvider()
Obtain the ServerAuthenticationProvider to be used during authentication
to obtain mechanism specific CallbackHanler instances.
|
org.xnio.ssl.XnioSsl |
getXnioSsl()
Obtain a pre-configured XnioSsl instance to be used when SSL is enabled
for the connection.
|
public RealmSecurityProvider(SecurityRealm realm, CallbackHandler serverCallbackHandler, String tokensDir)
public org.xnio.OptionMap getOptionMap()
public org.jboss.remoting3.security.ServerAuthenticationProvider getServerAuthenticationProvider()
public org.xnio.ssl.XnioSsl getXnioSsl()
public CallbackHandler getCallbackHandler(String mechanismName)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.