Uses of Class
org.openiam.idm.srvc.user.domain.UserEntity
-
-
Uses of UserEntity in org.openiam.am.srvc.domain
Methods in org.openiam.am.srvc.domain that return UserEntity Modifier and Type Method Description UserEntity
OAuthCodeEntity. getUser()
Methods in org.openiam.am.srvc.domain with parameters of type UserEntity Modifier and Type Method Description void
OAuthCodeEntity. setUser(UserEntity user)
-
Uses of UserEntity in org.openiam.am.srvc.dto.jdbc
Constructors in org.openiam.am.srvc.dto.jdbc with parameters of type UserEntity Constructor Description AuthorizationUser(UserEntity entity)
-
Uses of UserEntity in org.openiam.core.domain
Methods in org.openiam.core.domain that return UserEntity Modifier and Type Method Description UserEntity
UserKey. getUser()
Methods in org.openiam.core.domain with parameters of type UserEntity Modifier and Type Method Description void
UserKey. setUser(UserEntity user)
-
Uses of UserEntity in org.openiam.elasticsearch.converter
Methods in org.openiam.elasticsearch.converter that return UserEntity Modifier and Type Method Description UserEntity
IncompleteUserDocToEntityConverter. convertToEntity(IncompleteSelfRegistrationUserDoc doc)
UserEntity
UserDocToEntityConverter. convertToEntity(UserDoc doc)
protected UserEntity
IncompleteUserDocToEntityConverter. newEntity()
protected UserEntity
UserDocToEntityConverter. newEntity()
Methods in org.openiam.elasticsearch.converter that return types with arguments of type UserEntity Modifier and Type Method Description Class<UserEntity>
IncompleteUserDocToEntityConverter. getEntityClass()
Class<UserEntity>
UserDocToEntityConverter. getEntityClass()
Methods in org.openiam.elasticsearch.converter with parameters of type UserEntity Modifier and Type Method Description IncompleteSelfRegistrationUserDoc
IncompleteUserDocToEntityConverter. convertToDocument(UserEntity entity)
UserDoc
UserDocToEntityConverter. convertToDocument(UserEntity entity)
-
Uses of UserEntity in org.openiam.esb.core.auth.module
Methods in org.openiam.esb.core.auth.module that return UserEntity Modifier and Type Method Description protected UserEntity
AbstractLoginModule. createUserForJustInTimeAuthentication(AuthenticationContext context)
protected UserEntity
AbstractLoginModule. getUser(AuthenticationContext context, LoginEntity login)
protected UserEntity
AbstractSocialLoginModule. getUser(AuthenticationContext context, LoginEntity login)
Methods in org.openiam.esb.core.auth.module with parameters of type UserEntity Modifier and Type Method Description protected void
AbstractLoginModule. checkOn1stLoginRule(Policy passwordPolicy, UserEntity user, String principal)
Check does password policy is configured to force password changing on the 1st login and check that this login is really 1st based on status PENDING_INITIAL_LOGINprotected void
AbstractLoginModule. checkSecondaryStatus(UserEntity user, LoginEntity loginEntity, Policy authnPolicy)
protected boolean
AbstractLoginModule. pendingInitialStartDateCheck(UserEntity user, Date curDate)
Checks to see if the current date is after the start date for the user.protected void
AbstractLoginModule. validateUserLogin(UserEntity user, LoginEntity login)
-
Uses of UserEntity in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return UserEntity Modifier and Type Method Description UserEntity
UserDozerConverter. convertEntity(UserEntity userEntity, boolean isDeep)
UserEntity
UserDozerConverter. convertToEntity(User dto, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type UserEntity Modifier and Type Method Description List<UserEntity>
UserDozerConverter. convertToEntityList(List<User> list, boolean isDeep)
Set<UserEntity>
UserDozerConverter. convertToEntitySet(Set<User> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type UserEntity Modifier and Type Method Description UserEntity
UserDozerConverter. convertEntity(UserEntity userEntity, boolean isDeep)
User
UserDozerConverter. convertToDTO(UserEntity userEntity, boolean isDeep)
User
UserDozerConverter. convertToDTO(UserEntity userEntity, UserCollection... mappings)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type UserEntity Modifier and Type Method Description List<User>
UserDozerConverter. convertToDTOList(List<UserEntity> list, boolean isDeep)
List<User>
UserDozerConverter. convertToDTOList(List<UserEntity> list, UserCollection... mappings)
Set<User>
UserDozerConverter. convertToDTOSet(Set<UserEntity> set, boolean isDeep)
-
Uses of UserEntity in org.openiam.esb.core.pswd.rule
Fields in org.openiam.esb.core.pswd.rule declared as UserEntity Modifier and Type Field Description protected UserEntity
AbstractPasswordRule. user
Fields in org.openiam.esb.core.pswd.rule with type parameters of type UserEntity Modifier and Type Field Description protected List<UserEntity>
AbstractPasswordRule. userEntities
-
Uses of UserEntity in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service with parameters of type UserEntity Modifier and Type Method Description Set<UserKey>
KeyManagementService. generateUserKeys(UserEntity user)
-
Uses of UserEntity in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl with parameters of type UserEntity Modifier and Type Method Description protected abstract void
AbstractOwnerAdminBeansServiceImpl. addUserXrefToEntity(ENTITY e, UserEntity user, List<AccessRightEntity> rightEntities)
protected void
GroupDataServiceImpl. addUserXrefToEntity(GroupEntity e, UserEntity user, List<AccessRightEntity> rightEntities)
protected void
RoleDataServiceImpl. addUserXrefToEntity(RoleEntity e, UserEntity user, List<AccessRightEntity> rightEntities)
Set<UserKey>
KeyManagementServiceImpl. generateUserKeys(UserEntity user)
protected abstract USER_TO_ENTITY_XREF_TYPE
AbstractOwnerAdminBeansServiceImpl. newUserToEntityEntitlements(UserEntity user, ENTITY entity)
instantiate new Xref object betweenAbstractOwnerAdminBeansServiceImpl
andUserEntity
protected UserToGroupMembershipXrefEntity
GroupDataServiceImpl. newUserToEntityEntitlements(UserEntity user, GroupEntity entity)
protected UserToRoleMembershipXrefEntity
RoleDataServiceImpl. newUserToEntityEntitlements(UserEntity user, RoleEntity entity)
-
Uses of UserEntity in org.openiam.esb.core.template.provider
Methods in org.openiam.esb.core.template.provider that return UserEntity Modifier and Type Method Description UserEntity
UseTemplateProvider. getEntity(String objectId)
Methods in org.openiam.esb.core.template.provider with parameters of type UserEntity Modifier and Type Method Description AbstractAttributeEntity
UseTemplateProvider. getNewAttributeInstance(String name, UserEntity entity)
String
UseTemplateProvider. getObjectMetadataTypeId(UserEntity entity)
-
Uses of UserEntity in org.openiam.esb.core.user.service
Methods in org.openiam.esb.core.user.service that return UserEntity Modifier and Type Method Description UserEntity
UserDataService. getUser(String id)
Gets UserEntity object for given user id.UserEntity
UserDataService. getUserByPrincipal(String principal, String managedSysId)
Returns a UserEntity object that is associated with the principal.Methods in org.openiam.esb.core.user.service that return types with arguments of type UserEntity Modifier and Type Method Description List<UserEntity>
UserDataService. findBeans(UserSearchBean searchBean, int from, int size)
Returns list of UserEntity objects that match given search criteria.List<UserEntity>
UserDataService. getAllSuperiors(int from, int size)
Returns list of UserEntity objects for given range.List<UserEntity>
UserDataService. getUserByLastDate(Date lastDate)
Deprecated. -
Uses of UserEntity in org.openiam.esb.core.user.service.impl
Methods in org.openiam.esb.core.user.service.impl that return UserEntity Modifier and Type Method Description UserEntity
UserMgr. getUser(String id)
UserEntity
UserMgr. getUserByPrincipal(String principal, String managedSysId)
Methods in org.openiam.esb.core.user.service.impl that return types with arguments of type UserEntity Modifier and Type Method Description protected List<UserEntity>
UserMgr. findAllPotentialSupSubs(PotentialSupSubSearchBean searchBean)
List<UserEntity>
UserMgr. findBeans(UserSearchBean searchBean, int from, int size)
List<UserEntity>
UserMgr. getAllSuperiors(int from, int size)
List<UserEntity>
UserMgr. getUserByLastDate(Date lastDate)
Methods in org.openiam.esb.core.user.service.impl with parameters of type UserEntity Modifier and Type Method Description protected void
UserMgr. updateDefaultFlagForPhone(PhoneEntity targetEntity, boolean newDefaultValue, UserEntity parent)
-
Uses of UserEntity in org.openiam.esb.core.user.token
Methods in org.openiam.esb.core.user.token that return UserEntity Modifier and Type Method Description UserEntity
CreateUserToken. getUser()
Methods in org.openiam.esb.core.user.token with parameters of type UserEntity Modifier and Type Method Description void
CreateUserToken. setUser(UserEntity user)
-
Uses of UserEntity in org.openiam.esb.core.user.utils
Methods in org.openiam.esb.core.user.utils with parameters of type UserEntity Modifier and Type Method Description static UserAttributeEntity
AttributeUtil. buildUserAttribute(UserEntity user, MetadataElementEntity metadataElementEntity)
-
Uses of UserEntity in org.openiam.esb.repository
Methods in org.openiam.esb.repository that return UserEntity Modifier and Type Method Description UserEntity
UserRepository. findPrimarySupervisor(String employeeId)
Methods in org.openiam.esb.repository that return types with arguments of type UserEntity Modifier and Type Method Description List<UserEntity>
UserRepository. findByEmail(String email, org.springframework.data.domain.Pageable page)
List<UserEntity>
UserRepository. findByLastDateLessThan(Date lastDate)
org.springframework.data.domain.Page<UserEntity>
UserRepository. getAllSuperiors(org.springframework.data.domain.Pageable page)
org.springframework.data.domain.Page<UserEntity>
UserRepository. getFilteredSubordinates(String userId, List<String> filteredIds, org.springframework.data.domain.Pageable page)
org.springframework.data.domain.Page<UserEntity>
UserRepository. getSubordinates(String userId, org.springframework.data.domain.Pageable page)
org.springframework.data.domain.Page<UserEntity>
UserRepository. getSuperiors(String userId, org.springframework.data.domain.Pageable page)
List<UserEntity>
UserRepository. getUserBySecondaryStatus(UserStatusEnum secStatus, org.springframework.data.domain.Pageable page)
-
Uses of UserEntity in org.openiam.esb.repository.custom
Methods in org.openiam.esb.repository.custom that return types with arguments of type UserEntity Modifier and Type Method Description List<UserEntity>
UserRepositoryCustom. findByIds(Collection<String> ids, UserSearchBean sb)
List<UserEntity>
UserRepositoryCustom. findForSynchronizationRequest(SynchronizationRequestSearchBean sb)
org.springframework.data.domain.Page<UserEntity>
UserRepositoryCustom. findSubordinatesWithFilter(@NotNull String supervisorId, String firstName, String lastName, String employeeId, String email, String login, UserStatusEnum status, Date startDate, Date endDate, Set<String> types, org.springframework.data.domain.Pageable page)
List<UserEntity>
UserRepositoryCustom. getUserBetweenCreateDate(Date fromDate, Date toDate)
Deprecated.List<UserEntity>
UserRepositoryCustom. getUserBetweenLastDate(Date fromDate, Date toDate)
Deprecated.List<UserEntity>
UserRepositoryCustom. getUserBetweenStartDate(Date fromDate, Date toDate)
Deprecated. -
Uses of UserEntity in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl that return types with arguments of type UserEntity Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<UserEntity>
UserRepositoryImpl. buildSpecifications(UserSearchBean searchBean)
List<UserEntity>
UserRepositoryImpl. findByIds(Collection<String> ids, UserSearchBean sb)
List<UserEntity>
UserRepositoryImpl. findForSynchronizationRequest(SynchronizationRequestSearchBean sb)
org.springframework.data.domain.Page<UserEntity>
UserRepositoryImpl. findSubordinatesWithFilter(@NotNull String supervisorId, String firstName, String lastName, String employeeId, String email, String login, UserStatusEnum status, Date startDate, Date lastDate, Set<String> types, org.springframework.data.domain.Pageable page)
protected Class<UserEntity>
UserRepositoryImpl. getEntityClass()
protected AbstractKeyEntityRepository<UserEntity,String>
UserRepositoryImpl. getRepository()
List<UserEntity>
UserRepositoryImpl. getUserBetweenCreateDate(Date fromDate, Date toDate)
List<UserEntity>
UserRepositoryImpl. getUserBetweenLastDate(Date fromDate, Date toDate)
List<UserEntity>
UserRepositoryImpl. getUserBetweenStartDate(Date fromDate, Date toDate)
-
Uses of UserEntity in org.openiam.idm.srvc.grp.domain
Methods in org.openiam.idm.srvc.grp.domain with parameters of type UserEntity Modifier and Type Method Description void
GroupEntity. addUser(UserEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)
void
GroupEntity. addUser(UserEntity entity, AccessRightEntity right, Date startDate, Date endDate)
-
Uses of UserEntity in org.openiam.idm.srvc.org.domain
Methods in org.openiam.idm.srvc.org.domain that return UserEntity Modifier and Type Method Description UserEntity
OrganizationUserEntity. getUser()
Methods in org.openiam.idm.srvc.org.domain with parameters of type UserEntity Modifier and Type Method Description void
OrganizationEntity. addUser(UserEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)
void
OrganizationEntity. addUser(UserEntity entity, AccessRightEntity right, Date startDate, Date endDate)
void
OrganizationUserEntity. setUser(UserEntity user)
-
Uses of UserEntity in org.openiam.idm.srvc.res.domain
Methods in org.openiam.idm.srvc.res.domain with parameters of type UserEntity Modifier and Type Method Description void
ResourceEntity. addUser(UserEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)
void
ResourceEntity. addUser(UserEntity entity, Date startDate, Date endDate)
void
ResourceEntity. addUser(UserEntity entity, AccessRightEntity right, Date startDate, Date endDate)
void
ResourceEntity. removeUser(UserEntity entity)
-
Uses of UserEntity in org.openiam.idm.srvc.role.domain
Methods in org.openiam.idm.srvc.role.domain with parameters of type UserEntity Modifier and Type Method Description void
RoleEntity. addUser(UserEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)
void
RoleEntity. addUser(UserEntity entity, AccessRightEntity right, Date startDate, Date endDate)
-
Uses of UserEntity in org.openiam.idm.srvc.user.domain
Methods in org.openiam.idm.srvc.user.domain that return types with arguments of type UserEntity Modifier and Type Method Description Class<UserEntity>
UserToGroupMembershipXrefEntity. getMemberClass()
Class<UserEntity>
UserToOrganizationMembershipXrefEntity. getMemberClass()
Class<UserEntity>
UserToResourceMembershipXrefEntity. getMemberClass()
Class<UserEntity>
UserToRoleMembershipXrefEntity. getMemberClass()
Methods in org.openiam.idm.srvc.user.domain with parameters of type UserEntity Modifier and Type Method Description void
UserEntity. updateUser(UserEntity newUser)
-