| 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected OAuth2User |
FacebookAuthenticator.loadUserIdentity(OAuth2IdPToken token)
Load the user's identity from facebook, and wrap it into a common format.
|
| Modifier and Type | Method and Description |
|---|---|
protected OAuth2User |
GoogleAuthenticator.loadUserIdentity(OAuth2IdPToken token)
Retrieve the user info from Google.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract OAuth2User |
AbstractOAuth2Authenticator.loadUserIdentity(OAuth2IdPToken token)
Provided a (presumably valid) OAuth2 token, retrieve the user's remote
identity from the IdP.
|
Copyright © 2018 krotscheck.net. All rights reserved.