java.lang.Object
cryptix.sasl.rmi.RMICallbackHandler
- All Implemented Interfaces:
- javax.security.auth.callback.CallbackHandler
- public class RMICallbackHandler
- extends java.lang.Object
- implements javax.security.auth.callback.CallbackHandler
A default callback handler for RMI. Always returns the IP host name string
as the username, and the string 'rmi' as its password.
Should be replaced by a user-defined callback handler and specified to the
JVM by giving the fully qualified classname of that handler as a java option
(-Dname=value) to the interpreter as the value of the system property:
cryptix.sasl.rmi.callback.handler.
- Version:
- $Revision: 1.1 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cat
private static org.apache.log4j.Category cat
RMICallbackHandler
public RMICallbackHandler()
invokeCallback
public void invokeCallback(javax.security.auth.callback.Callback[] callbacks)
throws java.io.IOException,
javax.security.auth.callback.UnsupportedCallbackException