LoginAction Constructor |
Name | Description | |
---|---|---|
LoginAction |
Creates a new empty LoginAction.
| |
LoginAction(String, String) |
Creates a new LoginAction that performs a cleartext login. You should not use cleartext login if you are concerned about security and login with a password hash instead. | |
LoginAction(String, String, String) |
Creates a new LoginAction that performs a login via challenge/response.
| |
LoginAction(String, String, String, String) |
Creates a new LoginAction that performs a login via challenge/response.
|