AccessTokenConfigurationProperties instead.@Deprecated @ConfigurationProperties(value="micronaut.security.token.jwt.generator") public class JwtGeneratorConfigurationProperties extends java.lang.Object implements JwtGeneratorConfiguration
JwtGeneratorConfiguration implementation.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PREFIX
Deprecated.
|
| Constructor and Description |
|---|
JwtGeneratorConfigurationProperties(AccessTokenConfigurationProperties accessTokenConfiguration,
io.micronaut.core.value.PropertyResolver propertyResolver)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getAccessTokenExpiration()
Deprecated.
|
java.lang.Integer |
getRefreshTokenExpiration()
Deprecated.
|
void |
setAccessTokenExpiration(java.lang.Integer accessTokenExpiration)
Deprecated.
|
public static final java.lang.String PREFIX
public JwtGeneratorConfigurationProperties(AccessTokenConfigurationProperties accessTokenConfiguration, io.micronaut.core.value.PropertyResolver propertyResolver)
accessTokenConfiguration - Access Token configurationpropertyResolver - Property Resolver@Deprecated public java.lang.Integer getRefreshTokenExpiration()
JwtGeneratorConfigurationgetRefreshTokenExpiration in interface JwtGeneratorConfiguration@Deprecated public java.lang.Integer getAccessTokenExpiration()
JwtGeneratorConfigurationgetAccessTokenExpiration in interface JwtGeneratorConfiguration@Deprecated public void setAccessTokenExpiration(java.lang.Integer accessTokenExpiration)
accessTokenExpiration - The expiration