public interface UserStoreManager
| Modifier and Type | Method and Description |
|---|---|
boolean |
authenticate(String userName,
char... credentials)
Authenticate given user with credentials.
|
Set<String> |
getUserRoleList(String userName)
Retrieve the list of users for given username.
|
boolean authenticate(String userName, char... credentials) throws BrokerAuthException
userName - userNamecredentials - credentialsBrokerAuthException - Exception throws when authentication failed.Set<String> getUserRoleList(String userName) throws BrokerAuthException
userName - user nameBrokerAuthException - Exception throws when getting role list from user managerCopyright © 2018 WSO2. All rights reserved.