public class LDAPMembershipPropagationActions extends Object implements PropagationActions
LDAPMembershipPullActions
Modifier and Type | Field and Description |
---|---|
protected AnyTypeDAO |
anyTypeDAO |
protected DerAttrHandler |
derAttrHandler |
protected GroupDAO |
groupDAO |
protected static org.slf4j.Logger |
LOG |
protected UserDAO |
userDAO |
Constructor and Description |
---|
LDAPMembershipPropagationActions() |
Modifier and Type | Method and Description |
---|---|
void |
before(PropagationTask task,
ConnectorObject beforeObj)
Executes logic before actual propagation.
|
protected String |
getGroupMembershipAttrName()
Allows easy subclassing for the ConnId AD connector bundle.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
after, moreAttrsToGet, moreAttrsToGet, onError
protected static final org.slf4j.Logger LOG
@Autowired protected DerAttrHandler derAttrHandler
@Autowired protected AnyTypeDAO anyTypeDAO
@Autowired protected UserDAO userDAO
@Autowired protected GroupDAO groupDAO
protected String getGroupMembershipAttrName()
@Transactional(readOnly=true) public void before(PropagationTask task, ConnectorObject beforeObj)
PropagationActions
before
in interface PropagationActions
task
- propagation taskbeforeObj
- connector object read before propagationCopyright © 2010–2023 The Apache Software Foundation. All rights reserved.