Interface StaticJwksSignatureConfiguration
-
- All Known Implementing Classes:
StaticJwksSignatureConfigurationProperties
public interface StaticJwksSignatureConfigurationConfiguration JSON Web Key Sets defined as static resources.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetPath()A path either starting with `classpath:` or `file:`.
-
-
-
Method Detail
-
getPath
@NonNull java.lang.String getPath()
A path either starting with `classpath:` or `file:`. You can serve a JSON JWKS from anywhere on disk or the classpath. For example to serve static resources from `src/main/resources/security/jwks.json`, you would use `classpath:security/jwks.json` as the path.- Returns:
- A path either starting with `classpath:` or `file:`.
-
-