Class SyncReplInboundActions
java.lang.Object
org.apache.syncope.core.provisioning.java.pushpull.SyncReplInboundActions
- All Implemented Interfaces:
InboundActions,ProvisioningActions
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmoreAttrsToGet(ProvisioningProfile<?, ?> profile, OrgUnit orgUnit) Return additional attributes to include in the result from the underlying connector.moreAttrsToGet(ProvisioningProfile<?, ?> profile, Provision provision) Return additional attributes to include in the result from the underlying connector.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.syncope.core.provisioning.api.pushpull.InboundActions
after, beforeAssign, beforeAssign, beforeAssign, beforeDelete, beforeDeprovision, beforeLink, beforeProvision, beforeProvision, beforeProvision, beforeUnassign, beforeUnlink, beforeUpdate, onError, preprocessMethods inherited from interface org.apache.syncope.core.provisioning.api.pushpull.ProvisioningActions
afterAll, beforeAll
-
Field Details
-
SYNCREPL_COOKIE_NAME
-
-
Constructor Details
-
SyncReplInboundActions
public SyncReplInboundActions()
-
-
Method Details
-
moreAttrsToGet
Description copied from interface:InboundActionsReturn additional attributes to include in the result from the underlying connector.- Specified by:
moreAttrsToGetin interfaceInboundActions- Parameters:
profile- profile of the inbound being executed.orgUnit- Realm provisioning information- Returns:
- additional attributes to include in the result from the underlying connector
-
moreAttrsToGet
Description copied from interface:InboundActionsReturn additional attributes to include in the result from the underlying connector.- Specified by:
moreAttrsToGetin interfaceInboundActions- Parameters:
profile- profile of the inbound being executed.provision- Any provisioning information- Returns:
- additional attributes to include in the result from the underlying connector
-