| 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.
|
| net.krotscheck.kangaroo.authz.oauth2.exception |
Exceptions, organized by RFC in which they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
ClientService.browse(int offset,
int limit,
String sort,
SortOrder order,
BigInteger ownerId,
BigInteger applicationId,
ClientType clientType)
Browse the clients in the system.
|
| Modifier and Type | Method and Description |
|---|---|
ClientType |
Client.getType()
Get the client type.
|
static ClientType |
ClientType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientType[] |
ClientType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
ClientType.in(ClientType... types)
Is the client type one of the passed in list of types?
|
void |
Client.setType(ClientType type)
Set the client type.
|
| Modifier and Type | Method and Description |
|---|---|
ClientType |
RedirectingException.getClientType()
Return the client type that threw this exception.
|
| Constructor and Description |
|---|
RedirectingException(Throwable cause,
URI redirect,
ClientType clientType)
Create a new RedirectingException for a provided exception, including
the redirect to which the details should be sent.
|
Copyright © 2018 krotscheck.net. All rights reserved.