@ConfigurationProperties(value="additional-claims") public static class OauthConfigurationProperties.OpenIdConfigurationProperties.AdditionalClaimsConfigurationProperties extends java.lang.Object implements OpenIdAdditionalClaimsConfiguration
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PREFIX |
| Constructor and Description |
|---|
AdditionalClaimsConfigurationProperties() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAccessToken() |
boolean |
isJwt() |
boolean |
isRefreshToken() |
void |
setAccessToken(boolean accessToken)
Set to true if the original access token from the provider should be included in the Micronaut JWT.
|
void |
setJwt(boolean jwt)
Set to true if the original JWT from the provider should be included in the Micronaut JWT.
|
void |
setRefreshToken(boolean refreshToken)
Set to true if the original refresh token from the provider should be included in the Micronaut JWT.
|
public static final java.lang.String PREFIX
public AdditionalClaimsConfigurationProperties()
public boolean isJwt()
isJwt in interface OpenIdAdditionalClaimsConfigurationpublic void setJwt(boolean jwt)
jwt - The jwtpublic boolean isAccessToken()
isAccessToken in interface OpenIdAdditionalClaimsConfigurationpublic void setAccessToken(boolean accessToken)
accessToken - Access tokenpublic boolean isRefreshToken()
isRefreshToken in interface OpenIdAdditionalClaimsConfigurationpublic void setRefreshToken(boolean refreshToken)
refreshToken - Refresh token