Package de.adorsys.sts.tokenauth
Class AuthServer
java.lang.Object
de.adorsys.sts.tokenauth.AuthServer
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionAuthServer(String name, String issUrl, String jwksUrl) AuthServer(String name, String issUrl, String jwksUrl, int refreshIntervalSeconds) -
Method Summary
Modifier and TypeMethodDescriptiongetName()intprotected voidonJsonWebKeySetRetrieved(List<com.nimbusds.jose.jwk.JWK> jwks) voidvoidsetJwksUrl(String jwksUrl) voidvoidsetRefreshIntervalSeconds(int refreshIntervalSeconds)
-
Constructor Details
-
AuthServer
-
AuthServer
-
-
Method Details
-
getJWK
-
getName
-
setName
-
getIssUrl
-
setIssUrl
-
getJwksUrl
-
setJwksUrl
-
getRefreshIntervalSeconds
public int getRefreshIntervalSeconds() -
setRefreshIntervalSeconds
public void setRefreshIntervalSeconds(int refreshIntervalSeconds) -
onJsonWebKeySetRetrieved
-