Class StartupDomainLoader
- java.lang.Object
-
- org.apache.syncope.core.persistence.jpa.StartupDomainLoader
-
- All Implemented Interfaces:
SyncopeCoreLoader
,Ordered
public class StartupDomainLoader extends Object implements SyncopeCoreLoader
-
-
Field Summary
Fields Modifier and Type Field Description protected DomainHolder
domainHolder
protected DomainOps
domainOps
protected DomainRegistry
domainRegistry
protected static Logger
LOG
protected PersistenceProperties
persistenceProperties
protected ResourceLoader
resourceLoader
-
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
-
Constructor Summary
Constructors Constructor Description StartupDomainLoader(DomainOps domainOps, DomainHolder domainHolder, PersistenceProperties persistenceProperties, ResourceLoader resourceLoader, DomainRegistry domainRegistry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getOrder()
void
load()
Perform generic (not related to any domain) init operations.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.syncope.core.persistence.api.SyncopeCoreLoader
load, unload, unload
-
-
-
-
Field Detail
-
LOG
protected static final Logger LOG
-
domainOps
protected final DomainOps domainOps
-
domainHolder
protected final DomainHolder domainHolder
-
persistenceProperties
protected final PersistenceProperties persistenceProperties
-
resourceLoader
protected final ResourceLoader resourceLoader
-
domainRegistry
protected final DomainRegistry domainRegistry
-
-
Constructor Detail
-
StartupDomainLoader
public StartupDomainLoader(DomainOps domainOps, DomainHolder domainHolder, PersistenceProperties persistenceProperties, ResourceLoader resourceLoader, DomainRegistry domainRegistry)
-
-
Method Detail
-
load
public void load()
Description copied from interface:SyncopeCoreLoader
Perform generic (not related to any domain) init operations.- Specified by:
load
in interfaceSyncopeCoreLoader
-
-