Uses of Class
org.tavall.couriers.api.web.user.UserAccountEntity
Packages that use UserAccountEntity
Package
Description
-
Uses of UserAccountEntity in org.tavall.couriers.api.web.service.user
Methods in org.tavall.couriers.api.web.service.user that return UserAccountEntityModifier and TypeMethodDescriptionUserAccountService.createUser(String username, Set<Role> roles) UserAccountService.deleteUser(UUID actorId, UUID targetUserId) UserAccountService.demoteFromDriver(UUID actorId, UUID targetUserId) UserAccountService.findByUsername(String username) UserAccountService.getOrCreateFromOAuthSubject(String subject, String username) UserAccountService.promoteToDriver(UUID actorId, UUID targetUserId) Methods in org.tavall.couriers.api.web.service.user that return types with arguments of type UserAccountEntity -
Uses of UserAccountEntity in org.tavall.couriers.api.web.user
Subinterfaces with type arguments of type UserAccountEntity in org.tavall.couriers.api.web.userMethods in org.tavall.couriers.api.web.user that return UserAccountEntityMethods in org.tavall.couriers.api.web.user that return types with arguments of type UserAccountEntityModifier and TypeMethodDescriptionUserAccountRepository.findByExternalSubject(String subject) UserAccountRepository.findByUsernameIgnoreCase(String username) -
Uses of UserAccountEntity in org.tavall.couriers.api.web.utils.permission
Methods in org.tavall.couriers.api.web.utils.permission with parameters of type UserAccountEntityModifier and TypeMethodDescriptionCollection<? extends org.springframework.security.core.GrantedAuthority> PermissionMapper.map(UserAccountEntity account)