com.hs.mail.security.login
Class BasicCallbackHandler

java.lang.Object
  extended by 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

Constructor Summary
BasicCallbackHandler(String username, char[] password)
           
 
Method Summary
 void handle(Callback[] callbacks)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicCallbackHandler

public BasicCallbackHandler(String username,
                            char[] password)
Method Detail

handle

public void handle(Callback[] callbacks)
            throws IOException,
                   UnsupportedCallbackException
Specified by:
handle in interface CallbackHandler
Throws:
IOException
UnsupportedCallbackException


Copyright © 2011. All Rights Reserved.