Modifier and Type | Class and Description |
---|---|
class |
AsynchronousDispatcher |
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 |
---|---|
static String |
MethodMetaData.appendURIFragments(ServiceRegistry registry,
Path classPath,
Path methodPath) |
Modifier and Type | Interface and Description |
---|---|
interface |
SkeletonKeyAdminClient |
Modifier and Type | Method and Description |
---|---|
void |
ProjectsResource.addUserRole(String id,
String userId,
String roleId) |
String |
TokenFactory.createSigned(Authentication auth) |
Response |
ProjectsResource.delete(String id) |
void |
RolesResource.delete(String id) |
Response |
UsersResource.delete(String id) |
Project |
ProjectsResource.get(String id) |
Role |
RolesResource.get(String id) |
Access |
TokenVerifier.get(String tokenId) |
User |
UsersResource.get(String id) |
ProjectsResource |
SkeletonKeyAdminClient.projects() |
void |
ProjectsResource.removeUserRole(String id,
String userId,
String roleId) |
RolesResource |
SkeletonKeyAdminClient.roles() |
TokensResource |
SkeletonKeyAdminClient.tokens() |
void |
ProjectsResource.update(String id,
Project project) |
void |
RolesResource.update(String id,
Role role) |
void |
UsersResource.update(String id,
StoredUser user) |
UsersResource |
SkeletonKeyAdminClient.users() |
Modifier and Type | Class and Description |
---|---|
class |
ProjectsService |
class |
RolesService |
class |
TokenService |
class |
UsersService |
Modifier and Type | Method and Description |
---|---|
void |
ProjectsService.addUserRole(String id,
String userId,
String roleId) |
SignedOutput |
TokenService.createSigned(Authentication auth) |
UrlToken |
TokenService.createTiny(Authentication auth) |
Response |
ProjectsService.delete(String id) |
Response |
UsersService.delete(String id) |
Response |
RolesService.delete(String id) |
Access |
TokenService.get(String tokenId) |
User |
UsersService.get(String id) |
Role |
RolesService.get(String id) |
Project |
ProjectsService.getProject(String id) |
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 | Class and Description |
---|---|
class |
TestHtmlResource |
Modifier and Type | Method and Description |
---|---|
Redirect |
TestHtmlResource.testParam(String value) |
Modifier and Type | Class and Description |
---|---|
class |
RegistryStatsResource |
Copyright © 2014. All rights reserved.