Class CachingKeyRetrieverService
java.lang.Object
de.adorsys.sts.resourceserver.service.CachingKeyRetrieverService
- All Implemented Interfaces:
KeyRetrieverService
-
Constructor Summary
ConstructorsConstructorDescriptionCachingKeyRetrieverService(KeyRetrieverService keyRetrieverService, int maximumSize, int expireAfterAccessInMinutes) -
Method Summary
-
Constructor Details
-
CachingKeyRetrieverService
public CachingKeyRetrieverService(KeyRetrieverService keyRetrieverService, int maximumSize, int expireAfterAccessInMinutes)
-
-
Method Details
-
retrieve
- Specified by:
retrievein interfaceKeyRetrieverService
-