@EachProperty(value="micronaut.security.token.jwt.signatures.jwks-static") public class StaticJwksSignatureConfigurationProperties extends java.lang.Object implements StaticJwksSignatureConfiguration
StaticJwksSignatureConfiguration
per `micronaut.security.token.jwt.signatures.jwks-static.*`.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PREFIX |
Constructor and Description |
---|
StaticJwksSignatureConfigurationProperties() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPath()
A path either starting with `classpath:` or `file:`.
|
void |
setPath(java.lang.String path)
A path either starting with `classpath:` or `file:`.
|
public static final java.lang.String PREFIX
public StaticJwksSignatureConfigurationProperties()
@NonNull public java.lang.String getPath()
StaticJwksSignatureConfiguration
getPath
in interface StaticJwksSignatureConfiguration
public void setPath(@NonNull java.lang.String path)
path
- A path either starting with `classpath:` or `file:`. You can serve a JSON JWKS from anywhere on disk or the classpath.