| Package | Description |
|---|---|
| net.leanix.dropkit.oauth | |
| net.leanix.dropkit.oauth.jwks | |
| net.leanix.dropkit.oauth.models | |
| net.leanix.dropkit.oauth.token |
| Modifier and Type | Class and Description |
|---|---|
class |
OAuth2Authenticator<U extends User>
Authenticator used to protect resources.
|
| Constructor and Description |
|---|
OAuth2DynamicFeature(OAuth2Authenticator<User> authenticator,
io.dropwizard.setup.Environment environment) |
| Modifier and Type | Class and Description |
|---|---|
class |
OAuth2TokenParserJWKS<U extends User> |
| Modifier and Type | Method and Description |
|---|---|
User |
Permission.getAsUser() |
| Modifier and Type | Method and Description |
|---|---|
void |
Permission.setAsUser(User asUser) |
| Modifier and Type | Method and Description |
|---|---|
<U extends User> |
OAuth2TokenParserBase.parse(String accessToken,
Class<U> userClass)
Parse a Jwt and return OAuth2Token
|
<U extends User> |
OAuth2TokenParserInterface.parse(String accessToken,
Class<U> userClass) |
Copyright © 2020 LeanIX GmbH. All rights reserved.