Package | Description |
---|---|
org.jboss.resteasy.keystone.client | |
org.jboss.resteasy.keystone.model | |
org.jboss.resteasy.keystone.server |
Modifier and Type | Method and Description |
---|---|
Response |
UsersResource.create(StoredUser user) |
void |
UsersResource.update(String id,
StoredUser user) |
Modifier and Type | Method and Description |
---|---|
List<StoredUser> |
IdentityStore.getUsers() |
Modifier and Type | Method and Description |
---|---|
void |
IdentityStore.setUsers(List<StoredUser> users) |
Modifier and Type | Method and Description |
---|---|
StoredUser |
UsersService.getStoredUser(String id) |
Modifier and Type | Method and Description |
---|---|
String |
UsersService.create(StoredUser user) |
Response |
UsersService.create(UriInfo uriInfo,
StoredUser user) |
void |
UsersService.update(String id,
StoredUser user) |
Copyright © 2015. All Rights Reserved.