public abstract class AuthorizingEurekaClinicalProxyClient extends EurekaClinicalClient
| Modifier | Constructor and Description |
|---|---|
protected |
AuthorizingEurekaClinicalProxyClient(Class<? extends javax.ws.rs.ext.ContextResolver<? extends org.codehaus.jackson.map.ObjectMapper>> cls) |
| Modifier and Type | Method and Description |
|---|---|
User |
getMe() |
Role |
getRole(Long inRoleId) |
Role |
getRoleByName(String name) |
List<Role> |
getRoles() |
User |
getUserById(Long inUserId) |
List<User> |
getUsers() |
doDelete, doDelete, doGet, doGet, doGet, doGet, doGet, doGet, doGetResponse, doPost, doPost, doPost, doPost, doPost, doPostCreate, doPostCreate, doPostMultipart, doPut, doPut, errorIfStatusEqualTo, errorIfStatusNotEqualTo, extractId, getResource, getResourceUrl, getResourceWrapper, getRestClientprotected AuthorizingEurekaClinicalProxyClient(Class<? extends javax.ws.rs.ext.ContextResolver<? extends org.codehaus.jackson.map.ObjectMapper>> cls)
public List<User> getUsers() throws ClientException
ClientExceptionpublic User getMe() throws ClientException
ClientExceptionpublic User getUserById(Long inUserId) throws ClientException
ClientExceptionpublic List<Role> getRoles() throws ClientException
ClientExceptionpublic Role getRole(Long inRoleId) throws ClientException
ClientExceptionpublic Role getRoleByName(String name) throws ClientException
ClientExceptionCopyright © 2016–2017 Emory University. All rights reserved.