Modifier and Type | Class and Description |
---|---|
class |
ChatListener |
class |
ChatSpeaker |
class |
CustomerResource |
Modifier and Type | Method and Description |
---|---|
Customer |
CustomerResource.getById(String id) |
String |
ChatListener.ping() |
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 | Class and Description |
---|---|
class |
CustomerService |
class |
ProductService |
Modifier and Type | Class and Description |
---|---|
class |
SubscriptionResource |
Modifier and Type | Method and Description |
---|---|
Response |
SubscriptionResource.create(UriInfo uriInfo,
String name) |
void |
SubscriptionResource.longPoll(String name,
AsyncResponse response) |
void |
SubscriptionResource.post(HttpHeaders headers,
byte[] content) |
Modifier and Type | Class and Description |
---|---|
class |
Orders |
Modifier and Type | Method and Description |
---|---|
String |
Orders.getOrder(String id) |
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 |
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) |
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 |
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.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 |
Modifier and Type | Class and Description |
---|---|
class |
RealmFactory |
class |
RealmResource |
class |
TokenManagement |
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 |
RealmResource.getRealmsByName(String name) |
String |
RealmResource.getRealmsByNameHtml(String name) |
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 | Class and Description |
---|---|
class |
MyResource |
Modifier and Type | Method and Description |
---|---|
String |
MyResource.getApplicationCount() |
String |
MyResource.getCount() |
String |
MyResource.getException() |
void |
MyResource.nullFoo(MyResource.Foo foo) |
Modifier and Type | Class and Description |
---|---|
class |
JaxrsResource |
class |
MyResource |
Modifier and Type | Method and Description |
---|---|
void |
JaxrsResource.cancel(AsyncResponse response) |
Response |
JaxrsResource.getCancelled() |
void |
JaxrsResource.resetCancelled() |
void |
MyResource.timeout(AsynchronousResponse response) |
void |
JaxrsResource.timeout(AsyncResponse response) |
Modifier and Type | Class and Description |
---|---|
class |
ProtectedResource |
Modifier and Type | Method and Description |
---|---|
String |
ProtectedResource.getAdminNameCtx(SecurityContext ctx) |
String |
ProtectedResource.getAdminRole() |
String |
ProtectedResource.getAdminRoleCtx(SecurityContext ctx) |
String |
ProtectedResource.getAuthMethod(SecurityContext ctx) |
String |
ProtectedResource.getUserNameCtx(SecurityContext ctx) |
String |
ProtectedResource.getUserRole() |
String |
ProtectedResource.getUserRoleCtx(SecurityContext ctx) |
Copyright © 2013. All Rights Reserved.