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
- 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-2008 The Apache Geronimo development community. All Rights Reserved.