| Package | Description |
|---|---|
| net.krotscheck.kangaroo.authz.admin.v1.resource |
The resources and services of the Admin API.
|
| net.krotscheck.kangaroo.authz.common.database.entity |
Entities in our data model.
|
| Modifier and Type | Method and Description |
|---|---|
protected User |
AbstractService.getCurrentUser()
Retrieve the current user for this request.
|
protected User |
AbstractService.resolveOwnershipFilter(BigInteger ownerId)
Determine the appropriate owner on which we should be filtering.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
UserService.createResource(User user)
Create an user.
|
javax.ws.rs.core.Response |
UserService.updateResource(BigInteger id,
User user)
Update an user.
|
| Modifier and Type | Method and Description |
|---|---|
User |
UserIdentity.getOwner()
The owner of this entity.
|
User |
User.getOwner()
The owner of this entity.
|
User |
Role.getOwner()
The owner of this entity.
|
User |
OAuthToken.getOwner()
The owner of this entity.
|
User |
Client.getOwner()
The owner of this entity.
|
User |
AuthenticatorState.getOwner()
The owner of this entity.
|
User |
Authenticator.getOwner()
The owner of this entity.
|
User |
ApplicationScope.getOwner()
The owner of this entity.
|
User |
Application.getOwner()
The owner for this application.
|
User |
AbstractClientUri.getOwner()
The owner of this entity.
|
abstract User |
AbstractAuthzEntity.getOwner()
The owner of this entity.
|
User |
UserIdentity.getUser()
Get the user record for this identity.
|
| Modifier and Type | Method and Description |
|---|---|
List<User> |
Role.getUsers()
Get the users that have this role.
|
List<User> |
Application.getUsers()
Get this application's users.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Application.setOwner(User owner)
Set the owner for this application.
|
void |
UserIdentity.setUser(User user)
Set the user for this identity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Role.setUsers(List<User> users)
Set the list of users that have this role.
|
void |
Application.setUsers(List<User> users)
Set this application's users.
|
Copyright © 2018 krotscheck.net. All rights reserved.