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 class
ManagedSystemSaveRequest
Constructors 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 ManagedSysDto
ManagedSystemCache. get(String id)
ManagedSysDto
ManagedSystemCache. getByResourceId(String id)
Methods in org.openiam.common.beans.cache with parameters of type ManagedSysDto Modifier and Type Method Description void
ManagedSystemCache. 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 ManagedSysDto
ManagedSystemRabbitMQService. get(String id)
ManagedSysDto
ManagedSystemRabbitMQService. getManSysByResId(String resId)
ManagedSysDto
ManagedSystemRabbitMQService. 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 void
ManagedSystemRabbitMQService. delete(ManagedSysDto managedSysDto)
StringResponse
ManagedSystemRabbitMQService. 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 ManagedSysDto
ManagedSysDocumentToEntityConverter. convertToDTO(ManagedSysDoc doc)
protected ManagedSysDto
ManagedSysDocumentToEntityConverter. 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 ManagedSysDto
AbstractLoginModule. getManagedSystem(LogoutRequest request, AuditLogBuilder event)
protected ManagedSysDto
AbstractLoginModule. getManagedSystem(AuthenticationContext context)
protected ManagedSysDto
AbstractLoginModule. getManagedSystem(AuthenticationContext context, AuthProvider authProvider)
Methods in org.openiam.esb.core.auth.module with parameters of type ManagedSysDto Modifier and Type Method Description LdapContext
AbstractLoginModule. 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 ManagedSysDto
ManagedSysDozerConverter. convertDTO(ManagedSysDto entity, boolean isDeep)
ManagedSysDto
ManagedSysDozerConverter. 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 ManagedSysDto
ManagedSysDozerConverter. convertDTO(ManagedSysDto entity, boolean isDeep)
ManagedSysEntity
ManagedSysDozerConverter. 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 ManagedSysDto
ManagedSystemService. getManagedSys(String sysId)
Gets Managed system for given id.ManagedSysDto
ManagedSystemService. 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 String
ManagedSystemService. 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 ManagedSysDto
ManagedSystemServiceImpl. getManagedSys(String sysId)
ManagedSysDto
ManagedSystemServiceImpl. 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 String
ManagedSystemServiceImpl. 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 void
AbstractConnectorProvisioningOperation. beforeExecute(ManagedSysDto managedSystem, Request request)
protected void
AbstractConnectorProvisioningOperation. beforeRabbitMQSend(ManagedSysDto managedSystem, ProvisionConnectorDto connector, Request request)
protected abstract Response
AbstractConnectorProvisioningOperation. doExecute(ManagedSysDto managedSystem, ProvisionConnectorDto connector, Request request)
protected abstract String
AbstractConnectorProvisioningOperation. getRestEndpoint(ManagedSysDto managedSystem, ProvisionConnectorDto connector)
abstract Request
AbstractConnectorProvisioningOperation. 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 void
GroupProvisionDispatcher. dispatch(ManagedSysDto managedSystem, String identityValue, GroupProvisionAPI operation, String provisionRequestDocId)
void
GroupProvisionDispatcher. dispatch(ManagedSysDto managedSystem, ProvisionGroupObjectDiff diff, String groupId, GroupProvisionAPI operation, boolean currentValuesForProvision, String provisionRequestDocId)
void
UserProvisionDispatcher. dispatch(ManagedSysDto managedSystem, String identityValue, UserProvisionAPI operation, String provisionDocId)
This method is called by direct provision operations.void
UserProvisionDispatcher. 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 ObjectType
AbstractMapProcessorService. 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 boolean
AbstractMapProcessorService. isChangePasswordOperation(D diffObject, ManagedSysDto managedSysDto)
method return true if it detect password changing.protected abstract boolean
AbstractMapProcessorService. 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 boolean
GroupPolicyMapProcessorServiceImpl. isChangePasswordOperation(ProvisionGroupObjectDiff diffObject, ManagedSysDto managedSysDto)
protected boolean
UserPolicyMapProcessorServiceImpl. isChangePasswordOperation(ProvisionUserObjectDiff diffObject, ManagedSysDto managedSysDto)
protected boolean
GroupPolicyMapProcessorServiceImpl. isProcessingAllFields(ProvisionGroupObjectDiff diffObject, ManagedSysDto managedSysDto)
protected boolean
UserPolicyMapProcessorServiceImpl. 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 void
ReconHelper. 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 ManagedSysDto
ManagedSystemWebService. getManagedSys(String sysId)
Returns a ManagedSys object for the specified systemId.ManagedSysDto
ManagedSystemWebServiceImpl. getManagedSys(String sysId)
ManagedSysDto
ManagedSystemWebService. getManagedSysByResource(String resourceId)
Gets the managed sys by resource.ManagedSysDto
ManagedSystemWebServiceImpl. getManagedSysByResource(String resourceId)
Methods in org.openiam.srvc.idm with parameters of type ManagedSysDto Modifier and Type Method Description Response
ManagedSystemWebService. saveManagedSystem(ManagedSysDto sys)
Creates a new managed system entry into the system.Response
ManagedSystemWebServiceImpl. 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. managedSystemById
protected HashMap<String,ManagedSysDto>
AbstractTransformScript. managedSystemByName
Methods in org.openiam.sync.service.impl.service that return ManagedSysDto Modifier and Type Method Description protected ManagedSysDto
AbstractTransformScript. getManagedSystemById(String id)
protected ManagedSysDto
AbstractTransformScript. getManagedSystemByName(String 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 String
ResourceGroovyScriptHelper. getDecryptedMngSysPassword(ManagedSysDto managedSysDto)
Get password from decrypted managedSysDto
-