Uses of Class
org.openiam.api.connector.model.ConnectorAttribute
-
-
Uses of ConnectorAttribute in org.openiam.api.connector.groovy
Methods in org.openiam.api.connector.groovy with parameters of type ConnectorAttribute Modifier and Type Method Description void
AbstractIPolicyMapGroovy. getActualValue(ConnectorAttribute attribute, DIFF diffObject)
void
AbstractPrincipalGenerator. getActualValue(ConnectorAttribute attribute, ProvisionUserObjectDiff diffObject)
abstract void
AbstractIPolicyMapGroovy. perform(ConnectorAttribute attribute, DIFF diffObject)
void
AbstractPrincipalGenerator. perform(ConnectorAttribute attribute, ProvisionUserObjectDiff diffObject)
void
AbstractPrincipalGenerator. perform(ConnectorAttribute attribute, ProvisionUserObjectDiff diffObject, String splitString)
-
Uses of ConnectorAttribute in org.openiam.api.connector.helper
Method parameters in org.openiam.api.connector.helper with type arguments of type ConnectorAttribute Modifier and Type Method Description static Set<String>
ConnectorObjectUtils. getAllAttributeNames(List<? extends ConnectorAttribute> attributes)
-
Uses of ConnectorAttribute in org.openiam.api.connector.model
Classes in org.openiam.api.connector.model with type parameters of type ConnectorAttribute Modifier and Type Class Description class
ConnectorObject<T extends ConnectorAttribute>
iam-services Created by zaporozhec on 3/27/17.Subclasses of ConnectorAttribute in org.openiam.api.connector.model Modifier and Type Class Description class
StringConnectorAttribute
iam-services Created by zaporozhec on 3/27/17. -
Uses of ConnectorAttribute in org.openiam.idm.processor.groovy
Methods in org.openiam.idm.processor.groovy with parameters of type ConnectorAttribute Modifier and Type Method Description void
AbstractGroupPrincipalGenerator. perform(ConnectorAttribute attribute, ProvisionGroupObjectDiff diffObject)
void
AbstractMembershipGenerator. perform(ConnectorAttribute attribute, ProvisionUserObjectDiff diffObject)
protected Consumer<MembershipDiff<X>>
AbstractMembershipGenerator. valueConsumer(ConnectorAttribute attribute)
-
Uses of ConnectorAttribute in org.openiam.idm.service
Methods in org.openiam.idm.service that return ConnectorAttribute Modifier and Type Method Description ConnectorAttribute
AbstractMapProcessorService. generatePassword(MngSysPolicyDto mngSysPolicyDto, D diff)
ConnectorAttribute
IPolicyMapProcessorService. generatePassword(MngSysPolicyDto mngSysPolicyDto, DIFF d)
ConnectorAttribute
AbstractMapProcessorService. generatePrimaryIdentity(MngSysPolicyDto mngSysPolicyDto, D diff, RequestPolicyMapSourceEnum requestType)
ConnectorAttribute
IPolicyMapProcessorService. generatePrimaryIdentity(MngSysPolicyDto mngSysPolicyDto, DIFF d, RequestPolicyMapSourceEnum requestType)
protected ConnectorAttribute
AbstractMapProcessorService. generateSpecialAttributes(PolicyMapObjectTypeOptions type, MngSysPolicyDto mngSysPolicyDto, D diff, boolean forceExecution, RequestPolicyMapSourceEnum requestType)
protected abstract ConnectorAttribute
AbstractMapProcessorService. getPasswordForManagedSystem(String mSysId, AttributeMap attributeMap, D d, boolean isNew)
extract password from managed system for given id.Methods in org.openiam.idm.service with parameters of type ConnectorAttribute Modifier and Type Method Description protected abstract void
AbstractMapProcessorService. mergeIdentity(ConnectorAttribute attribute, ObjectType object, D diff, String mSysId)
-
Uses of ConnectorAttribute in org.openiam.idm.service.impl
Methods in org.openiam.idm.service.impl that return ConnectorAttribute Modifier and Type Method Description ConnectorAttribute
GroupPolicyMapProcessorServiceImpl. generatePrimaryIdentity(MngSysPolicyDto mngSysPolicyDto, ProvisionGroupObjectDiff diff, RequestPolicyMapSourceEnum requestType)
ConnectorAttribute
UserPolicyMapProcessorServiceImpl. generatePrimaryIdentity(MngSysPolicyDto mngSysPolicyDto, ProvisionUserObjectDiff diff, RequestPolicyMapSourceEnum requestType)
protected ConnectorAttribute
GroupPolicyMapProcessorServiceImpl. getPasswordForManagedSystem(String mSysId, AttributeMap attributeMap, ProvisionGroupObjectDiff provisionGroupObjectDiff, boolean isNew)
protected ConnectorAttribute
UserPolicyMapProcessorServiceImpl. getPasswordForManagedSystem(String managedSystemId, AttributeMap attributeMap, ProvisionUserObjectDiff provisionUserObjectDiff, boolean isNew)
Methods in org.openiam.idm.service.impl with parameters of type ConnectorAttribute Modifier and Type Method Description protected void
GroupPolicyMapProcessorServiceImpl. mergeIdentity(ConnectorAttribute attributeSource, GroupConnectorObject object, ProvisionGroupObjectDiff diff, String mSysId)
protected void
UserPolicyMapProcessorServiceImpl. mergeIdentity(ConnectorAttribute attributeSource, UserConnectorObject object, ProvisionUserObjectDiff diff, String mSysId)
-