Uses of Class
org.openiam.idm.srvc.role.domain.RoleAttributeEntity
-
-
Uses of RoleAttributeEntity in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return RoleAttributeEntity Modifier and Type Method Description RoleAttributeEntity
RoleAttributeDozerConverter. convertEntity(RoleAttributeEntity entity, boolean isDeep)
RoleAttributeEntity
RoleAttributeDozerConverter. convertToEntity(RoleAttribute entity, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type RoleAttributeEntity Modifier and Type Method Description List<RoleAttributeEntity>
RoleAttributeDozerConverter. convertToEntityList(List<RoleAttribute> list, boolean isDeep)
Set<RoleAttributeEntity>
RoleAttributeDozerConverter. convertToEntitySet(Set<RoleAttribute> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type RoleAttributeEntity Modifier and Type Method Description RoleAttributeEntity
RoleAttributeDozerConverter. convertEntity(RoleAttributeEntity entity, boolean isDeep)
RoleAttribute
RoleAttributeDozerConverter. convertToDTO(RoleAttributeEntity entity, boolean isDeep)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type RoleAttributeEntity Modifier and Type Method Description List<RoleAttribute>
RoleAttributeDozerConverter. convertToDTOList(List<RoleAttributeEntity> list, boolean isDeep)
Set<RoleAttribute>
RoleAttributeDozerConverter. convertToDTOSet(Set<RoleAttributeEntity> set, boolean isDeep)
-
Uses of RoleAttributeEntity in org.openiam.esb.core.mq
Methods in org.openiam.esb.core.mq that return RoleAttributeEntity Modifier and Type Method Description RoleAttributeEntity
RoleAttributeListener. buildRoleAttribute(RoleEntity role, UpdateAttributeByMetadataRequest request)
-
Uses of RoleAttributeEntity in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service with parameters of type RoleAttributeEntity Modifier and Type Method Description void
RoleDataService. addAttribute(RoleAttributeEntity attribute)
Saves RoleAttributeEntity.void
RoleDataService. updateAttribute(RoleAttributeEntity attribute)
Updates RoleAttributeEntity. -
Uses of RoleAttributeEntity in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl with parameters of type RoleAttributeEntity Modifier and Type Method Description void
RoleDataServiceImpl. addAttribute(RoleAttributeEntity attribute)
void
RoleDataServiceImpl. updateAttribute(RoleAttributeEntity attribute)
-
Uses of RoleAttributeEntity in org.openiam.esb.core.template.provider
Methods in org.openiam.esb.core.template.provider that return types with arguments of type RoleAttributeEntity Modifier and Type Method Description protected List<RoleAttributeEntity>
RoleTemplateProvider. getAttributes(String objectId)
protected List<RoleAttributeEntity>
RoleTemplateProvider. getAttributes(String objectId, Set<String> metadataTypes)
-
Uses of RoleAttributeEntity in org.openiam.esb.core.user.utils
Methods in org.openiam.esb.core.user.utils that return RoleAttributeEntity Modifier and Type Method Description static RoleAttributeEntity
AttributeUtil. buildRoleAttribute(RoleEntity role, MetadataElementEntity metadataElementEntity)
-
Uses of RoleAttributeEntity in org.openiam.esb.repository
Methods in org.openiam.esb.repository that return types with arguments of type RoleAttributeEntity Modifier and Type Method Description List<RoleAttributeEntity>
RoleAttributeRepository. findByRoleId(String id)
Get all RoleAttribute by RoleIdList<RoleAttributeEntity>
RoleAttributeRepository. findByRoleIdAndMetadataElementIds(String roleId, Collection<String> metadataElementIds)
-
Uses of RoleAttributeEntity in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl that return types with arguments of type RoleAttributeEntity Modifier and Type Method Description protected Class<RoleAttributeEntity>
RoleRepositoryImpl. getAttributeClass()
-
Uses of RoleAttributeEntity in org.openiam.idm.srvc.role.domain
Methods in org.openiam.idm.srvc.role.domain with parameters of type RoleAttributeEntity Modifier and Type Method Description void
RoleEntity. addAttribute(RoleAttributeEntity entity)
-