Package | Description |
---|---|
org.apache.syncope.core.logic |
Modifier and Type | Field and Description |
---|---|
protected Map<String,LogicActions> |
AbstractAnyLogic.perContextActions |
Modifier and Type | Method and Description |
---|---|
protected Pair<TO,List<LogicActions>> |
AbstractAnyLogic.beforeCreate(TO input) |
protected Pair<TO,List<LogicActions>> |
AbstractAnyLogic.beforeDelete(TO input) |
protected Pair<P,List<LogicActions>> |
AbstractAnyLogic.beforeUpdate(P input,
String realmPath) |
protected List<LogicActions> |
AbstractAnyLogic.getActions(Realm realm) |
Modifier and Type | Method and Description |
---|---|
protected ProvisioningResult<TO> |
AbstractAnyLogic.afterCreate(TO input,
List<PropagationStatus> statuses,
List<LogicActions> actions) |
protected ProvisioningResult<TO> |
AbstractAnyLogic.afterDelete(TO input,
List<PropagationStatus> statuses,
List<LogicActions> actions) |
protected ProvisioningResult<TO> |
AbstractAnyLogic.afterUpdate(TO input,
List<PropagationStatus> statuses,
List<LogicActions> actions) |
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.