JBoss Remoting 3 3.2.0.Beta2-redhat-1

org.jboss.remoting3.security
Interface ServerAuthenticationProvider

All Known Implementing Classes:
SimpleServerAuthenticationProvider

public interface ServerAuthenticationProvider


Method Summary
 CallbackHandler getCallbackHandler(String mechanismName)
          Get a callback handler for the given mechanism name.
 

Method Detail

getCallbackHandler

CallbackHandler getCallbackHandler(String mechanismName)
Get a callback handler for the given mechanism name.

Parameters:
mechanismName - the SASL mechanism to get a callback handler for
Returns:
the callback handler or null if the mechanism is not supported

JBoss Remoting 3 3.2.0.Beta2-redhat-1

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.