Class IdRepoEntitlementLoader
- java.lang.Object
-
- org.apache.syncope.core.logic.init.IdRepoEntitlementLoader
-
- All Implemented Interfaces:
SyncopeCoreLoader
,Ordered
public class IdRepoEntitlementLoader extends Object implements SyncopeCoreLoader
-
-
Field Summary
Fields Modifier and Type Field Description protected EntitlementAccessor
entitlementAccessor
-
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
-
Constructor Summary
Constructors Constructor Description IdRepoEntitlementLoader(EntitlementAccessor entitlementAccessor)
-
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.void
load(String domain, DataSource datasource)
Perform init operations on the given domain.-
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
unload, unload
-
-
-
-
Field Detail
-
entitlementAccessor
protected final EntitlementAccessor entitlementAccessor
-
-
Constructor Detail
-
IdRepoEntitlementLoader
public IdRepoEntitlementLoader(EntitlementAccessor entitlementAccessor)
-
-
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
-
load
public void load(String domain, DataSource datasource)
Description copied from interface:SyncopeCoreLoader
Perform init operations on the given domain.- Specified by:
load
in interfaceSyncopeCoreLoader
- Parameters:
domain
- domain to initializedatasource
- db access for the given domain
-
-