org.abstracthorizon.mercury.maildir.security
Class JavaSecurityAuthenticationProvider.Handler
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
user
protected String user
pass
protected char[] pass
JavaSecurityAuthenticationProvider.Handler
protected JavaSecurityAuthenticationProvider.Handler(String user,
char[] pass)
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.