Uses of Record Class
de.murmelmeister.murmelapi.user.login.UserLogin
Packages that use UserLogin
-
Uses of UserLogin in de.murmelmeister.murmelapi.user.login
Fields in de.murmelmeister.murmelapi.user.login with type parameters of type UserLoginModifier and TypeFieldDescriptionUserLoginCache.cacheByIdUserLoginCache.cacheByIpAddressUserLoginCache.cacheByUserIdUserLoginCache.listCacheMethods in de.murmelmeister.murmelapi.user.login that return UserLoginModifier and TypeMethodDescriptionUserLoginProvider.create(UserSession session) UserLoginProvider.create(UUID sessionId, int userId, LocalDateTime loginTime, String ipAddress, String clientBrand, int protocolVersion) UserLoginProviderImpl.create(UserSession session) UserLoginProviderImpl.create(UUID sessionId, int userId, LocalDateTime loginTime, String ipAddress, String clientBrand, int protocolVersion) UserLoginProvider.getLastLogin(int userId) UserLoginProviderImpl.getLastLogin(int userId) private UserLoginMethods in de.murmelmeister.murmelapi.user.login that return types with arguments of type UserLoginModifier and TypeMethodDescriptionUserLoginProvider.findAllLogins()UserLoginProviderImpl.findAllLogins()UserLoginProvider.findByIpAddress(String ipAddress) UserLoginProviderImpl.findByIpAddress(String ipAddress) UserLoginProvider.findByUserId(int userId) UserLoginProviderImpl.findByUserId(int userId) UserLoginCache.getByIpAddress(String ipAddress) UserLoginCache.getByUserId(int userId) UserLoginCache.getCachedLogins()UserLoginCache.loadAllFromDatabase()UserLoginCache.loadByIpAddress(String ipAddress) UserLoginCache.loadByUserId(int userId) Methods in de.murmelmeister.murmelapi.user.login with parameters of type UserLogin -
Uses of UserLogin in de.murmelmeister.murmelapi.utils
Methods in de.murmelmeister.murmelapi.utils that return types with arguments of type UserLogin