com.hs.mail.security.login
Class BasicCallbackHandler
java.lang.Object
com.hs.mail.security.login.BasicCallbackHandler
- All Implemented Interfaces:
- CallbackHandler
public class BasicCallbackHandler
- extends Object
- implements CallbackHandler
Basic JAAS username password CallbackHandler
- Since:
- Jul 18, 2007
- Author:
- Won Chul Doh
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicCallbackHandler
public BasicCallbackHandler(String username,
char[] password)
handle
public void handle(Callback[] callbacks)
throws IOException,
UnsupportedCallbackException
- Specified by:
handle
in interface CallbackHandler
- Throws:
IOException
UnsupportedCallbackException
Copyright © 2011. All Rights Reserved.