org.apache.geronimo.security.realm.providers
Class PasswordCallbackHandler
java.lang.Object
org.apache.geronimo.security.realm.providers.PasswordCallbackHandler
- All Implemented Interfaces:
- CallbackHandler, ClearableCallbackHandler
- public class PasswordCallbackHandler
- extends Object
- implements ClearableCallbackHandler
- Version:
- $Rev: 355877 $ $Date: 2005-12-11 03:48:27 +0100 (Sun, 11 Dec 2005) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PasswordCallbackHandler
public PasswordCallbackHandler(String username,
char[] password)
handle
public void handle(Callback[] callbacks)
throws UnsupportedCallbackException
- Specified by:
handle
in interface CallbackHandler
- Throws:
UnsupportedCallbackException
clear
public void clear()
- Specified by:
clear
in interface ClearableCallbackHandler
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.