Interface OnlineRevocationSource<T extends RevocationToken>

    • Method Summary

      Modifier and Type Method Description
      void setDataLoader​(DataLoader dataLoader)
      Set the DataLoader to use for querying a revocation server.
    • Method Detail

      • setDataLoader

        void setDataLoader​(DataLoader dataLoader)
        Set the DataLoader to use for querying a revocation server.
        Parameters:
        dataLoader - the component that allows to retrieve a revocation response using HTTP.