net.customware.gwt.dispatch.shared.secure
Class SimpleAuthenticationAction

java.lang.Object
  extended by net.customware.gwt.dispatch.shared.secure.SimpleAuthenticationAction
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, Action<SecureSessionResult>

public class SimpleAuthenticationAction
extends Object
implements Action<SecureSessionResult>

A simple username/password authentication request. If successful, a session has been created and a SecureSessionResult is returned.

Author:
David Peterson

Constructor Summary
SimpleAuthenticationAction(String username, String password)
           
 
Method Summary
 String getPassword()
           
 String getUsername()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleAuthenticationAction

public SimpleAuthenticationAction(String username,
                                  String password)
Method Detail

getUsername

public String getUsername()

getPassword

public String getPassword()


Copyright © 2011 customware.net. All Rights Reserved.