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 UserAttribute
UserAttributeDocumentToEntityConverter. 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 UserAttribute
UserAttributeDozerConverter. convertDTO(UserAttribute entity, boolean isDeep)
UserAttribute
UserAttributeDozerConverter. 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 UserAttribute
UserAttributeDozerConverter. convertDTO(UserAttribute entity, boolean isDeep)
UserAttributeEntity
UserAttributeDozerConverter. 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 UserAttribute
UserAttributeService. 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 UserAttribute
UserAttributeServiceImpl. 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 void
UserProvisioningPrePostprocessorBuilder. 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 UserAttribute
UserAttributeMap.UserAttributeEntry. userAttribute
Methods in org.openiam.idm.srvc.user.dto that return UserAttribute Modifier and Type Method Description UserAttribute
User. getAttribute(String name)
Returns the attribute object that is specified by the NAME parameter.UserAttribute
UserAttributeMap.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 void
User. addUserAttribute(UserAttribute entity)
void
User. removeAttributes(UserAttribute attr)
Removes the attribute object from the underlying collection.void
User. saveAttribute(UserAttribute attr)
Updates the underlying collection with the UserAttribute object that is being passed in.void
UserAttributeMap.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 UserAttributeMap
UserAttributeMapAdapter. marshal(Map<String,UserAttribute> v)
protected User
User. 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 boolean
DelegationFilterHelper. isDeptFilterSet(Map<String,UserAttribute> attrMap)
static boolean
DelegationFilterHelper. isDivisionFilterSet(Map<String,UserAttribute> attrMap)
static boolean
DelegationFilterHelper. isGroupFilterSet(Map<String,UserAttribute> attrMap)
static boolean
DelegationFilterHelper. isMngRptFilterSet(Map<String,UserAttribute> attrMap)
static boolean
DelegationFilterHelper. isOrgFilterSet(Map<String,UserAttribute> attrMap)
static boolean
DelegationFilterHelper. isRoleFilterSet(Map<String,UserAttribute> attrMap)
static boolean
DelegationFilterHelper. 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 UserAttribute
UserDataWebService. getAttribute(String id)
Get a UserAttribute by the idUserAttribute
UserDataWebServiceImpl. 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 ofUserAttribute
associated with this UserList<UserAttribute>
UserDataWebServiceImpl. getUserAttributes(String userId)
-