org.abstracthorizon.mercury.maildir.security
Class JavaSecurityAuthenticationProvider.Handler

java.lang.Object
  extended by org.abstracthorizon.mercury.maildir.security.JavaSecurityAuthenticationProvider.Handler
All Implemented Interfaces:
CallbackHandler
Enclosing class:
JavaSecurityAuthenticationProvider

protected static class JavaSecurityAuthenticationProvider.Handler
extends Object
implements CallbackHandler

Inner class that handles call backs


Field Summary
protected  char[] pass
           
protected  String user
           
 
Constructor Summary
protected JavaSecurityAuthenticationProvider.Handler(String user, char[] pass)
           
 
Method Summary
 void handle(Callback[] callbacks)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

user

protected String user

pass

protected char[] pass
Constructor Detail

JavaSecurityAuthenticationProvider.Handler

protected JavaSecurityAuthenticationProvider.Handler(String user,
                                                     char[] pass)
Method Detail

handle

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


Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.