lumis.portal.authentication
Class LoginCallbackHandler

Package class diagram package LoginCallbackHandler
java.lang.Object
  extended by lumis.portal.authentication.LoginCallbackHandler
All Implemented Interfaces:
CallbackHandler

public class LoginCallbackHandler
extends Object
implements CallbackHandler

Default call back handler used to return the login and password to the Login Modules

Since:
4.0.4

Field Summary
protected  String login
           
protected  String password
           
 
Constructor Summary
LoginCallbackHandler(String login, 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
 

Field Detail

login

protected String login

password

protected String password
Constructor Detail

LoginCallbackHandler

public LoginCallbackHandler(String login,
                            String password)
Method Detail

handle

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


Lumisportal  4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.