| Modifier and Type | Method and Description |
|---|---|
boolean |
Authenticator.authenticate(String username,
char[] credentials)
Authenticate given user based on defined authentication strategy.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
JaasAuthenticator.authenticate(String username,
char[] credentials) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
UserStoreManager.authenticate(String userName,
char... credentials)
Authenticate given user with credentials.
|
Set<String> |
UserStoreManager.getUserRoleList(String userName)
Retrieve the list of users for given username.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
UserStoreManagerImpl.authenticate(String userName,
char... credentials)
Authenticate given user with credentials.
|
Copyright © 2018 WSO2. All rights reserved.