| Modifier and Type | Method and Description |
|---|---|
AuthResult |
Authenticator.authenticate(String username,
char[] password)
Authenticate given user based on defined authentication strategy.
|
| Modifier and Type | Method and Description |
|---|---|
AuthResult |
JaasAuthenticator.authenticate(String username,
char[] password) |
AuthResult |
DefaultAuthenticator.authenticate(String username,
char[] password) |
| Modifier and Type | Method and Description |
|---|---|
AuthResult |
UserStore.authenticate(String username,
char... credentials)
Authenticate given user with credentials.
|
| Modifier and Type | Method and Description |
|---|---|
AuthResult |
FileBasedUserStore.authenticate(String username,
char... credentials)
Authenticate given user with credentials.
|
Copyright © 2018 WSO2. All rights reserved.