| 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.resource |
API Service Classes.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
OAuthTokenService.search(Integer offset,
Integer limit,
String queryString,
BigInteger ownerId,
BigInteger userId,
BigInteger userIdentityId,
BigInteger clientId,
OAuthTokenType type)
Search the tokens in the system.
|
| Modifier and Type | Method and Description |
|---|---|
OAuthTokenType |
OAuthToken.getTokenType()
Get the token type.
|
static OAuthTokenType |
OAuthTokenType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OAuthTokenType[] |
OAuthTokenType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OAuthToken.setTokenType(OAuthTokenType tokenType)
Set the token type.
|
| Modifier and Type | Method and Description |
|---|---|
OAuthTokenType |
TokenResponseEntity.getTokenType()
Get the token type!
|
OAuthTokenType |
IntrospectionResponseEntity.getTokenType()
Return the token type.
|
Copyright © 2018 krotscheck.net. All rights reserved.