Uses of Class
org.openiam.idm.srvc.mngsys.dto.ManagedSysDto
-
-
Uses of ManagedSysDto in org.openiam.api.connector.model
Constructors in org.openiam.api.connector.model with parameters of type ManagedSysDto Constructor Description ConnectorObjectMetaData(ManagedSysDto managedSysDto, String objectType) -
Uses of ManagedSysDto in org.openiam.api.connector.user.request
Constructors in org.openiam.api.connector.user.request with parameters of type ManagedSysDto Constructor Description TestProvisioningConnectorRequest(ManagedSysDto managedSysDto) -
Uses of ManagedSysDto in org.openiam.base.request
Subclasses of ManagedSysDto in org.openiam.base.request Modifier and Type Class Description classManagedSystemSaveRequestConstructors in org.openiam.base.request with parameters of type ManagedSysDto Constructor Description ManagedSystemSaveRequest(ManagedSysDto income) -
Uses of ManagedSysDto in org.openiam.common.beans.cache
Methods in org.openiam.common.beans.cache that return ManagedSysDto Modifier and Type Method Description ManagedSysDtoManagedSystemCache. get(String id)ManagedSysDtoManagedSystemCache. getByResourceId(String id)Methods in org.openiam.common.beans.cache with parameters of type ManagedSysDto Modifier and Type Method Description voidManagedSystemCache. addResourceProperties(ManagedSysDto response) -
Uses of ManagedSysDto in org.openiam.common.beans.mq
Methods in org.openiam.common.beans.mq that return ManagedSysDto Modifier and Type Method Description ManagedSysDtoManagedSystemRabbitMQService. get(String id)ManagedSysDtoManagedSystemRabbitMQService. getManSysByResId(String resId)ManagedSysDtoManagedSystemRabbitMQService. getManSysByResId(String resId, boolean deep)Methods in org.openiam.common.beans.mq that return types with arguments of type ManagedSysDto Modifier and Type Method Description List<ManagedSysDto>ManagedSystemRabbitMQService. findBeans(ManagedSysSearchBean searchBean, int from, int size)List<ManagedSysDto>ManagedSystemRabbitMQService. getAll()Methods in org.openiam.common.beans.mq with parameters of type ManagedSysDto Modifier and Type Method Description voidManagedSystemRabbitMQService. delete(ManagedSysDto managedSysDto)StringResponseManagedSystemRabbitMQService. save(ManagedSysDto managedSysDto) -
Uses of ManagedSysDto in org.openiam.config
Methods in org.openiam.config that return types with arguments of type ManagedSysDto Modifier and Type Method Description org.springframework.data.redis.core.RedisTemplate<String,ManagedSysDto>AbstractRedisConfiguration. managedSystemRedisTemplate(org.springframework.data.redis.connection.jedis.JedisConnectionFactory factory) -
Uses of ManagedSysDto in org.openiam.elasticsearch.converter
Methods in org.openiam.elasticsearch.converter that return ManagedSysDto Modifier and Type Method Description ManagedSysDtoManagedSysDocumentToEntityConverter. convertToDTO(ManagedSysDoc doc)protected ManagedSysDtoManagedSysDocumentToEntityConverter. newDTO()Methods in org.openiam.elasticsearch.converter that return types with arguments of type ManagedSysDto Modifier and Type Method Description Class<ManagedSysDto>ManagedSysDocumentToEntityConverter. getDTOClass() -
Uses of ManagedSysDto in org.openiam.esb.cache
Constructor parameters in org.openiam.esb.cache with type arguments of type ManagedSysDto Constructor Description ManagedSysCacheSweeper(org.springframework.data.redis.core.RedisTemplate<String,ManagedSysDto> managedSysCache, org.springframework.data.redis.core.RedisTemplate<String,String> managedSystemPasswordCache, ResourceService resourceService, LoginDataService loginDataService, String systemId, ManagedSystemService managedSystemService) -
Uses of ManagedSysDto in org.openiam.esb.core.auth.module
Methods in org.openiam.esb.core.auth.module that return ManagedSysDto Modifier and Type Method Description protected ManagedSysDtoAbstractLoginModule. getManagedSystem(LogoutRequest request, AuditLogBuilder event)protected ManagedSysDtoAbstractLoginModule. getManagedSystem(AuthenticationContext context)protected ManagedSysDtoAbstractLoginModule. getManagedSystem(AuthenticationContext context, AuthProvider authProvider)Methods in org.openiam.esb.core.auth.module with parameters of type ManagedSysDto Modifier and Type Method Description LdapContextAbstractLoginModule. connect(String userName, String password, ManagedSysDto managedSys) -
Uses of ManagedSysDto in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return ManagedSysDto Modifier and Type Method Description ManagedSysDtoManagedSysDozerConverter. convertDTO(ManagedSysDto entity, boolean isDeep)ManagedSysDtoManagedSysDozerConverter. convertToDTO(ManagedSysEntity userEntity, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type ManagedSysDto Modifier and Type Method Description List<ManagedSysDto>ManagedSysDozerConverter. convertToDTOList(List<ManagedSysEntity> list, boolean isDeep)Set<ManagedSysDto>ManagedSysDozerConverter. convertToDTOSet(Set<ManagedSysEntity> set, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter with parameters of type ManagedSysDto Modifier and Type Method Description ManagedSysDtoManagedSysDozerConverter. convertDTO(ManagedSysDto entity, boolean isDeep)ManagedSysEntityManagedSysDozerConverter. convertToEntity(ManagedSysDto entity, boolean isDeep)Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type ManagedSysDto Modifier and Type Method Description List<ManagedSysEntity>ManagedSysDozerConverter. convertToEntityList(List<ManagedSysDto> list, boolean isDeep)Set<ManagedSysEntity>ManagedSysDozerConverter. convertToEntitySet(Set<ManagedSysDto> set, boolean isDeep) -
Uses of ManagedSysDto in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service that return ManagedSysDto Modifier and Type Method Description ManagedSysDtoManagedSystemService. getManagedSys(String sysId)Gets Managed system for given id.ManagedSysDtoManagedSystemService. getManagedSysDtoByResource(String resourceId, boolean deep)Gets Managed System for given resource id.Methods in org.openiam.esb.core.service that return types with arguments of type ManagedSysDto Modifier and Type Method Description List<ManagedSysDto>ManagedSystemService. findBeans(SynchronizationRequestSearchBean searchBean)List<ManagedSysDto>ManagedSystemService. getAllAutomaticManagedSysDTO()select all managed systems with isManual flag = false. this is needed to idm for caching managed system dependencies like policy map etc...org.springframework.data.domain.Page<ManagedSysDto>ManagedSystemService. getAllManagedSysDTO(int from, int size)Returns list of all Managed Systems.Methods in org.openiam.esb.core.service with parameters of type ManagedSysDto Modifier and Type Method Description StringManagedSystemService. save(ManagedSysDto dto)Saves managed system entity. -
Uses of ManagedSysDto in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return ManagedSysDto Modifier and Type Method Description ManagedSysDtoManagedSystemServiceImpl. getManagedSys(String sysId)ManagedSysDtoManagedSystemServiceImpl. getManagedSysDtoByResource(String resourceId, boolean deep)Methods in org.openiam.esb.core.service.impl that return types with arguments of type ManagedSysDto Modifier and Type Method Description List<ManagedSysDto>ManagedSystemServiceImpl. findBeans(SynchronizationRequestSearchBean searchBean)List<ManagedSysDto>ManagedSystemServiceImpl. getAllAutomaticManagedSysDTO()org.springframework.data.domain.Page<ManagedSysDto>ManagedSystemServiceImpl. getAllManagedSysDTO(int from, int size)Methods in org.openiam.esb.core.service.impl with parameters of type ManagedSysDto Modifier and Type Method Description StringManagedSystemServiceImpl. save(ManagedSysDto dto) -
Uses of ManagedSysDto in org.openiam.idm.provisioning.connector.service
Methods in org.openiam.idm.provisioning.connector.service with parameters of type ManagedSysDto Modifier and Type Method Description protected voidAbstractConnectorProvisioningOperation. beforeExecute(ManagedSysDto managedSystem, Request request)protected voidAbstractConnectorProvisioningOperation. beforeRabbitMQSend(ManagedSysDto managedSystem, ProvisionConnectorDto connector, Request request)protected abstract ResponseAbstractConnectorProvisioningOperation. doExecute(ManagedSysDto managedSystem, ProvisionConnectorDto connector, Request request)protected abstract StringAbstractConnectorProvisioningOperation. getRestEndpoint(ManagedSysDto managedSystem, ProvisionConnectorDto connector)abstract RequestAbstractConnectorProvisioningOperation. newRequest(ServiceRequest serviceRequest, ManagedSysDto managedSystem) -
Uses of ManagedSysDto in org.openiam.idm.provisioning.connector.service.group
-
Uses of ManagedSysDto in org.openiam.idm.provisioning.connector.service.user
-
Uses of ManagedSysDto in org.openiam.idm.provisioning.service
Methods in org.openiam.idm.provisioning.service with parameters of type ManagedSysDto Modifier and Type Method Description voidGroupProvisionDispatcher. dispatch(ManagedSysDto managedSystem, String identityValue, GroupProvisionAPI operation, String provisionRequestDocId)voidGroupProvisionDispatcher. dispatch(ManagedSysDto managedSystem, ProvisionGroupObjectDiff diff, String groupId, GroupProvisionAPI operation, boolean currentValuesForProvision, String provisionRequestDocId)voidUserProvisionDispatcher. dispatch(ManagedSysDto managedSystem, String identityValue, UserProvisionAPI operation, String provisionDocId)This method is called by direct provision operations.voidUserProvisionDispatcher. dispatch(ManagedSysDto managedSystem, ProvisionUserObjectDiff diff, String userId, UserProvisionAPI operation, boolean currentValuesForProvision, String provisionRequestDocId)This method is called by provision operations. -
Uses of ManagedSysDto in org.openiam.idm.service
Methods in org.openiam.idm.service with parameters of type ManagedSysDto Modifier and Type Method Description protected ObjectTypeAbstractMapProcessorService. getObject(ManagedSysDto managedSysDto, MngSysPolicyDto mngSysPolicyDto, D diffObject, RequestPolicyMapSourceEnum requestType)generate Connector Object for given managed system policyList<ObjectType>AbstractMapProcessorService. getObjects(D diffObject, ManagedSysDto managedSysDto, RequestPolicyMapSourceEnum requestType)List<ObjectType>IPolicyMapProcessorService. getObjects(DIFF diffObject, ManagedSysDto managedSysDto, RequestPolicyMapSourceEnum requestType)Due to Managed system could have multiple policies with same GROUPING it could be generated multiple accounts to provision in the same Target Systemprotected abstract booleanAbstractMapProcessorService. isChangePasswordOperation(D diffObject, ManagedSysDto managedSysDto)method return true if it detect password changing.protected abstract booleanAbstractMapProcessorService. isProcessingAllFields(D diffObject, ManagedSysDto managedSysDto) -
Uses of ManagedSysDto in org.openiam.idm.service.impl
Methods in org.openiam.idm.service.impl with parameters of type ManagedSysDto Modifier and Type Method Description protected booleanGroupPolicyMapProcessorServiceImpl. isChangePasswordOperation(ProvisionGroupObjectDiff diffObject, ManagedSysDto managedSysDto)protected booleanUserPolicyMapProcessorServiceImpl. isChangePasswordOperation(ProvisionUserObjectDiff diffObject, ManagedSysDto managedSysDto)protected booleanGroupPolicyMapProcessorServiceImpl. isProcessingAllFields(ProvisionGroupObjectDiff diffObject, ManagedSysDto managedSysDto)protected booleanUserPolicyMapProcessorServiceImpl. isProcessingAllFields(ProvisionUserObjectDiff diffObject, ManagedSysDto managedSysDto) -
Uses of ManagedSysDto in org.openiam.recon.service.impl.processor
Methods in org.openiam.recon.service.impl.processor with parameters of type ManagedSysDto Modifier and Type Method Description protected Set<AttributeMap>AbstractReconciliationProcessor. obtainPolicyMap(ManagedSysDto managedSysDto, String policyObjectType) -
Uses of ManagedSysDto in org.openiam.recon.service.impl.srcadapter.adapters
-
Uses of ManagedSysDto in org.openiam.recon.service.intf
Methods in org.openiam.recon.service.intf with parameters of type ManagedSysDto Modifier and Type Method Description voidReconHelper. buildComparisonUserReportRow(ReconciliationSituation situationResp, String principal, Map<String,Attribute> attributes, ProvisionUser user, ManagedSysDto managedSys) -
Uses of ManagedSysDto in org.openiam.srvc.idm
Methods in org.openiam.srvc.idm that return ManagedSysDto Modifier and Type Method Description ManagedSysDtoManagedSystemWebService. getManagedSys(String sysId)Returns a ManagedSys object for the specified systemId.ManagedSysDtoManagedSystemWebServiceImpl. getManagedSys(String sysId)ManagedSysDtoManagedSystemWebService. getManagedSysByResource(String resourceId)Gets the managed sys by resource.ManagedSysDtoManagedSystemWebServiceImpl. getManagedSysByResource(String resourceId)Methods in org.openiam.srvc.idm with parameters of type ManagedSysDto Modifier and Type Method Description ResponseManagedSystemWebService. saveManagedSystem(ManagedSysDto sys)Creates a new managed system entry into the system.ResponseManagedSystemWebServiceImpl. saveManagedSystem(ManagedSysDto sys) -
Uses of ManagedSysDto in org.openiam.sync.service.impl.service
Fields in org.openiam.sync.service.impl.service with type parameters of type ManagedSysDto Modifier and Type Field Description protected HashMap<String,ManagedSysDto>AbstractTransformScript. managedSystemByIdprotected HashMap<String,ManagedSysDto>AbstractTransformScript. managedSystemByNameMethods in org.openiam.sync.service.impl.service that return ManagedSysDto Modifier and Type Method Description protected ManagedSysDtoAbstractTransformScript. getManagedSystemById(String id)Retrieves a managed system by its ID.protected ManagedSysDtoAbstractTransformScript. getManagedSystemByName(String name)Retrieves a managed system by its name. -
Uses of ManagedSysDto in org.openiam.workflow.activiti.groovy
Methods in org.openiam.workflow.activiti.groovy with parameters of type ManagedSysDto Modifier and Type Method Description protected StringResourceGroovyScriptHelper. getDecryptedMngSysPassword(ManagedSysDto managedSysDto)Get password from decrypted managedSysDto
-