org.itracker.services.authentication.adsson
Class SimpleCallbackHandler

java.lang.Object
  extended by org.itracker.services.authentication.adsson.SimpleCallbackHandler
All Implemented Interfaces:
CallbackHandler

public class SimpleCallbackHandler
extends Object
implements CallbackHandler

Callback class for Active Directory authentication Gets username and password from class constructor

Author:
ricardo

Constructor Summary
SimpleCallbackHandler(String username, String 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

SimpleCallbackHandler

public SimpleCallbackHandler(String username,
                             String password)
Method Detail

handle

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


Copyright © 2002-2012 itracker. All Rights Reserved.