| 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 Application |
AbstractService.getAdminApplication()
Retrieve the admin application database entry for the current running
test.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
ApplicationService.createResource(Application application)
Create an application.
|
javax.ws.rs.core.Response |
ApplicationService.updateResource(BigInteger id,
Application application)
Update an application.
|
| Modifier and Type | Method and Description |
|---|---|
Application |
User.getApplication()
Get the application this user belongs to.
|
Application |
Role.getApplication()
Get the application.
|
Application |
Client.getApplication()
Get the application this client belongs to.
|
Application |
ApplicationScope.getApplication()
Get the application this scope belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
List<Application> |
User.getApplications()
Get the list of owned applications.
|
| Modifier and Type | Method and Description |
|---|---|
void |
User.setApplication(Application application)
Set the application which this user belongs.
|
void |
Role.setApplication(Application application)
Set the application for this role.
|
void |
Client.setApplication(Application application)
Set the application which this client belongs to.
|
void |
ApplicationScope.setApplication(Application application)
Set the application which this scope belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
User.setApplications(List<Application> applications)
Set the list of owned applications.
|
Copyright © 2018 krotscheck.net. All rights reserved.