| Package | Description |
|---|---|
| net.krotscheck.kangaroo.authz.common.authenticator.facebook |
The facebook authenticator.
|
| net.krotscheck.kangaroo.authz.common.authenticator.google |
The google authenticator.
|
| net.krotscheck.kangaroo.authz.common.authenticator.oauth2 |
Shared code for OAuth2 based authenticators.
|
| net.krotscheck.kangaroo.authz.common.authenticator.password |
The password authentication provider.
|
| net.krotscheck.kangaroo.authz.common.authenticator.test |
The test authentication provider.
|
| net.krotscheck.kangaroo.authz.oauth2.resource.authorize |
Handlers for the authorization endpoint.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FacebookAuthenticator
This authentication helper permits using facebook as an IdP.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GoogleAuthenticator
This authentication helper permits using google as an IdP.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractOAuth2Authenticator
An abstract class which manages the standard OAuth2 Authorization code
flow, to use as an IdP.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PasswordAuthenticator
The PasswordAuthenticator is a specific implementation of the
IAuthenticator interface to support the Owner Credentials flow.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TestAuthenticator
The test authenticator provides a simple authenticator implementation which
may be used when building a new application and debugging the
authentication flow.
|
| Modifier and Type | Method and Description |
|---|---|
IAuthenticator |
ImplicitHandler.getAuthenticator(AuthenticatorState state)
Provided a stored intermediate authenticator state, attempt to resolve
an instance of the associated authenticator implementation.
|
IAuthenticator |
IAuthorizeHandler.getAuthenticator(AuthenticatorState state)
Provided a stored intermediate authenticator state, attempt to resolve
an instance of the associated authenticator implementation.
|
IAuthenticator |
AuthCodeHandler.getAuthenticator(AuthenticatorState state)
Provided a stored intermediate authenticator state, attempt to resolve
an instance of the associated authenticator implementation.
|
Copyright © 2018 krotscheck.net. All rights reserved.