| Package | Description |
|---|---|
| net.krotscheck.kangaroo.authz.admin.v1.resource |
The resources and services of the Admin API.
|
| net.krotscheck.kangaroo.authz.common.authenticator |
Authentication handlers.
|
| net.krotscheck.kangaroo.authz.common.database.entity |
Entities in our data model.
|
| net.krotscheck.kangaroo.authz.common.util |
Authz utility classes.
|
| net.krotscheck.kangaroo.authz.oauth2.resource |
API Service Classes.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
UserIdentityService.browse(int offset,
int limit,
String sort,
SortOrder order,
BigInteger ownerId,
BigInteger userId,
AuthenticatorType type)
Browse the identities in the system.
|
javax.ws.rs.core.Response |
UserIdentityService.search(Integer offset,
Integer limit,
String queryString,
BigInteger ownerId,
BigInteger userId,
AuthenticatorType type)
Search the identities in the system.
|
javax.ws.rs.core.Response |
AuthenticatorService.search(Integer offset,
Integer limit,
String queryString,
BigInteger ownerId,
BigInteger clientId,
AuthenticatorType type)
Search the authenticators in the system.
|
| Modifier and Type | Method and Description |
|---|---|
static AuthenticatorType |
AuthenticatorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticatorType[] |
AuthenticatorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
AuthenticatorType.in(AuthenticatorType... types)
Return true if the current type is in a list of types.
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticatorType |
UserIdentity.getType()
The type of authenticator.
|
AuthenticatorType |
Authenticator.getType()
Get the authenticator type, a string lookup key by which the
authenticator is retrieved from the injection manager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserIdentity.setType(AuthenticatorType authType)
Set the type of authenticator.
|
void |
Authenticator.setType(AuthenticatorType type)
Set a new authenticator type.
|
| Modifier and Type | Method and Description |
|---|---|
static Authenticator |
ValidationUtil.validateAuthenticator(AuthenticatorType type,
List<Authenticator> authenticators)
Ensure that an authenticator, requested by name, is valid within a
specific list of authenticators.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
AuthorizationService.authorizationRequest(javax.ws.rs.core.UriInfo uriInfo,
javax.servlet.http.HttpServletRequest request,
AuthenticatorType authenticator,
String responseType,
String redirectUrl,
String scope,
String state)
Attempt to execute an authorization request based on the provided
request parameters.
|
Copyright © 2018 krotscheck.net. All rights reserved.