Package | Description |
---|---|
org.jboss.resteasy.core | |
org.jboss.resteasy.keystone.client | |
org.jboss.resteasy.keystone.server | |
org.jboss.resteasy.plugins.providers.html |
Modifier and Type | Method and Description |
---|---|
Response |
AsynchronousDispatcher.get(long wait,
String jobId) |
Response |
AsynchronousDispatcher.readAndRemove(long wait,
String jobId) |
void |
AsynchronousDispatcher.remove(String jobId) |
Modifier and Type | Method and Description |
---|---|
void |
ProjectsResource.addUserRole(String id,
String userId,
String roleId) |
void |
ProjectsResource.addUserRole(String id,
String userId,
String roleId) |
void |
ProjectsResource.addUserRole(String id,
String userId,
String roleId) |
Response |
UsersResource.delete(String id) |
void |
RolesResource.delete(String id) |
Response |
ProjectsResource.delete(String id) |
User |
UsersResource.get(String id) |
Access |
TokenVerifier.get(String tokenId) |
Role |
RolesResource.get(String id) |
Project |
ProjectsResource.get(String id) |
void |
ProjectsResource.removeUserRole(String id,
String userId,
String roleId) |
void |
ProjectsResource.removeUserRole(String id,
String userId,
String roleId) |
void |
ProjectsResource.removeUserRole(String id,
String userId,
String roleId) |
void |
ProjectsResource.update(String id,
Project project) |
void |
RolesResource.update(String id,
Role role) |
void |
UsersResource.update(String id,
StoredUser user) |
Modifier and Type | Method and Description |
---|---|
void |
ProjectsService.addUserRole(String id,
String userId,
String roleId) |
void |
ProjectsService.addUserRole(String id,
String userId,
String roleId) |
void |
ProjectsService.addUserRole(String id,
String userId,
String roleId) |
Response |
ProjectsService.delete(String id) |
Response |
UsersService.delete(String id) |
Response |
RolesService.delete(String id) |
User |
UsersService.get(String id) |
Role |
RolesService.get(String id) |
Access |
TokenService.get(String tokenId) |
Project |
ProjectsService.getProject(String id) |
void |
ProjectsService.removeUserRole(String id,
String userId,
String roleId) |
void |
ProjectsService.removeUserRole(String id,
String userId,
String roleId) |
void |
ProjectsService.removeUserRole(String id,
String userId,
String roleId) |
void |
ProjectsService.update(String id,
Project project) |
void |
RolesService.update(String id,
Role role) |
void |
UsersService.update(String id,
StoredUser user) |
Modifier and Type | Method and Description |
---|---|
Redirect |
TestHtmlResource.testParam(String value) |
Copyright © 2014. All rights reserved.