Class X509CRLImpl.CleanerState

java.lang.Object
org.opensaml.xmlsec.signature.impl.X509CRLImpl.CleanerState
All Implemented Interfaces:
Runnable
Enclosing class:
X509CRLImpl

static class X509CRLImpl.CleanerState
extends Object
implements Runnable
The action to be taken when the current state must be cleaned.
  • Field Details

    • index

      private String index
      The index to remove from the store.
  • Constructor Details

  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable