Uses of Class
org.openiam.idm.srvc.role.dto.RoleAttribute
-
Packages that use RoleAttribute Package Description org.openiam.esb.core.dozer.converter org.openiam.esb.core.service org.openiam.esb.core.service.impl org.openiam.idm.srvc.role.dto org.openiam.srvc.am -
-
Uses of RoleAttribute in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return RoleAttribute Modifier and Type Method Description RoleAttribute
RoleAttributeDozerConverter. convertDTO(RoleAttribute entity, boolean isDeep)
RoleAttribute
RoleAttributeDozerConverter. convertToDTO(RoleAttributeEntity entity, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type RoleAttribute Modifier and Type Method Description List<RoleAttribute>
RoleAttributeDozerConverter. convertToDTOList(List<RoleAttributeEntity> list, boolean isDeep)
Set<RoleAttribute>
RoleAttributeDozerConverter. convertToDTOSet(Set<RoleAttributeEntity> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type RoleAttribute Modifier and Type Method Description RoleAttribute
RoleAttributeDozerConverter. convertDTO(RoleAttribute entity, boolean isDeep)
RoleAttributeEntity
RoleAttributeDozerConverter. convertToEntity(RoleAttribute entity, boolean isDeep)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type RoleAttribute Modifier and Type Method Description List<RoleAttributeEntity>
RoleAttributeDozerConverter. convertToEntityList(List<RoleAttribute> list, boolean isDeep)
Set<RoleAttributeEntity>
RoleAttributeDozerConverter. convertToEntitySet(Set<RoleAttribute> set, boolean isDeep)
-
Uses of RoleAttribute in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service that return types with arguments of type RoleAttribute Modifier and Type Method Description List<RoleAttribute>
RoleDataService. getRoleAttributes(String roleId)
Returns list of RoleAttribute objects associated with role with given role id. -
Uses of RoleAttribute in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return types with arguments of type RoleAttribute Modifier and Type Method Description List<RoleAttribute>
RoleDataServiceImpl. getRoleAttributes(String roleId)
-
Uses of RoleAttribute in org.openiam.idm.srvc.role.dto
Fields in org.openiam.idm.srvc.role.dto declared as RoleAttribute Modifier and Type Field Description protected RoleAttribute
RoleAttributeSet.RoleAttributeObj. roleAttribute
Methods in org.openiam.idm.srvc.role.dto that return RoleAttribute Modifier and Type Method Description RoleAttribute
Role. getAttributeByName(String attributeName)
Returns the attribute object that is specified by the NAME parameter.RoleAttribute
RoleAttributeSet.RoleAttributeObj. getRoleAttribute()
Gets the value of the roleAttribute property.Methods in org.openiam.idm.srvc.role.dto that return types with arguments of type RoleAttribute Modifier and Type Method Description Set<RoleAttribute>
RoleAttributeSetAdapter. unmarshal(RoleAttributeSet v)
Methods in org.openiam.idm.srvc.role.dto with parameters of type RoleAttribute Modifier and Type Method Description void
Role. addAttribute(RoleAttribute roleAttribute)
Add new attribute and initialize roleAttributes if needed.void
RoleAttributeSet.RoleAttributeObj. setRoleAttribute(RoleAttribute value)
Sets the value of the roleAttribute property.Method parameters in org.openiam.idm.srvc.role.dto with type arguments of type RoleAttribute Modifier and Type Method Description RoleAttributeSet
RoleAttributeSetAdapter. marshal(Set<RoleAttribute> b)
-
Uses of RoleAttribute in org.openiam.srvc.am
Methods in org.openiam.srvc.am that return types with arguments of type RoleAttribute Modifier and Type Method Description List<RoleAttribute>
RoleDataWebService. getRoleAttributes(String roleId)
List<RoleAttribute>
RoleDataWebServiceImpl. getRoleAttributes(String roleId)
-