| Constructor and Description |
|---|
LocalIdPClient(int sessionTimeOut,
List<User> users,
List<Role> roles) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
authenticate(String token) |
List<Role> |
getAllRoles() |
User |
getUser(String name) |
List<Role> |
getUserRoles(String name) |
Map<String,String> |
login(Map<String,String> properties) |
void |
logout(Map<String,String> properties) |
public List<Role> getAllRoles()
getAllRoles in interface IdPClientpublic List<Role> getUserRoles(String name)
getUserRoles in interface IdPClientpublic boolean authenticate(String token) throws AuthenticationException
authenticate in interface IdPClientAuthenticationExceptionCopyright © 2017 WSO2. All rights reserved.