Modifier and Type | Method and Description |
---|---|
Customer |
CustomerResource.getById(String id) |
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 |
SubscriptionResource.longPoll(String name,
AsyncResponse response) |
Modifier and Type | Method and Description |
---|---|
String |
Orders.getOrder(String id) |
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 |
UsersService.delete(String id) |
Response |
RolesService.delete(String id) |
Response |
ProjectsService.delete(String id) |
User |
UsersService.get(String id) |
Access |
TokenService.get(String tokenId) |
Role |
RolesService.get(String id) |
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) |
Modifier and Type | Method and Description |
---|---|
Response |
TokenManagement.accessRequest(String realmId,
MultivaluedMap<String,String> formData) |
Response |
TokenManagement.accessTokenGrant(String realmId,
MultivaluedMap<String,String> formParams)
OAuth Section 4.4 Client Credentials Grant
|
PublishedRealmRepresentation |
RealmResource.getRealm(String id) |
String |
RealmResource.getRealmHtml(String id) |
Response |
TokenManagement.login(String realmName,
MultivaluedMap<String,String> formData) |
Response |
TokenManagement.requestAccessCode(String realmName,
String responseType,
String redirect,
String clientId,
String scopeParam,
String state) |
Modifier and Type | Method and Description |
---|---|
void |
JaxrsResource.injectionFailure(AsyncResponse response,
int id) |
Copyright © 2014. All Rights Reserved.