| Package | Description |
|---|---|
| com.sptci.auth |
Package for authentication and authorisation components.
|
| Modifier and Type | Method and Description |
|---|---|
User |
Authenticator.authenticate(String userName,
char[] password)
Authenticate the user with the specified credentials.
|
User |
Authenticator.authenticate(String userName,
char[] password,
char[] key)
Authenticate the user with the specified credentials.
|