@ConfigurationProperties(value="micronaut.security.oauth2.openid.jwks-signature-factory") public class JwksSignatureFactoryConfigurationProperties extends java.lang.Object implements JwksSignatureFactoryConfiguration
ConfigurationProperties implementation of JwksSignatureFactoryConfiguration.| Modifier and Type | Field and Description |
|---|---|
static boolean |
DEFAULT_ENABLED
The default enable value.
|
static java.lang.String |
PREFIX |
| Constructor and Description |
|---|
JwksSignatureFactoryConfigurationProperties() |
| Modifier and Type | Method and Description |
|---|---|
com.nimbusds.jose.jwk.KeyType |
getKeyType()
Representation the KeyType for this JWKS signature configuration.
|
boolean |
isEnabled() |
void |
setEnabled(boolean enabled)
Enables
JwksSignatureFactory. |
void |
setKeyType(com.nimbusds.jose.jwk.KeyType keyType)
KeyType for this JWKS signature configuration.
|
public static final java.lang.String PREFIX
public static final boolean DEFAULT_ENABLED
public JwksSignatureFactoryConfigurationProperties()
public boolean isEnabled()
isEnabled in interface io.micronaut.core.util.Toggleablepublic void setEnabled(boolean enabled)
JwksSignatureFactory. Default value (true).enabled - enabled flagpublic com.nimbusds.jose.jwk.KeyType getKeyType()
JwksSignatureFactoryConfigurationgetKeyType in interface JwksSignatureFactoryConfigurationpublic void setKeyType(com.nimbusds.jose.jwk.KeyType keyType)
keyType - KeyType for this JWKS signature configuration.