public interface AuthenticationHandler
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPassword()
Gets a string value that contains the
password to use for authentication.
|
java.lang.String |
getUserName()
Gets a string value that contains the user
name to use for authentication.
|
void |
onAuthenticate()
Invokes when authentication operation is required.
|
void onAuthenticate()
getUserName and getPassword
methods will be invoked.java.lang.String getUserName()
java.lang.String getPassword()