Uses of Class
com.foreach.across.modules.user.business.User
Packages that use User
Package
Description
-
Uses of User in com.foreach.across.modules.user.business
Methods in com.foreach.across.modules.user.business that return UserConstructor parameters in com.foreach.across.modules.user.business with type arguments of type User -
Uses of User in com.foreach.across.modules.user.repositories
Methods in com.foreach.across.modules.user.repositories with type parameters of type UserModifier and TypeMethodDescription<S extends User>
SUserRepository.save
(S user) <S extends User>
SUserRepository.saveAndFlush
(S user) Methods in com.foreach.across.modules.user.repositories that return types with arguments of type UserModifier and TypeMethodDescriptionUserRepository.findAllByGroups
(Group group) UserRepository.findByEmail
(String email) UserRepository.findByUsername
(String userName) Methods in com.foreach.across.modules.user.repositories with parameters of type UserMethod parameters in com.foreach.across.modules.user.repositories with type arguments of type User -
Uses of User in com.foreach.across.modules.user.security
Methods in com.foreach.across.modules.user.security that return UserModifier and TypeMethodDescriptionCurrentUserProxy.getUser()
Deprecated.CurrentUserProxyImpl.getUser()
Deprecated.protected User
AbstractUserInDirectoryAuthenticationProvider.retrieveUser
(String username) Retrieve the user instance from the user directory.Methods in com.foreach.across.modules.user.security with parameters of type UserModifier 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
Methods in com.foreach.across.modules.user.services with type parameters of type UserModifier 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) Methods in com.foreach.across.modules.user.services that return UserModifier and TypeMethodDescriptionMethods in com.foreach.across.modules.user.services that return types with arguments of type UserModifier 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) Methods in com.foreach.across.modules.user.services with parameters of type UserModifier and TypeMethodDescriptionvoid
UserService.deleteProperties
(User user) void
UserServiceImpl.deleteProperties
(User user) UserService.getProperties
(User user) UserServiceImpl.getProperties
(User user) void