Uses of Class
com.foreach.across.modules.user.business.User
Package
Description
-
Uses of User in com.foreach.across.modules.user.business
-
Uses of User in com.foreach.across.modules.user.repositories
Modifier and TypeMethodDescription<S extends User>
SUserRepository.save
(S user) <S extends User>
SUserRepository.saveAndFlush
(S user) Modifier and TypeMethodDescriptionUserRepository.findAllByGroups
(Group group) UserRepository.findByEmail
(String email) UserRepository.findByUsername
(String userName) -
Uses of User in com.foreach.across.modules.user.security
Modifier and TypeMethodDescriptionCurrentUserProxy.getUser()
Deprecated.CurrentUserProxyImpl.getUser()
Deprecated.protected User
AbstractUserInDirectoryAuthenticationProvider.retrieveUser
(String username) Retrieve the user instance from the user directory.Modifier and TypeMethodDescriptionprotected abstract org.springframework.security.core.userdetails.UserDetails
AbstractUserInDirectoryAuthenticationProvider.buildUserDetails
(User user, org.springframework.security.authentication.UsernamePasswordAuthenticationToken authentication) Allows subclasses to build theUserDetails
for a givenUser
.protected org.springframework.security.core.userdetails.UserDetails
InternalUserDirectoryAuthenticationProvider.buildUserDetails
(User user, org.springframework.security.authentication.UsernamePasswordAuthenticationToken authentication) -
Uses of User in com.foreach.across.modules.user.services
Modifier and TypeMethodDescription<S extends User,
R>
RUserServiceImpl.findBy
(com.querydsl.core.types.Predicate predicate, Function<org.springframework.data.repository.query.FluentQuery.FetchableFluentQuery<S>, R> queryFunction) Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionUserService.findAll
(com.querydsl.core.types.OrderSpecifier<?>... orders) UserService.findAll
(com.querydsl.core.types.Predicate predicate) UserService.findAll
(com.querydsl.core.types.Predicate predicate, com.querydsl.core.types.OrderSpecifier<?>... orderSpecifiers) org.springframework.data.domain.Page<User>
UserService.findAll
(com.querydsl.core.types.Predicate predicate, org.springframework.data.domain.Pageable pageable) UserService.findAll
(com.querydsl.core.types.Predicate predicate, org.springframework.data.domain.Sort sort) UserServiceImpl.findAll
(com.querydsl.core.types.OrderSpecifier<?>... orders) UserServiceImpl.findAll
(com.querydsl.core.types.Predicate predicate) UserServiceImpl.findAll
(com.querydsl.core.types.Predicate predicate, com.querydsl.core.types.OrderSpecifier<?>... orderSpecifiers) org.springframework.data.domain.Page<User>
UserServiceImpl.findAll
(com.querydsl.core.types.Predicate predicate, org.springframework.data.domain.Pageable pageable) UserServiceImpl.findAll
(com.querydsl.core.types.Predicate predicate, org.springframework.data.domain.Sort sort) UserService.findOne
(com.querydsl.core.types.Predicate predicate) UserServiceImpl.findOne
(com.querydsl.core.types.Predicate predicate) UserService.getUserByEmail
(String email) UserService.getUserByEmail
(String email, UserDirectory userDirectory) UserServiceImpl.getUserByEmail
(String email) UserServiceImpl.getUserByEmail
(String email, UserDirectory userDirectory) UserService.getUserById
(long id) UserServiceImpl.getUserById
(long id) UserService.getUserByUsername
(String username) UserService.getUserByUsername
(String username, UserDirectory userDirectory) UserServiceImpl.getUserByUsername
(String username) UserServiceImpl.getUserByUsername
(String username, UserDirectory userDirectory) UserService.getUsers()
UserServiceImpl.getUsers()
UserService.getUsersWithPropertyValue
(String propertyName, Object propertyValue) UserServiceImpl.getUsersWithPropertyValue
(String propertyName, Object propertyValue) Modifier and TypeMethodDescriptionvoid
UserService.deleteProperties
(User user) void
UserServiceImpl.deleteProperties
(User user) UserService.getProperties
(User user) UserServiceImpl.getProperties
(User user) void