Modifier and Type | Method and Description |
---|---|
Customer |
CustomerResource.getById(String id) |
Customer |
CustomerResource.getByName(String name) |
void |
ChatListener.listen(AsyncResponse res) |
String |
ChatListener.ping() |
Modifier and Type | Method and Description |
---|---|
Response |
AsynchronousDispatcher.get(long wait,
String jobId) |
Modifier and Type | Method and Description |
---|---|
List<String> |
CustomerService.getCustomers() |
List<String> |
ProductService.getProducts() |
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 |
---|---|
User |
UsersResource.get(String id) |
Access |
TokenVerifier.get(String tokenId) |
Role |
RolesResource.get(String id) |
Project |
ProjectsResource.get(String id) |
Projects |
ProjectsResource.query(String name) |
Modifier and Type | Method and Description |
---|---|
User |
UsersService.get(String id) |
Access |
TokenService.get(String tokenId) |
Role |
RolesService.get(String id) |
Project |
ProjectsService.getProject(String id) |
Projects |
ProjectsService.getProjects(String name) |
Modifier and Type | Method and Description |
---|---|
View |
TestHtmlResource.testHtml(String value) |
Redirect |
TestHtmlResource.testParam(String value) |
Modifier and Type | Method and Description |
---|---|
RegistryData |
RegistryStatsResource.get() |
Modifier and Type | Method and Description |
---|---|
PublishedRealmRepresentation |
RealmResource.getRealm(String id) |
String |
RealmResource.getRealmHtml(String id) |
Response |
RealmResource.getRealmsByName(String name) |
String |
RealmResource.getRealmsByNameHtml(String name) |
Response |
TokenManagement.requestAccessCode(String realmName,
String responseType,
String redirect,
String clientId,
String scopeParam,
String state) |
Modifier and Type | Method and Description |
---|---|
String |
MyResource.getApplicationCount() |
String |
MyResource.getCount() |
String |
MyResource.getException() |
Modifier and Type | Method and Description |
---|---|
void |
JaxrsResource.cancel(AsyncResponse response) |
void |
MyResource.get(AsynchronousResponse response) |
void |
JaxrsResource.get(AsyncResponse response) |
Response |
JaxrsResource.getCancelled() |
void |
MyResource.timeout(AsynchronousResponse response) |
void |
JaxrsResource.timeout(AsyncResponse response) |
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.