org.apache.geronimo.jmxremoting
Class Credentials
java.lang.Object
org.apache.geronimo.jmxremoting.Credentials
- All Implemented Interfaces:
- CallbackHandler, Serializable
- public class Credentials
- extends Object
- implements CallbackHandler, Serializable
Simple wrapper for a username and password.
- Version:
- $Revision: 1.1.1.1 $ $Date: 2004/05/30 19:48:01 $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Credentials
public Credentials(String username,
String password)
handle
public void handle(Callback[] callbacks)
throws UnsupportedCallbackException
- Specified by:
handle
in interface CallbackHandler
- Throws:
UnsupportedCallbackException
clear
public void clear()
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.