Uses of Class
org.tavall.couriers.api.web.user.UserAccount
Packages that use UserAccount
-
Uses of UserAccount in org.tavall.couriers.api.web.user
Methods in org.tavall.couriers.api.web.user that return UserAccount -
Uses of UserAccount in org.tavall.couriers.api.web.user.cache
Subclasses with type arguments of type UserAccount in org.tavall.couriers.api.web.user.cacheMethods in org.tavall.couriers.api.web.user.cache that return UserAccountModifier and TypeMethodDescriptionUserAccountCache.findByExternalSubject(String subject) UserAccountCache.findByUsername(String username) Methods in org.tavall.couriers.api.web.user.cache that return types with arguments of type UserAccountMethods in org.tavall.couriers.api.web.user.cache with parameters of type UserAccountModifier and TypeMethodDescriptionvoidUserAccountCache.registerUser(UserAccount account) voidUserAccountCache.removeUser(UserAccount account) Method parameters in org.tavall.couriers.api.web.user.cache with type arguments of type UserAccount