net.customware.gwt.dispatch.shared.secure
Class SimpleAuthenticationAction
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleAuthenticationAction
public SimpleAuthenticationAction(String username,
String password)
getUsername
public String getUsername()
getPassword
public String getPassword()
Copyright © 2011 customware.net. All Rights Reserved.