Class CachingKeyRetrieverService

java.lang.Object
de.adorsys.sts.resourceserver.service.CachingKeyRetrieverService
All Implemented Interfaces:
KeyRetrieverService

public class CachingKeyRetrieverService extends Object implements KeyRetrieverService
  • Constructor Details

    • CachingKeyRetrieverService

      public CachingKeyRetrieverService(KeyRetrieverService keyRetrieverService, int maximumSize, int expireAfterAccessInMinutes)
  • Method Details