| Package | Description |
|---|---|
| net.leanix.dropkit.oauth | |
| 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 | Method and Description |
|---|---|
<U extends User> |
OAuth2TokenParser.parse(String accessToken,
Class<U> userClass)
Parse a Jwt and return OAuth2Token
|
Copyright © 2017 LeanIX GmbH. All rights reserved.