Uses of Class
org.openiam.idm.srvc.role.dto.Role
-
-
Uses of Role in org.openiam.base.response
Methods in org.openiam.base.response that return Role Modifier and Type Method Description Role
ActivitiHistoricDetail. getRole()
Methods in org.openiam.base.response with parameters of type Role Modifier and Type Method Description void
ActivitiHistoricDetail. 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 Role
RoleRabbitMQService. 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 Response
RoleRabbitMQService. delete(Role role)
RoleResponse
RoleRabbitMQService. 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 Role
RoleDocumentToEntityConverter. convertToDTO(RoleDoc doc)
protected Role
RoleDocumentToEntityConverter. 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 Role
RoleDozerConverter. convertDTO(Role entity, boolean isDeep)
Role
RoleDozerConverter. convertToDTO(RoleEntity entity, boolean isDeep)
Role
RoleDozerConverter. 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 Role
RoleDozerConverter. convertDTO(Role entity, boolean isDeep)
RoleEntity
RoleDozerConverter. 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 Role
RoleDataService. getRoleDTO(String roleId, EntitlementsCollection[] dependants)
Gets RoleDTO object for given role id.Role
RoleDataService. 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 Role
RoleDataService. saveRole(Role role)
Saves Role object.boolean
RoleDataService. 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 Role
RoleDataServiceImpl. getRoleDTO(String id, EntitlementsCollection[] dependants)
Role
RoleDataServiceImpl. 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 void
RoleDataServiceImpl. fillDTOWithResourcesXref(Role dto, Set<String> resourceIds)
Role
RoleDataServiceImpl. saveRole(Role role)
boolean
RoleDataServiceImpl. validateEdit(Role role)
Method parameters in org.openiam.esb.core.service.impl with type arguments of type Role Modifier and Type Method Description void
AccessRightProcessor. process(RoleSearchBean searchBean, List<Role> dtoList)
Access rights processor for DTO object with specific Entitlement collectionvoid
AccessRightProcessor. 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 void
RoleTemplateProvider. 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 Role
AbstractRoleMembershipGenerator. 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 Role
RoleSet.RoleObj. role
Methods in org.openiam.idm.srvc.role.dto that return Role Modifier and Type Method Description Role
RoleSet.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 int
Role. compareTo(Role o)
void
RoleSet.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 RoleSet
RoleSetAdapter. 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 void
User. addRole(Role role)
Deprecated.void
User. addRole(Role role, Set<String> rights, Date startDate, Date endDate)
void
User. addRole(Role role, Set<String> rights, Date startDate, Date endDate, String description)
void
User. addRoleWithRights(Role role, Set<AccessRight> rights, Date startDate, Date endDate)
void
User. 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 Role
RoleMatchObjectRule. 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 Role
ExtensibleRole. role
Methods in org.openiam.provision.type that return Role Modifier and Type Method Description Role
ExtensibleRole. getRole()
Methods in org.openiam.provision.type with parameters of type Role Modifier and Type Method Description void
ExtensibleRole. 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 Role
RoleDataWebService. getRole(String roleId)
Returns a paged List of Role objects that are linked to a Group.Role
RoleDataWebServiceImpl. getRole(String roleId)
Role
RoleDataWebService. suggestById(String id)
Find a resource in Elasticsearch.Role
RoleDataWebServiceImpl. suggestById(String id)
Methods in org.openiam.srvc.am with parameters of type Role Modifier and Type Method Description Response
RoleDataWebService. saveRole(Role role)
This method creates a new role or update existed one.Response
RoleDataWebServiceImpl. saveRole(Role role)
Response
RoleDataWebService. validateEdit(Role role)
Response
RoleDataWebServiceImpl. 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. rolesById
protected HashMap<String,Role>
AbstractTransformScript. rolesByName
Methods in org.openiam.sync.service.impl.service that return Role Modifier and Type Method Description protected Role
AbstractTransformScript. getRoleById(String id)
protected Role
AbstractTransformScript. getRoleByName(String name, String managedSysId)
Methods in org.openiam.sync.service.impl.service with parameters of type Role Modifier and Type Method Description protected void
AbstractRoleTransformScript. addChildRole(Role role, String childRoleId)
add relation between roles.protected void
AbstractRoleTransformScript. addParentRole(Role role, String childRoleId)
add relation between roles.protected void
AbstractRoleTransformScript. addRoleAttribute(Role role, String name, String value)
Add or update RoleAttribute by name.protected void
AbstractRoleTransformScript. 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 boolean
RoleSyncObjectProcessorImpl. addOrphan(Role object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)
void
RoleSyncObjectProcessorImpl. delete(Role object)
String
RoleSyncObjectProcessorImpl. getIdentity(Role object, LineObject rowObj, SynchConfig config)
void
RoleSyncObjectProcessorImpl. initiateWorkflow(Role object, LineObject lineObject, SynchronizationObjectProcessingAPI api)
void
RoleSyncObjectProcessorImpl. provision(Role object, LineObject lineObject)
Response
RoleSyncObjectProcessorImpl. saveToDB(Role object, LineObject lineObject)
void
RoleSyncObjectProcessorImpl. 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 Role
AbstractActivitiJob. getRole(String roleId)
-