Modifier and Type | Method and Description |
---|---|
void |
ChatSpeaker.speak(String speech) |
Modifier and Type | Method and Description |
---|---|
Response |
AsynchronousDispatcher.readAndRemove(long wait,
String jobId) |
Modifier and Type | Method and Description |
---|---|
Response |
SubscriptionResource.create(UriInfo uriInfo,
String name) |
void |
SubscriptionResource.post(HttpHeaders headers,
byte[] content) |
Modifier and Type | Method and Description |
---|---|
Access |
TokenFactory.create(Authentication auth) |
Response |
ProjectsResource.create(Project project) |
Response |
RolesResource.create(Role role) |
Response |
UsersResource.create(StoredUser user) |
Response |
RolesResource.create(String roleName) |
String |
TokenFactory.createSigned(Authentication auth) |
Modifier and Type | Method and Description |
---|---|
Access |
TokenService.create(Authentication auth) |
Response |
ProjectsService.create(Project project) |
Response |
RolesService.create(UriInfo uriInfo,
Role role) |
Response |
UsersService.create(UriInfo uriInfo,
StoredUser user) |
Response |
RolesService.create(UriInfo uriInfo,
String roleName) |
SignedOutput |
TokenService.createSigned(Authentication auth) |
UrlToken |
TokenService.createTiny(Authentication auth) |
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
|
Response |
RealmFactory.importDomain(RealmRepresentation rep) |
Response |
TokenManagement.login(String realmName,
MultivaluedMap<String,String> formData) |
Modifier and Type | Method and Description |
---|---|
void |
MyResource.nullFoo(MyResource.Foo foo) |
Copyright © 2013. All Rights Reserved.