org.apache.geronimo.security.credentialstore
Class PasswordCallbackHandler
java.lang.Object
org.apache.geronimo.security.credentialstore.PasswordCallbackHandler
- All Implemented Interfaces:
- Serializable, SingleCallbackHandler
public class PasswordCallbackHandler
- extends Object
- implements SingleCallbackHandler
- Version:
- $Rev: 720842 $ $Date: 2008-11-26 21:18:49 +0800 (Wed, 26 Nov 2008) $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PasswordCallbackHandler
public PasswordCallbackHandler(char[] password)
PasswordCallbackHandler
public PasswordCallbackHandler(String password)
handle
public void handle(Callback callback)
- Specified by:
handle in interface SingleCallbackHandler
getCallbackType
public String getCallbackType()
- Specified by:
getCallbackType in interface SingleCallbackHandler
Copyright © 2003-2011 The Apache Geronimo development community. All Rights Reserved.