Uses of Class
org.openiam.idm.srvc.user.dto.UserAttribute
-
-
Uses of UserAttribute in org.openiam.elasticsearch.converter
Methods in org.openiam.elasticsearch.converter that return UserAttribute Modifier and Type Method Description protected UserAttributeUserAttributeDocumentToEntityConverter. newDTO()Methods in org.openiam.elasticsearch.converter that return types with arguments of type UserAttribute Modifier and Type Method Description Class<UserAttribute>UserAttributeDocumentToEntityConverter. getDTOClass() -
Uses of UserAttribute in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return UserAttribute Modifier and Type Method Description UserAttributeUserAttributeDozerConverter. convertDTO(UserAttribute entity, boolean isDeep)UserAttributeUserAttributeDozerConverter. convertToDTO(UserAttributeEntity userEntity, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type UserAttribute Modifier and Type Method Description List<UserAttribute>UserAttributeDozerConverter. convertToDTOList(List<UserAttributeEntity> list, boolean isDeep)Map<String,UserAttribute>UserAttributeDozerConverter. convertToDTOMap(Map<String,UserAttributeEntity> map, boolean isDeep)Set<UserAttribute>UserAttributeDozerConverter. convertToDTOSet(Set<UserAttributeEntity> set, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter with parameters of type UserAttribute Modifier and Type Method Description UserAttributeUserAttributeDozerConverter. convertDTO(UserAttribute entity, boolean isDeep)UserAttributeEntityUserAttributeDozerConverter. convertToEntity(UserAttribute dto, boolean isDeep)Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type UserAttribute Modifier and Type Method Description List<UserAttributeEntity>UserAttributeDozerConverter. convertToEntityList(List<UserAttribute> list, boolean isDeep)Set<UserAttributeEntity>UserAttributeDozerConverter. convertToEntitySet(Set<UserAttribute> set, boolean isDeep) -
Uses of UserAttribute in org.openiam.esb.core.org.service
Method parameters in org.openiam.esb.core.org.service with type arguments of type UserAttribute Modifier and Type Method Description Set<String>OrganizationTypeService. findAllowedChildrenByDelegationFilter(Map<String,UserAttribute> userAttributeMap)Set<String>OrganizationTypeService. getAllowedParentsIds(String organizationTypeId, Map<String,UserAttribute> requesterAttributes) -
Uses of UserAttribute in org.openiam.esb.core.org.service.impl
Method parameters in org.openiam.esb.core.org.service.impl with type arguments of type UserAttribute Modifier and Type Method Description Set<String>OrganizationTypeServiceImpl. findAllowedChildrenByDelegationFilter(Map<String,UserAttribute> userAttributeMap)Set<String>OrganizationTypeServiceImpl. getAllowedParentsIds(String organizationTypeId, Map<String,UserAttribute> requesterAttributes) -
Uses of UserAttribute in org.openiam.esb.core.user.service
Methods in org.openiam.esb.core.user.service that return UserAttribute Modifier and Type Method Description UserAttributeUserAttributeService. getAttributeDto(String attrId)Gets UserAttribute object that matches given attribute id.Methods in org.openiam.esb.core.user.service that return types with arguments of type UserAttribute Modifier and Type Method Description Map<String,UserAttribute>UserAttributeService. getUserAttributesDto(String userId)Returns map with attribute name/user attribute object pairs, this map is map of attributes for user with given user id.List<UserAttribute>UserAttributeService. getUserAttributesDtoList(String userId)Returns list of UserAttribute objects for given user id. -
Uses of UserAttribute in org.openiam.esb.core.user.service.impl
Methods in org.openiam.esb.core.user.service.impl that return UserAttribute Modifier and Type Method Description UserAttributeUserAttributeServiceImpl. getAttributeDto(String attrId)Methods in org.openiam.esb.core.user.service.impl that return types with arguments of type UserAttribute Modifier and Type Method Description Map<String,UserAttribute>UserAttributeServiceImpl. getUserAttributesDto(String userId)List<UserAttribute>UserAttributeServiceImpl. getUserAttributesDtoList(String userId) -
Uses of UserAttribute in org.openiam.idm.processor.builder
Methods in org.openiam.idm.processor.builder that return types with arguments of type UserAttribute Modifier and Type Method Description Map<String,UserAttribute>UserProvisioningPrePostprocessorBuilder. getUserAttributes()Method parameters in org.openiam.idm.processor.builder with type arguments of type UserAttribute Modifier and Type Method Description voidUserProvisioningPrePostprocessorBuilder. setUserAttributes(Map<String,UserAttribute> userAttributes) -
Uses of UserAttribute in org.openiam.idm.provisioning.diff.model.user
Constructors in org.openiam.idm.provisioning.diff.model.user with parameters of type UserAttribute Constructor Description UserAttributeDiff(UserAttribute newObject, UserAttribute oldObject) -
Uses of UserAttribute in org.openiam.idm.provisioning.preprocessor
Methods in org.openiam.idm.provisioning.preprocessor that return types with arguments of type UserAttribute Modifier and Type Method Description protected Map<String,UserAttribute>AbstractUserProvisioningProcessor. getUserAttributes() -
Uses of UserAttribute in org.openiam.idm.srvc.user.dto
Fields in org.openiam.idm.srvc.user.dto declared as UserAttribute Modifier and Type Field Description protected UserAttributeUserAttributeMap.UserAttributeEntry. userAttributeMethods in org.openiam.idm.srvc.user.dto that return UserAttribute Modifier and Type Method Description UserAttributeUser. getAttribute(String name)Returns the attribute object that is specified by the NAME parameter.UserAttributeUserAttributeMap.UserAttributeEntry. getUserAttribute()Gets the value of the userAttribute property.Methods in org.openiam.idm.srvc.user.dto that return types with arguments of type UserAttribute Modifier and Type Method Description Map<String,UserAttribute>UserAttributeMapAdapter. unmarshal(UserAttributeMap v)Methods in org.openiam.idm.srvc.user.dto with parameters of type UserAttribute Modifier and Type Method Description voidUser. addUserAttribute(UserAttribute entity)voidUser. removeAttributes(UserAttribute attr)Removes the attribute object from the underlying collection.voidUser. saveAttribute(UserAttribute attr)Updates the underlying collection with the UserAttribute object that is being passed in.voidUserAttributeMap.UserAttributeEntry. setUserAttribute(UserAttribute value)Sets the value of the userAttribute property.Method parameters in org.openiam.idm.srvc.user.dto with type arguments of type UserAttribute Modifier and Type Method Description UserAttributeMapUserAttributeMapAdapter. marshal(Map<String,UserAttribute> v)protected UserUser. updateAttributes(Map<String,UserAttribute> attrMap) -
Uses of UserAttribute in org.openiam.idm.srvc.user.util
Method parameters in org.openiam.idm.srvc.user.util with type arguments of type UserAttribute Modifier and Type Method Description static List<String>DelegationFilterHelper. getDeptFilterFromString(Map<String,UserAttribute> attrMap)static List<String>DelegationFilterHelper. getDivisionFilterFromString(Map<String,UserAttribute> attrMap)static List<String>DelegationFilterHelper. getGroupFilterFromString(Map<String,UserAttribute> attrMap)static List<String>DelegationFilterHelper. getOrgIdFilterFromString(Map<String,UserAttribute> attrMap)static List<String>DelegationFilterHelper. getRoleFilterFromString(Map<String,UserAttribute> attrMap)static booleanDelegationFilterHelper. isDeptFilterSet(Map<String,UserAttribute> attrMap)static booleanDelegationFilterHelper. isDivisionFilterSet(Map<String,UserAttribute> attrMap)static booleanDelegationFilterHelper. isGroupFilterSet(Map<String,UserAttribute> attrMap)static booleanDelegationFilterHelper. isMngRptFilterSet(Map<String,UserAttribute> attrMap)static booleanDelegationFilterHelper. isOrgFilterSet(Map<String,UserAttribute> attrMap)static booleanDelegationFilterHelper. isRoleFilterSet(Map<String,UserAttribute> attrMap)static booleanDelegationFilterHelper. isUseOrgInhFilterSet(Map<String,UserAttribute> attrMap) -
Uses of UserAttribute in org.openiam.srvc.user
Methods in org.openiam.srvc.user that return UserAttribute Modifier and Type Method Description UserAttributeUserDataWebService. getAttribute(String id)Get a UserAttribute by the idUserAttributeUserDataWebServiceImpl. getAttribute(String attrId)Methods in org.openiam.srvc.user that return types with arguments of type UserAttribute Modifier and Type Method Description List<UserAttribute>UserDataWebService. getUserAttributes(String userId)Gets list ofUserAttributeassociated with this UserList<UserAttribute>UserDataWebServiceImpl. getUserAttributes(String userId)
-