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 voidAbstractIPolicyMapGroovy. getActualValue(ConnectorAttribute attribute, DIFF diffObject)voidAbstractPrincipalGenerator. getActualValue(ConnectorAttribute attribute, ProvisionUserObjectDiff diffObject)abstract voidAbstractIPolicyMapGroovy. perform(ConnectorAttribute attribute, DIFF diffObject)voidAbstractPrincipalGenerator. perform(ConnectorAttribute attribute, ProvisionUserObjectDiff diffObject)voidAbstractPrincipalGenerator. 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 classConnectorObject<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 classStringConnectorAttributeiam-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 voidAbstractGroupPrincipalGenerator. perform(ConnectorAttribute attribute, ProvisionGroupObjectDiff diffObject)voidAbstractMembershipGenerator. 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 ConnectorAttributeAbstractMapProcessorService. generatePassword(MngSysPolicyDto mngSysPolicyDto, D diff)ConnectorAttributeIPolicyMapProcessorService. generatePassword(MngSysPolicyDto mngSysPolicyDto, DIFF d)ConnectorAttributeAbstractMapProcessorService. generatePrimaryIdentity(MngSysPolicyDto mngSysPolicyDto, D diff, RequestPolicyMapSourceEnum requestType)ConnectorAttributeIPolicyMapProcessorService. generatePrimaryIdentity(MngSysPolicyDto mngSysPolicyDto, DIFF d, RequestPolicyMapSourceEnum requestType)protected ConnectorAttributeAbstractMapProcessorService. generateSpecialAttributes(PolicyMapObjectTypeOptions type, MngSysPolicyDto mngSysPolicyDto, D diff, boolean forceExecution, RequestPolicyMapSourceEnum requestType)protected abstract ConnectorAttributeAbstractMapProcessorService. 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 voidAbstractMapProcessorService. 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 ConnectorAttributeGroupPolicyMapProcessorServiceImpl. generatePrimaryIdentity(MngSysPolicyDto mngSysPolicyDto, ProvisionGroupObjectDiff diff, RequestPolicyMapSourceEnum requestType)ConnectorAttributeUserPolicyMapProcessorServiceImpl. generatePrimaryIdentity(MngSysPolicyDto mngSysPolicyDto, ProvisionUserObjectDiff diff, RequestPolicyMapSourceEnum requestType)protected ConnectorAttributeGroupPolicyMapProcessorServiceImpl. getPasswordForManagedSystem(String mSysId, AttributeMap attributeMap, ProvisionGroupObjectDiff provisionGroupObjectDiff, boolean isNew)protected ConnectorAttributeUserPolicyMapProcessorServiceImpl. 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 voidGroupPolicyMapProcessorServiceImpl. mergeIdentity(ConnectorAttribute attributeSource, GroupConnectorObject object, ProvisionGroupObjectDiff diff, String mSysId)protected voidUserPolicyMapProcessorServiceImpl. mergeIdentity(ConnectorAttribute attributeSource, UserConnectorObject object, ProvisionUserObjectDiff diff, String mSysId)
-