public interface IdPClient
| Modifier and Type | Method and Description |
|---|---|
String |
authenticate(String token) |
Role |
getAdminRole() |
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) |
List<Role> getAllRoles() throws IdPClientException
IdPClientExceptionRole getAdminRole() throws IdPClientException
IdPClientExceptionUser getUser(String name) throws IdPClientException
IdPClientExceptionList<Role> getUserRoles(String name) throws IdPClientException
IdPClientExceptionMap<String,String> login(Map<String,String> properties) throws IdPClientException
IdPClientExceptionvoid logout(Map<String,String> properties) throws IdPClientException
IdPClientExceptionString authenticate(String token) throws AuthenticationException, IdPClientException
Copyright © 2017 WSO2. All rights reserved.