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 -
Method Summary
Modifier and TypeMethodDescriptionstatic LoggingAuthServergetInstance(String name, String issUrl, String jwksUrl, int refreshIntervalSeconds) protected voidonJsonWebKeySetRetrieved(List<com.nimbusds.jose.jwk.JWK> jwks) Methods inherited from class de.adorsys.sts.tokenauth.AuthServer
getInstance, getIssUrl, getJWK, getName, resetInstance, setJwkSource, setName
-
Method Details
-
getInstance
public static LoggingAuthServer getInstance(String name, String issUrl, String jwksUrl, int refreshIntervalSeconds) -
onJsonWebKeySetRetrieved
- Overrides:
onJsonWebKeySetRetrievedin classAuthServer
-