Uses of Class
dev.getelements.elements.sdk.model.user.User
Packages that use User
Package
Description
-
Uses of User in dev.getelements.elements.dao.mongo
Methods in dev.getelements.elements.dao.mongo that return UserModifier and TypeMethodDescriptionMongoUserDao.createOrUpdateUser
(User user) MongoUserDao.createUser
(User user) MongoUserDao.createUserStrict
(User user) MongoUserDao.createUserWithPassword
(User user, String password) MongoUserDao.createUserWithPasswordStrict
(User user, String password) MongoUserDao.updateUser
(User user) MongoUserDao.updateUser
(User user, String password) MongoUserDao.updateUser
(User user, String newPassword, String oldPassword) MongoUserDao.updateUserStrict
(User user) MongoUserDao.updateUserStrict
(User user, String password) Methods in dev.getelements.elements.dao.mongo that return types with arguments of type UserModifier and TypeMethodDescriptionMongoUserDao.findUserByNameOrEmail
(String userNameOrEmail) MongoUserDao.findUserWithLoginAndPassword
(String userNameOrEmail, String password) MongoUserDao.getUsers
(int offset, int count) MongoUserDao.getUsersByPrimaryPhoneNumbers
(int offset, int count, List<String> phones) Methods in dev.getelements.elements.dao.mongo with parameters of type UserModifier and TypeMethodDescriptionMongoUserDao.createOrUpdateUser
(User user) MongoUserDao.createUser
(User user) MongoUserDao.createUserStrict
(User user) MongoUserDao.createUserWithPassword
(User user, String password) MongoUserDao.createUserWithPasswordStrict
(User user, String password) void
MongoFriendDao.deleteFriendForUser
(User user, String friendId) void
MongoTokensWithExpirationDao.deleteTokensByUser
(User user) MongoUserDao.findMongoUser
(User user) MongoAppleIapReceiptDao.getAppleIapReceipts
(User user, int offset, int count) MongoFriendDao.getFriendForUser
(User user, String friendId) MongoFriendDao.getFriendsForUser
(User user, int offset, int count) MongoFriendDao.getFriendsForUser
(User user, int offset, int count, String search) MongoGooglePlayIapReceiptDao.getGooglePlayIapReceipts
(User user, int offset, int count) MongoUserDao.getMongoUser
(User user) MongoRewardIssuanceDao.getRewardIssuance
(User user, String context) MongoRewardIssuanceDao.getRewardIssuances
(User user, int offset, int count, List<RewardIssuance.State> states, List<String> tags) void
MongoUserUidDao.softDeleteUserUidsForUserId
(User user) MongoUserDao.updateUser
(User user) MongoUserDao.updateUser
(User user, String password) MongoUserDao.updateUser
(User user, String newPassword, String oldPassword) MongoUserDao.updateUserStrict
(User user) MongoUserDao.updateUserStrict
(User user, String password) void
-
Uses of User in dev.getelements.elements.dao.mongo.goods
Methods in dev.getelements.elements.dao.mongo.goods with parameters of type UserModifier and TypeMethodDescriptionMongoInventoryItemDao.adjustQuantityForItem
(User user, String itemNameOrId, int priority, int quantityDelta) MongoInventoryItemDao.getInventoryItemByItemNameOrId
(User user, String itemNameOrId, int priority) MongoInventoryItemDao.getInventoryItems
(int offset, int count, User user, String search) MongoInventoryItemDao.getUserPublicInventoryItems
(int offset, int count, User user) MongoInventoryItemDao.setQuantityForItem
(User user, String itemNameOrId, int priority, int quantity) -
Uses of User in dev.getelements.elements.dao.mongo.mapper
Methods in dev.getelements.elements.dao.mongo.mapper that return UserModifier and TypeMethodDescriptionMethods in dev.getelements.elements.dao.mongo.mapper with parameters of type UserModifier and TypeMethodDescriptionMongoDBMapper.toMongoUser
(User source) MongoDBMapperImpl.toMongoUser
(User source) -
Uses of User in dev.getelements.elements.dao.mongo.test
Methods in dev.getelements.elements.dao.mongo.test that return UserModifier and TypeMethodDescriptionUserTestFactory.buildTestUser()
UserTestFactory.buildTestUser
(Consumer<User> precreateConsumer) UserTestFactory.createTestUser()
UserTestFactory.createTestUser
(boolean addToDB) UserTestFactory.createTestUser
(Consumer<User> precreateConsumer) UserTestFactory.createTestUser
(Consumer<User> precreateConsumer, boolean addToDB) Methods in dev.getelements.elements.dao.mongo.test with parameters of type UserModifier and TypeMethodDescriptionProfileTestFactory.makeMockProfile
(User user, Application application) Method parameters in dev.getelements.elements.dao.mongo.test with type arguments of type UserModifier and TypeMethodDescriptionUserTestFactory.buildTestUser
(Consumer<User> precreateConsumer) UserTestFactory.createTestUser
(Consumer<User> precreateConsumer) UserTestFactory.createTestUser
(Consumer<User> precreateConsumer, boolean addToDB) -
Uses of User in dev.getelements.elements.git
Methods in dev.getelements.elements.git that return types with arguments of type UserModifier and TypeMethodDescriptionjakarta.inject.Provider
<User> HttpServletRepositoryResolver.getUserProvider()
Method parameters in dev.getelements.elements.git with type arguments of type UserModifier and TypeMethodDescriptionvoid
HttpServletRepositoryResolver.setUserProvider
(jakarta.inject.Provider<User> userProvider) -
Uses of User in dev.getelements.elements.rest.security
Methods in dev.getelements.elements.rest.security that return UserMethods in dev.getelements.elements.rest.security with parameters of type User -
Uses of User in dev.getelements.elements.rest.test
Methods in dev.getelements.elements.rest.test that return User -
Uses of User in dev.getelements.elements.rest.user
Methods in dev.getelements.elements.rest.user that return UserModifier and TypeMethodDescriptionUserResource.getCurrentUser()
UserResource.updateUser
(UserUpdateRequest userUpdateRequest, String userId) Methods in dev.getelements.elements.rest.user that return types with arguments of type UserModifier and TypeMethodDescription -
Uses of User in dev.getelements.elements.sdk.dao
Methods in dev.getelements.elements.sdk.dao that return UserModifier and TypeMethodDescriptionUserDao.createOrUpdateUser
(User user) Creates a user if one does not exist for the provided info or updates a user if one does exist.UserDao.createUser
(User user) Creates or activates a user, or if the user is currently inactive this will reinstate access.UserDao.createUserStrict
(User user) Creates a user with the given User object.UserDao.createUserWithPassword
(User user, String password) Creates a user and sets the user's password.UserDao.createUserWithPasswordStrict
(User user, String password) Creates a user with the given User object and password.Gets the user with the userId.default User
UserDao.getUserByNameOrEmail
(String userNameOrEmail) Gets the user with the user name or email address.UserDao.updateUser
(User user) Updates the given active user.UserDao.updateUser
(User user, String password) Updates the given active user.UserDao.updateUser
(User user, String newPassword, String oldPassword) Updates the given active user.UserDao.updateUserStrict
(User user) Updates the given user, regardless of active status and then returns the user instance as it was written to the database.UserDao.updateUserStrict
(User user, String password) Updates the given user, regardless of active status and then returns the user instance as it was written to the database.default User
UserDao.validateUserPassword
(String userNameOrEmail, String password) Validates the user's password and returns the current User instance.Methods in dev.getelements.elements.sdk.dao that return types with arguments of type UserModifier and TypeMethodDescriptionUserDao.findUserByNameOrEmail
(String userNameOrEmail) Finds a user either by email or name.UserDao.findUserWithLoginAndPassword
(String userNameOrEmail, String password) Finds aUser
given the login credentials and assword.UserDao.getUsers
(int offset, int count) Gets a listing of all users given the offset, and count.Gets a listing of all users given the offset, and count.UserDao.getUsersByPrimaryPhoneNumbers
(int offset, int count, List<String> phone) Gets a listing of all users given the offset, count and phone numberMethods in dev.getelements.elements.sdk.dao with parameters of type UserModifier and TypeMethodDescriptionInventoryItemDao.adjustQuantityForItem
(User user, String itemNameOrId, int priority, int quantityDelta) Convenience method which allows for invokingInventoryItemDao.adjustQuantityForItem(String, int)
without needing to create the item first.UserDao.createOrUpdateUser
(User user) Creates a user if one does not exist for the provided info or updates a user if one does exist.UserDao.createUser
(User user) Creates or activates a user, or if the user is currently inactive this will reinstate access.UserDao.createUserStrict
(User user) Creates a user with the given User object.UserDao.createUserWithPassword
(User user, String password) Creates a user and sets the user's password.UserDao.createUserWithPasswordStrict
(User user, String password) Creates a user with the given User object and password.void
FriendDao.deleteFriendForUser
(User user, String friendId) void
TokensWithExpirationDao.deleteTokensByUser
(User user) Deletes all existing tokens associated with given userAppleIapReceiptDao.getAppleIapReceipts
(User user, int offset, int count) Gets receipts for a given user specifying the offset and the count.FriendDao.getFriendForUser
(User user, String friendId) FriendDao.getFriendsForUser
(User user, int offset, int count) FriendDao.getFriendsForUser
(User user, int offset, int count, String search) GooglePlayIapReceiptDao.getGooglePlayIapReceipts
(User user, int offset, int count) Gets receipts for a given user specifying the offset and the count.InventoryItemDao.getInventoryItemByItemNameOrId
(User user, String itemNameOrId, int priority) Gets the primary (single) inventory item for with the item name or id, or throws aNotFoundException
if the item or inventory item can't be found.InventoryItemDao.getInventoryItems
(int offset, int count, User user, String search) Gets inventory items specifying the offset and the count, specifying a search filter.RewardIssuanceDao.getRewardIssuance
(User user, String context) Fetches the reward issuance for the given user and context.default Pagination
<RewardIssuance> RewardIssuanceDao.getRewardIssuances
(User user, int offset, int count) Gets all reward issuances for a given user.RewardIssuanceDao.getRewardIssuances
(User user, int offset, int count, List<RewardIssuance.State> states, List<String> tags) Gets all reward issuances for the given user, optionally specifying the allowableRewardIssuance.State
s and/or .InventoryItemDao.getUserPublicInventoryItems
(int offset, int count, User user) Gets inventory items for specified user, which are flagged publicVisibleInventoryItemDao.setQuantityForItem
(User user, String itemNameOrId, int priority, int quantity) Adjusts the quantity of the supplied item and user.void
UserUidDao.softDeleteUserUidsForUserId
(User user) This will scrub all scheme ids for all UserUids referencing the user with the given id.UserDao.updateUser
(User user) Updates the given active user.UserDao.updateUser
(User user, String password) Updates the given active user.UserDao.updateUser
(User user, String newPassword, String oldPassword) Updates the given active user.UserDao.updateUserStrict
(User user) Updates the given user, regardless of active status and then returns the user instance as it was written to the database.UserDao.updateUserStrict
(User user, String password) Updates the given user, regardless of active status and then returns the user instance as it was written to the database. -
Uses of User in dev.getelements.elements.sdk.model.appleiapreceipt
Methods in dev.getelements.elements.sdk.model.appleiapreceipt that return UserMethods in dev.getelements.elements.sdk.model.appleiapreceipt with parameters of type User -
Uses of User in dev.getelements.elements.sdk.model.blockchain.wallet
Methods in dev.getelements.elements.sdk.model.blockchain.wallet that return UserMethods in dev.getelements.elements.sdk.model.blockchain.wallet with parameters of type User -
Uses of User in dev.getelements.elements.sdk.model.friend
Methods in dev.getelements.elements.sdk.model.friend that return UserMethods in dev.getelements.elements.sdk.model.friend with parameters of type User -
Uses of User in dev.getelements.elements.sdk.model.googleplayiapreceipt
Methods in dev.getelements.elements.sdk.model.googleplayiapreceipt that return UserMethods in dev.getelements.elements.sdk.model.googleplayiapreceipt with parameters of type User -
Uses of User in dev.getelements.elements.sdk.model.inventory
Methods in dev.getelements.elements.sdk.model.inventory that return UserMethods in dev.getelements.elements.sdk.model.inventory with parameters of type User -
Uses of User in dev.getelements.elements.sdk.model.largeobject
Methods in dev.getelements.elements.sdk.model.largeobject that return types with arguments of type UserMethod parameters in dev.getelements.elements.sdk.model.largeobject with type arguments of type User -
Uses of User in dev.getelements.elements.sdk.model.profile
Methods in dev.getelements.elements.sdk.model.profile that return UserModifier and TypeMethodDescriptionCreateProfileRequest.getUser()
Profile.getUser()
UpdateProfileRequest.getUser()
Methods in dev.getelements.elements.sdk.model.profile with parameters of type User -
Uses of User in dev.getelements.elements.sdk.model.reward
Methods in dev.getelements.elements.sdk.model.reward that return UserMethods in dev.getelements.elements.sdk.model.reward with parameters of type User -
Uses of User in dev.getelements.elements.sdk.model.savedata
Methods in dev.getelements.elements.sdk.model.savedata that return UserMethods in dev.getelements.elements.sdk.model.savedata with parameters of type User -
Uses of User in dev.getelements.elements.sdk.model.session
Methods in dev.getelements.elements.sdk.model.session that return UserMethods in dev.getelements.elements.sdk.model.session with parameters of type User -
Uses of User in dev.getelements.elements.sdk.model.token
Methods in dev.getelements.elements.sdk.model.token that return UserMethods in dev.getelements.elements.sdk.model.token with parameters of type UserConstructors in dev.getelements.elements.sdk.model.token with parameters of type User -
Uses of User in dev.getelements.elements.sdk.model.user
Methods in dev.getelements.elements.sdk.model.user that return UserModifier and TypeMethodDescriptionstatic User
User.getUnprivileged()
Gets a special User object which is set to unprivileged. -
Uses of User in dev.getelements.elements.sdk.service.appleiap
Methods in dev.getelements.elements.sdk.service.appleiap with parameters of type UserModifier and TypeMethodDescriptionAppleIapReceiptService.getAppleIapReceipts
(User user, int offset, int count) Gets receipts for a given user specifying the offset and the count. -
Uses of User in dev.getelements.elements.sdk.service.googleplayiap
Methods in dev.getelements.elements.sdk.service.googleplayiap with parameters of type UserModifier and TypeMethodDescriptionGooglePlayIapReceiptService.getGooglePlayIapReceipts
(User user, int offset, int count) Gets receipts for a given user specifying the offset and the count. -
Uses of User in dev.getelements.elements.sdk.service.name
Methods in dev.getelements.elements.sdk.service.name that return UserModifier and TypeMethodDescriptiondefault User
NameService.assignNameAndEmailIfNecessary
(User user) Assigns a generated name and email to the supplied user, if either field is null.Methods in dev.getelements.elements.sdk.service.name with parameters of type UserModifier and TypeMethodDescriptiondefault User
NameService.assignNameAndEmailIfNecessary
(User user) Assigns a generated name and email to the supplied user, if either field is null. -
Uses of User in dev.getelements.elements.sdk.service.user
Methods in dev.getelements.elements.sdk.service.user that return UserModifier and TypeMethodDescriptionUserService.getCurrentUser()
Gets the currently logged in user.Gets a user with unique user ID.UserService.updateUser
(String userId, UserUpdateRequest userUpdateRequest) Updates a user, preserving the user's password.Methods in dev.getelements.elements.sdk.service.user that return types with arguments of type UserModifier and TypeMethodDescriptionUserService.getUsers
(int offset, int count) Gets a list of users the current user can see.Gets a list of users the current user can see. -
Uses of User in dev.getelements.elements.sdk.test.element.rs
Methods in dev.getelements.elements.sdk.test.element.rs that return UserMethods in dev.getelements.elements.sdk.test.element.rs with parameters of type User -
Uses of User in dev.getelements.elements.security
Constructors in dev.getelements.elements.security with parameters of type User -
Uses of User in dev.getelements.elements.service.appleiap
Methods in dev.getelements.elements.service.appleiap that return UserModifier and TypeMethodDescriptionAppleIapReceiptServiceProvider.getUser()
UserAppleIapReceiptService.getUser()
Methods in dev.getelements.elements.service.appleiap with parameters of type UserModifier and TypeMethodDescriptionUserAppleIapReceiptService.getAppleIapReceipts
(User user, int offset, int count) void
void
-
Uses of User in dev.getelements.elements.service.application
Methods in dev.getelements.elements.service.application that return UserModifier and TypeMethodDescriptionApplicationConfigurationServiceProvider.getUser()
ApplicationServiceProvider.getUser()
FacebookApplicationConfigurationServiceProvider.getUser()
FirebaseApplicationConfigurationServiceProvider.getUser()
GooglePlayApplicationConfigurationServiceProvider.getUser()
IosApplicationConfigurationServiceProvider.getUser()
MatchmakingConfigurationServiceProvider.getUser()
Methods in dev.getelements.elements.service.application with parameters of type UserModifier and TypeMethodDescriptionvoid
void
void
void
void
void
void
-
Uses of User in dev.getelements.elements.service.auth
Methods in dev.getelements.elements.service.auth that return UserModifier and TypeMethodDescriptionAuthSchemeServiceProvider.getUser()
MockSessionServiceProvider.getUser()
OAuth2AuthSchemeServiceProvider.getUser()
OAuth2AuthServiceProvider.getUser()
OidcAuthSchemeServiceProvider.getUser()
OidcAuthServiceProvider.getUser()
UsernamePasswordAuthServiceProvider.getUser()
Methods in dev.getelements.elements.service.auth with parameters of type UserModifier and TypeMethodDescriptionvoid
void
void
void
void
void
void
Method parameters in dev.getelements.elements.service.auth with type arguments of type UserModifier and TypeMethodDescriptionOAuth2AuthServiceOperations.createOrUpdateUserWithToken
(OAuth2SessionRequest oAuth2SessionRequest, BiFunction<String, String, User> userMapper) OidcAuthServiceOperations.createOrUpdateUserWithToken
(OidcSessionRequest oidcSessionRequest, Function<com.auth0.jwt.interfaces.DecodedJWT, User> userMapper) -
Uses of User in dev.getelements.elements.service.blockchain.crypto.evm
Methods in dev.getelements.elements.service.blockchain.crypto.evm that return UserMethods in dev.getelements.elements.service.blockchain.crypto.evm with parameters of type User -
Uses of User in dev.getelements.elements.service.blockchain.crypto.flow
Methods in dev.getelements.elements.service.blockchain.crypto.flow that return UserMethods in dev.getelements.elements.service.blockchain.crypto.flow with parameters of type User -
Uses of User in dev.getelements.elements.service.blockchain.crypto.near
Methods in dev.getelements.elements.service.blockchain.crypto.near that return UserMethods in dev.getelements.elements.service.blockchain.crypto.near with parameters of type User -
Uses of User in dev.getelements.elements.service.blockchain.omni
Methods in dev.getelements.elements.service.blockchain.omni that return UserModifier and TypeMethodDescriptionSmartContractServiceProvider.getUser()
UserVaultService.getUser()
UserWalletService.getUser()
VaultServiceProvider.getUser()
WalletServiceProvider.getUser()
Methods in dev.getelements.elements.service.blockchain.omni with parameters of type User -
Uses of User in dev.getelements.elements.service.follower
Methods in dev.getelements.elements.service.follower that return UserModifier and TypeMethodDescriptionFollowerServiceProvider.getUser()
UserFollowerService.getUser()
Methods in dev.getelements.elements.service.follower with parameters of type User -
Uses of User in dev.getelements.elements.service.friend
Methods in dev.getelements.elements.service.friend that return UserMethods in dev.getelements.elements.service.friend with parameters of type User -
Uses of User in dev.getelements.elements.service.googleplayiap
Methods in dev.getelements.elements.service.googleplayiap that return UserModifier and TypeMethodDescriptionGooglePlayIapReceiptServiceProvider.getUser()
UserGooglePlayIapReceiptService.getUser()
Methods in dev.getelements.elements.service.googleplayiap with parameters of type UserModifier and TypeMethodDescriptionUserGooglePlayIapReceiptService.getGooglePlayIapReceipts
(User user, int offset, int count) void
void
-
Uses of User in dev.getelements.elements.service.index
Methods in dev.getelements.elements.service.index that return UserMethods in dev.getelements.elements.service.index with parameters of type User -
Uses of User in dev.getelements.elements.service.inventory
Methods in dev.getelements.elements.service.inventory that return UserModifier and TypeMethodDescriptionAdvancedInventoryItemServiceProvider.getUser()
DistinctInventoryItemServiceProvider.getUser()
SimpleInventoryItemServiceProvider.getUser()
SuperUserAdvancedInventoryItemService.getUser()
SuperUserDistinctInventoryItemService.getUser()
SuperUserSimpleInventoryItemService.getUser()
UserAdvancedInventoryItemService.getUser()
UserDistinctInventoryItemService.getUser()
UserSimpleInventoryItemService.getUser()
Methods in dev.getelements.elements.service.inventory with parameters of type UserModifier and TypeMethodDescriptionvoid
void
void
void
void
void
void
void
void
-
Uses of User in dev.getelements.elements.service.invite
Methods in dev.getelements.elements.service.invite that return UserMethods in dev.getelements.elements.service.invite with parameters of type User -
Uses of User in dev.getelements.elements.service.largeobject
Methods in dev.getelements.elements.service.largeobject that return UserModifier and TypeMethodDescriptionAccessPermissionsUtils.getUesr()
LargeObjectServiceProvider.getUser()
Methods in dev.getelements.elements.service.largeobject with parameters of type User -
Uses of User in dev.getelements.elements.service.leaderboard
Methods in dev.getelements.elements.service.leaderboard that return UserModifier and TypeMethodDescriptionLeaderboardServiceProvider.getUser()
RankServiceProvider.getUser()
ScoreServiceProvider.getUser()
UserRankService.getUser()
Methods in dev.getelements.elements.service.leaderboard with parameters of type User -
Uses of User in dev.getelements.elements.service.match
Methods in dev.getelements.elements.service.match that return UserMethods in dev.getelements.elements.service.match with parameters of type User -
Uses of User in dev.getelements.elements.service.mission
Fields in dev.getelements.elements.service.mission declared as UserMethods in dev.getelements.elements.service.mission that return UserModifier and TypeMethodDescriptionAnonMissionService.getUser()
MissionServiceProvider.getUser()
ScheduleEventServiceProvider.getUser()
ScheduleProgressServiceProvider.getUser()
ScheduleServiceProvider.getUser()
Methods in dev.getelements.elements.service.mission with parameters of type User -
Uses of User in dev.getelements.elements.service.notification
Methods in dev.getelements.elements.service.notification that return UserMethods in dev.getelements.elements.service.notification with parameters of type User -
Uses of User in dev.getelements.elements.service.profile
Methods in dev.getelements.elements.service.profile that return UserModifier and TypeMethodDescriptionProfileOverrideServiceProvider.getUser()
ProfileServiceProvider.getUser()
UserProfileOverrideService.getUser()
UserProfileService.getUser()
Methods in dev.getelements.elements.service.profile with parameters of type User -
Uses of User in dev.getelements.elements.service.progress
Methods in dev.getelements.elements.service.progress that return UserMethods in dev.getelements.elements.service.progress with parameters of type User -
Uses of User in dev.getelements.elements.service.rewardissuance
Methods in dev.getelements.elements.service.rewardissuance that return UserModifier and TypeMethodDescriptionRewardIssuanceServiceProvider.getUser()
UserRewardIssuanceService.getUser()
Methods in dev.getelements.elements.service.rewardissuance with parameters of type User -
Uses of User in dev.getelements.elements.service.savedata
Methods in dev.getelements.elements.service.savedata that return UserModifier and TypeMethodDescriptionSaveDataDocumentServiceProvider.getUser()
UserSaveDataDocumentService.getUser()
Methods in dev.getelements.elements.service.savedata with parameters of type User -
Uses of User in dev.getelements.elements.service.schema
Methods in dev.getelements.elements.service.schema that return UserMethods in dev.getelements.elements.service.schema with parameters of type User -
Uses of User in dev.getelements.elements.service.security
Methods in dev.getelements.elements.service.security that return User -
Uses of User in dev.getelements.elements.service.user
Methods in dev.getelements.elements.service.user that return UserModifier and TypeMethodDescriptionAbstractUserService.getCurrentUser()
AnonUserService.updateUser
(String userId, UserUpdateRequest userUpdateRequest) SuperuserUserService.updateUser
(String userId, UserUpdateRequest userUpdateRequest) UserUserService.updateUser
(String userId, UserUpdateRequest userUpdateRequest) Methods in dev.getelements.elements.service.user that return types with arguments of type UserModifier and TypeMethodDescriptionAnonUserService.getUsers
(int offset, int count) SuperuserUserService.getUsers
(int offset, int count) UserUserService.getUsers
(int offset, int count) Methods in dev.getelements.elements.service.user with parameters of type User -
Uses of User in dev.getelements.elements.service.util
Fields in dev.getelements.elements.service.util declared as UserMethods in dev.getelements.elements.service.util that return UserMethods in dev.getelements.elements.service.util with parameters of type UserModifier and TypeMethodDescriptionvoid
ServicesMapper.toUserCreateResponse
(User user) ServicesMapperImpl.toUserCreateResponse
(User user) Constructors in dev.getelements.elements.service.util with parameters of type User -
Uses of User in dev.getelements.elements.servlet.security
Methods in dev.getelements.elements.servlet.security that return User -
Uses of User in dev.getelements.elements.setup.commands
Methods in dev.getelements.elements.setup.commands that return UserModifier and TypeMethodDescriptionAbstractUserSetupCommand.getUser()
protected User
AbstractUserSetupCommand.readOptions
(joptsimple.OptionSet optionSet) Reads theOptionSet
and generates aUser
instance from the options supplied to this command.protected User
UpdateUser.readOptions
(joptsimple.OptionSet optionSet)