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 UserEntityOAuthCodeEntity. getUser()Methods in org.openiam.am.srvc.domain with parameters of type UserEntity Modifier and Type Method Description voidOAuthCodeEntity. 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 UserEntityUserKey. getUser()Methods in org.openiam.core.domain with parameters of type UserEntity Modifier and Type Method Description voidUserKey. 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 UserEntityIncompleteUserDocToEntityConverter. convertToEntity(IncompleteSelfRegistrationUserDoc doc)UserEntityUserDocToEntityConverter. convertToEntity(UserDoc doc)protected UserEntityIncompleteUserDocToEntityConverter. newEntity()protected UserEntityUserDocToEntityConverter. 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 IncompleteSelfRegistrationUserDocIncompleteUserDocToEntityConverter. convertToDocument(UserEntity entity)UserDocUserDocToEntityConverter. 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 UserEntityAbstractLoginModule. createUserForJustInTimeAuthentication(AuthenticationContext context)protected UserEntityAbstractLoginModule. getUser(AuthenticationContext context, LoginEntity login)protected UserEntityAbstractSocialLoginModule. getUser(AuthenticationContext context, LoginEntity login)Methods in org.openiam.esb.core.auth.module with parameters of type UserEntity Modifier and Type Method Description protected voidAbstractLoginModule. 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 voidAbstractLoginModule. checkSecondaryStatus(UserEntity user, LoginEntity loginEntity, Policy authnPolicy)protected booleanAbstractLoginModule. pendingInitialStartDateCheck(UserEntity user, Date curDate)Checks to see if the current date is after the start date for the user.protected voidAbstractLoginModule. 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 UserEntityUserDozerConverter. convertEntity(UserEntity userEntity, boolean isDeep)UserEntityUserDozerConverter. 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 UserEntityUserDozerConverter. convertEntity(UserEntity userEntity, boolean isDeep)UserUserDozerConverter. convertToDTO(UserEntity userEntity, boolean isDeep)UserUserDozerConverter. 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 UserEntityAbstractPasswordRule. userFields 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 voidAbstractOwnerAdminBeansServiceImpl. addUserXrefToEntity(ENTITY e, UserEntity user, List<AccessRightEntity> rightEntities)protected voidGroupDataServiceImpl. addUserXrefToEntity(GroupEntity e, UserEntity user, List<AccessRightEntity> rightEntities)protected voidRoleDataServiceImpl. addUserXrefToEntity(RoleEntity e, UserEntity user, List<AccessRightEntity> rightEntities)Set<UserKey>KeyManagementServiceImpl. generateUserKeys(UserEntity user)protected abstract USER_TO_ENTITY_XREF_TYPEAbstractOwnerAdminBeansServiceImpl. newUserToEntityEntitlements(UserEntity user, ENTITY entity)instantiate new Xref object betweenAbstractOwnerAdminBeansServiceImplandUserEntityprotected UserToGroupMembershipXrefEntityGroupDataServiceImpl. newUserToEntityEntitlements(UserEntity user, GroupEntity entity)protected UserToRoleMembershipXrefEntityRoleDataServiceImpl. 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 UserEntityUseTemplateProvider. getEntity(String objectId)Methods in org.openiam.esb.core.template.provider with parameters of type UserEntity Modifier and Type Method Description AbstractAttributeEntityUseTemplateProvider. getNewAttributeInstance(String name, UserEntity entity)StringUseTemplateProvider. 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 UserEntityUserDataService. getUser(String id)Gets UserEntity object for given user id.UserEntityUserDataService. 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 UserEntityUserMgr. getUser(String id)UserEntityUserMgr. 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 voidUserMgr. 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 UserEntityCreateUserToken. getUser()Methods in org.openiam.esb.core.user.token with parameters of type UserEntity Modifier and Type Method Description voidCreateUserToken. 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 UserAttributeEntityAttributeUtil. 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 UserEntityUserRepository. 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 voidGroupEntity. addUser(UserEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)voidGroupEntity. 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 UserEntityOrganizationUserEntity. getUser()Methods in org.openiam.idm.srvc.org.domain with parameters of type UserEntity Modifier and Type Method Description voidOrganizationEntity. addUser(UserEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)voidOrganizationEntity. addUser(UserEntity entity, AccessRightEntity right, Date startDate, Date endDate)voidOrganizationUserEntity. 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 voidResourceEntity. addUser(UserEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)voidResourceEntity. addUser(UserEntity entity, Date startDate, Date endDate)voidResourceEntity. addUser(UserEntity entity, AccessRightEntity right, Date startDate, Date endDate)voidResourceEntity. 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 voidRoleEntity. addUser(UserEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)voidRoleEntity. 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 voidUserEntity. updateUser(UserEntity newUser)
-