Class LoggingAuthServer
java.lang.Object
de.adorsys.sts.tokenauth.AuthServer
de.adorsys.sts.token.authentication.LoggingAuthServer
-
Nested Class Summary
Nested classes/interfaces inherited from class de.adorsys.sts.tokenauth.AuthServer
AuthServer.JsonWebKeyRetrievalException -
Constructor Summary
ConstructorsConstructorDescriptionLoggingAuthServer(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) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidonJsonWebKeySetRetrieved(List<com.nimbusds.jose.jwk.JWK> jwks) Methods inherited from class de.adorsys.sts.tokenauth.AuthServer
getIssUrl, getJWK, getJwksUrl, getName, getRefreshIntervalSeconds, setIssUrl, setJwksUrl, setName, setRefreshIntervalSeconds
-
Constructor Details
-
LoggingAuthServer
-
LoggingAuthServer
-
-
Method Details
-
onJsonWebKeySetRetrieved
- Overrides:
onJsonWebKeySetRetrievedin classAuthServer
-