Uses of Class
org.openiam.idm.srvc.role.dto.Role
-
Packages that use Role Package Description org.openiam.base.response org.openiam.common.beans.mq org.openiam.elasticsearch.converter org.openiam.esb.core.dozer.converter org.openiam.esb.core.service org.openiam.esb.core.service.impl org.openiam.esb.core.template.provider org.openiam.idm.processor.groovy org.openiam.idm.srvc.role.dto org.openiam.idm.srvc.user.dto org.openiam.match org.openiam.model org.openiam.provision.type org.openiam.srvc.am org.openiam.sync.service.impl.service Provides abstract base classes for identity transformation scripts in OpenIAM.org.openiam.sync.service.impl.srcadapter.processor org.openiam.workflow.activiti.delegate.core -
-
Uses of Role in org.openiam.base.response
Methods in org.openiam.base.response that return Role Modifier and Type Method Description RoleActivitiHistoricDetail. getRole()Methods in org.openiam.base.response with parameters of type Role Modifier and Type Method Description voidActivitiHistoricDetail. setRole(Role role) -
Uses of Role in org.openiam.common.beans.mq
Methods in org.openiam.common.beans.mq that return Role Modifier and Type Method Description RoleRoleRabbitMQService. getRole(String id)Methods in org.openiam.common.beans.mq that return types with arguments of type Role Modifier and Type Method Description List<Role>RoleRabbitMQService. findBeans(RoleSearchBean sb, int from, int size)List<Role>RoleRabbitMQService. findBeans(RoleSearchBean sb, EntitlementsCollection[] collections, int from, int size)Methods in org.openiam.common.beans.mq with parameters of type Role Modifier and Type Method Description ResponseRoleRabbitMQService. delete(Role role)RoleResponseRoleRabbitMQService. save(Role role) -
Uses of Role in org.openiam.elasticsearch.converter
Methods in org.openiam.elasticsearch.converter that return Role Modifier and Type Method Description RoleRoleDocumentToEntityConverter. convertToDTO(RoleDoc doc)protected RoleRoleDocumentToEntityConverter. newDTO()Methods in org.openiam.elasticsearch.converter that return types with arguments of type Role Modifier and Type Method Description Class<Role>RoleDocumentToEntityConverter. getDTOClass() -
Uses of Role in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return Role Modifier and Type Method Description RoleRoleDozerConverter. convertDTO(Role entity, boolean isDeep)RoleRoleDozerConverter. convertToDTO(RoleEntity entity, boolean isDeep)RoleRoleDozerConverter. convertToDTO(RoleEntity entity, EntitlementsCollection... mappings)Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type Role Modifier and Type Method Description List<Role>RoleDozerConverter. convertToDTOList(List<RoleEntity> list, boolean isDeep)Set<Role>RoleDozerConverter. convertToDTOSet(Set<RoleEntity> set, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter with parameters of type Role Modifier and Type Method Description RoleRoleDozerConverter. convertDTO(Role entity, boolean isDeep)RoleEntityRoleDozerConverter. convertToEntity(Role entity, boolean isDeep)Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type Role Modifier and Type Method Description List<RoleEntity>RoleDozerConverter. convertToEntityList(List<Role> list, boolean isDeep)Set<RoleEntity>RoleDozerConverter. convertToEntitySet(Set<Role> set, boolean isDeep) -
Uses of Role in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service that return Role Modifier and Type Method Description RoleRoleDataService. getRoleDTO(String roleId, EntitlementsCollection[] dependants)Gets RoleDTO object for given role id.RoleRoleDataService. saveRole(Role role)Saves Role object.Methods in org.openiam.esb.core.service that return types with arguments of type Role Modifier and Type Method Description List<Role>RoleDataService. findBeans(SynchronizationRequestSearchBean searchBean)Methods in org.openiam.esb.core.service with parameters of type Role Modifier and Type Method Description RoleRoleDataService. saveRole(Role role)Saves Role object.booleanRoleDataService. validateEdit(Role role)Validates role entity -
Uses of Role in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return Role Modifier and Type Method Description RoleRoleDataServiceImpl. getRoleDTO(String id, EntitlementsCollection[] dependants)RoleRoleDataServiceImpl. saveRole(Role role)Methods in org.openiam.esb.core.service.impl that return types with arguments of type Role Modifier and Type Method Description List<Role>RoleDataServiceImpl. findBeans(SynchronizationRequestSearchBean searchBean)Methods in org.openiam.esb.core.service.impl with parameters of type Role Modifier and Type Method Description protected voidRoleDataServiceImpl. fillDTOWithResourcesXref(Role dto, Set<String> resourceIds)RoleRoleDataServiceImpl. saveRole(Role role)booleanRoleDataServiceImpl. validateEdit(Role role)Method parameters in org.openiam.esb.core.service.impl with type arguments of type Role Modifier and Type Method Description voidAccessRightProcessor. process(RoleSearchBean searchBean, List<Role> dtoList)Access rights processor for DTO object with specific Entitlement collectionvoidAccessRightProcessor. process(RoleSearchBean searchBean, List<Role> dtoList, List<RoleEntity> entityList) -
Uses of Role in org.openiam.esb.core.template.provider
Methods in org.openiam.esb.core.template.provider with parameters of type Role Modifier and Type Method Description voidRoleTemplateProvider. validate(Role dto) -
Uses of Role in org.openiam.idm.processor.groovy
Methods in org.openiam.idm.processor.groovy that return Role Modifier and Type Method Description protected RoleAbstractRoleMembershipGenerator. getObject(@NotNull String id) -
Uses of Role in org.openiam.idm.srvc.role.dto
Fields in org.openiam.idm.srvc.role.dto declared as Role Modifier and Type Field Description protected RoleRoleSet.RoleObj. roleMethods in org.openiam.idm.srvc.role.dto that return Role Modifier and Type Method Description RoleRoleSet.RoleObj. getRole()Gets the value of the role property.Methods in org.openiam.idm.srvc.role.dto that return types with arguments of type Role Modifier and Type Method Description Set<Role>RoleSetAdapter. unmarshal(RoleSet v)Deprecated.Methods in org.openiam.idm.srvc.role.dto with parameters of type Role Modifier and Type Method Description intRole. compareTo(Role o)voidRoleSet.RoleObj. setRole(Role value)Sets the value of the role property.Method parameters in org.openiam.idm.srvc.role.dto with type arguments of type Role Modifier and Type Method Description RoleSetRoleSetAdapter. marshal(Set<Role> b)Deprecated. -
Uses of Role in org.openiam.idm.srvc.user.dto
Methods in org.openiam.idm.srvc.user.dto with parameters of type Role Modifier and Type Method Description voidUser. addRole(Role role)Deprecated.voidUser. addRole(Role role, Set<String> rights, Date startDate, Date endDate)voidUser. addRole(Role role, Set<String> rights, Date startDate, Date endDate, String description)voidUser. addRoleWithRights(Role role, Set<AccessRight> rights, Date startDate, Date endDate)voidUser. addRoleWithRights(Role role, Set<AccessRight> rights, Date startDate, Date endDate, String description) -
Uses of Role in org.openiam.match
Methods in org.openiam.match that return Role Modifier and Type Method Description protected RoleRoleMatchObjectRule. newObjectInstance(MatchConfig config)Methods in org.openiam.match that return types with arguments of type Role Modifier and Type Method Description protected Predicate<Role>RoleMatchObjectRule. byAttribute(String name, String value)protected Predicate<Role>RoleMatchObjectRule. byEmail(String searchFilter)protected Predicate<Role>RoleMatchObjectRule. byEmployeeId(String searchFilter)protected Predicate<Role>RoleMatchObjectRule. byManagedSystemPrincipal(String searchFilter, String managedSystemId)protected Predicate<Role>RoleMatchObjectRule. byName(String searchFilter) -
Uses of Role in org.openiam.model
Constructors in org.openiam.model with parameters of type Role Constructor Description RolePair(LineObject object, Role role) -
Uses of Role in org.openiam.provision.type
Fields in org.openiam.provision.type declared as Role Modifier and Type Field Description protected RoleExtensibleRole. roleMethods in org.openiam.provision.type that return Role Modifier and Type Method Description RoleExtensibleRole. getRole()Methods in org.openiam.provision.type with parameters of type Role Modifier and Type Method Description voidExtensibleRole. setRole(Role role)Constructors in org.openiam.provision.type with parameters of type Role Constructor Description ExtensibleRole(Role rl) -
Uses of Role in org.openiam.srvc.am
Methods in org.openiam.srvc.am that return Role Modifier and Type Method Description RoleRoleDataWebService. getRole(String roleId)Returns a paged List of Role objects that are linked to a Group.RoleRoleDataWebServiceImpl. getRole(String roleId)RoleRoleDataWebService. suggestById(String id)Find a resource in Elasticsearch.RoleRoleDataWebServiceImpl. suggestById(String id)Methods in org.openiam.srvc.am with parameters of type Role Modifier and Type Method Description ResponseRoleDataWebService. saveRole(Role role)This method creates a new role or update existed one.ResponseRoleDataWebServiceImpl. saveRole(Role role)ResponseRoleDataWebService. validateEdit(Role role)ResponseRoleDataWebServiceImpl. validateEdit(Role role) -
Uses of Role in org.openiam.sync.service.impl.service
Fields in org.openiam.sync.service.impl.service with type parameters of type Role Modifier and Type Field Description protected HashMap<String,Role>AbstractTransformScript. rolesByIdprotected HashMap<String,Role>AbstractTransformScript. rolesByNameMethods in org.openiam.sync.service.impl.service that return Role Modifier and Type Method Description protected RoleAbstractTransformScript. getRoleById(String id)Retrieves a role by its ID.protected RoleAbstractTransformScript. getRoleByName(String name, String managedSysId)Retrieves a role by its name and managed system ID.Methods in org.openiam.sync.service.impl.service with parameters of type Role Modifier and Type Method Description protected voidAbstractRoleTransformScript. addChildRole(Role role, String childRoleId)add relation between roles.protected voidAbstractRoleTransformScript. addParentRole(Role role, String childRoleId)add relation between roles.protected voidAbstractRoleTransformScript. addRoleAttribute(Role role, String name, String value)Add or update RoleAttribute by name.protected voidAbstractRoleTransformScript. deleteRoleAttribute(Role role, String name)Delete role attribute by name -
Uses of Role in org.openiam.sync.service.impl.srcadapter.processor
Methods in org.openiam.sync.service.impl.srcadapter.processor with parameters of type Role Modifier and Type Method Description booleanRoleSyncObjectProcessorImpl. addOrphan(Role object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)voidRoleSyncObjectProcessorImpl. delete(Role object)StringRoleSyncObjectProcessorImpl. getIdentity(Role object, LineObject rowObj, SynchConfig config)voidRoleSyncObjectProcessorImpl. initiateWorkflow(Role object, LineObject lineObject, SynchronizationObjectProcessingAPI api)voidRoleSyncObjectProcessorImpl. provision(Role object, LineObject lineObject)ResponseRoleSyncObjectProcessorImpl. saveToDB(Role object, LineObject lineObject, Role originalObject)voidRoleSyncObjectProcessorImpl. setActivityId(Role object, String activityId) -
Uses of Role in org.openiam.workflow.activiti.delegate.core
Methods in org.openiam.workflow.activiti.delegate.core that return Role Modifier and Type Method Description protected RoleAbstractActivitiJob. getRole(String roleId)
-