Class KeymasterConfParamLoader

java.lang.Object
org.apache.syncope.core.persistence.common.content.KeymasterConfParamLoader
All Implemented Interfaces:
ConfParamLoader, SyncopeCoreLoader, Ordered

public class KeymasterConfParamLoader extends Object implements ConfParamLoader
Initialize Keymaster with default content if no data is present already.
  • Field Details

    • LOG

      protected static final Logger LOG
    • MAPPER

      protected static final JsonMapper MAPPER
    • confParamOps

      protected final ConfParamOps confParamOps
  • Constructor Details

    • KeymasterConfParamLoader

      public KeymasterConfParamLoader(ConfParamOps confParamOps)
  • Method Details

    • getOrder

      public int getOrder()
      Specified by:
      getOrder in interface Ordered
    • load

      public void load(String domain)
      Description copied from interface: SyncopeCoreLoader
      Perform init operations on the given domain.
      Specified by:
      load in interface SyncopeCoreLoader
      Parameters:
      domain - domain to initialize