public class LoggingAuthServer extends AuthServer
AuthServer.JsonWebKeyRetrievalException| Constructor and Description |
|---|
LoggingAuthServer(String name,
String issUrl,
String jwksUrl,
int refreshIntervalSeconds,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
LoggingAuthServer(String name,
String issUrl,
String jwksUrl,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onJsonWebKeySetRetrieved(List<com.nimbusds.jose.jwk.JWK> jwks) |
getIssUrl, getJWK, getJwksUrl, getName, getRefreshIntervalSeconds, setIssUrl, setJwksUrl, setName, setRefreshIntervalSecondspublic LoggingAuthServer(String name, String issUrl, String jwksUrl, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
protected void onJsonWebKeySetRetrieved(List<com.nimbusds.jose.jwk.JWK> jwks)
onJsonWebKeySetRetrieved in class AuthServerCopyright © 2022. All rights reserved.