Class IdRepoImplementationTypeLoader
- java.lang.Object
-
- org.apache.syncope.core.logic.init.IdRepoImplementationTypeLoader
-
- All Implemented Interfaces:
SyncopeCoreLoader
,Ordered
public class IdRepoImplementationTypeLoader extends Object implements SyncopeCoreLoader
-
-
Field Summary
-
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
-
Constructor Summary
Constructors Constructor Description IdRepoImplementationTypeLoader()
-
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
-
-
-
-
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
-
-