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) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidonJsonWebKeySetRetrieved(List<com.nimbusds.jose.jwk.JWK> jwks) Methods inherited from class de.adorsys.sts.tokenauth.AuthServer
getIssUrl, getJWK, getName, setJwkSource, setName
-
Constructor Details
-
LoggingAuthServer
-
-
Method Details
-
onJsonWebKeySetRetrieved
- Overrides:
onJsonWebKeySetRetrievedin classAuthServer
-