Uses of Class
org.craftercms.studio.api.v2.dal.User
Packages that use User
Package
Description
-
Uses of User in org.craftercms.studio.api.v2.dal
Methods in org.craftercms.studio.api.v2.dal that return UserModifier and TypeMethodDescriptionUserDAO.getUserByGitName(String gitName) Get user by git nameUserDAO.getUserByIdOrUsername(Map params) Get user by id or usernameMethods in org.craftercms.studio.api.v2.dal that return types with arguments of type UserModifier and TypeMethodDescriptionUserDAO.getAllUsers(String keyword, int offset, int limit, String sort) Get all usersUserDAO.getAllUsersForSite(List<String> groupNames, String keyword, int offset, int limit, String sort) Get all users for given siteGroupDAO.getGroupMembers(long groupId, int offset, int limit, String sort) Get group membersSecurityDAO.getUsersPerGroup(Map params) -
Uses of User in org.craftercms.studio.api.v2.service.security
Methods in org.craftercms.studio.api.v2.service.security that return UserModifier and TypeMethodDescriptionUserService.getUserByIdOrUsername(long userId, String username) Methods in org.craftercms.studio.api.v2.service.security with parameters of type UserModifier and TypeMethodDescriptionUserService.createUser(User user) voidUserService.updateUser(User user) -
Uses of User in org.craftercms.studio.api.v2.service.security.internal
Methods in org.craftercms.studio.api.v2.service.security.internal that return UserModifier and TypeMethodDescriptionUserServiceInternal.createUser(User user) UserServiceInternal.getUserByGitName(String gitName) Get user by git name.UserServiceInternal.getUserByIdOrUsername(long userId, String username) Methods in org.craftercms.studio.api.v2.service.security.internal that return types with arguments of type UserModifier and TypeMethodDescriptionGroupServiceInternal.addGroupMembers(long groupId, List<Long> userIds, List<String> usernames) UserServiceInternal.enableUsers(List<Long> userIds, List<String> usernames, boolean enabled) UserServiceInternal.getAllUsers(String keyword, int offset, int limit, String sort) Get paginated list of all users filtered by keywordUserServiceInternal.getAllUsersForSite(long orgId, List<String> groupNames, String keyword, int offset, int limit, String sort) Get paginated list of all users for site filtered by keywordGroupServiceInternal.getGroupMembers(long groupId, int offset, int limit, String sort) UserServiceInternal.getUsersByIdOrUsername(List<Long> userIds, List<String> usernames) Methods in org.craftercms.studio.api.v2.service.security.internal with parameters of type UserModifier and TypeMethodDescriptionUserServiceInternal.createUser(User user) voidAccessTokenServiceInternal.deleteRefreshToken(User user) Deletes the refresh token for the given uservoidUserServiceInternal.updateUser(User user) -
Uses of User in org.craftercms.studio.api.v2.utils
Methods in org.craftercms.studio.api.v2.utils with parameters of type UserModifier and TypeMethodDescriptionorg.eclipse.jgit.lib.PersonIdentGitRepositoryHelper.getAuthorIdent(User user) Return the author identity as a jgit PersonIdent -
Uses of User in org.craftercms.studio.impl.v1.web.security.access
Methods in org.craftercms.studio.impl.v1.web.security.access with parameters of type UserModifier and TypeMethodDescriptionprotected booleanStudioAbstractAccessDecisionVoter.isSiteAdmin(String siteId, User currentUser) protected booleanStudioAbstractAccessDecisionVoter.isSiteMember(String siteId, User currentUser) -
Uses of User in org.craftercms.studio.impl.v2.security.userdetails
Fields in org.craftercms.studio.impl.v2.security.userdetails with type parameters of type UserMethods in org.craftercms.studio.impl.v2.security.userdetails that return UserConstructor parameters in org.craftercms.studio.impl.v2.security.userdetails with type arguments of type UserModifierConstructorDescriptionAbstractCachedUserDetailsService(UserDAO userDao, com.google.common.cache.Cache<String, User> cache) DbAuthenticationUserDetailsService(UserDAO userDao, com.google.common.cache.Cache<String, User> cache) -
Uses of User in org.craftercms.studio.impl.v2.service.security
Methods in org.craftercms.studio.impl.v2.service.security that return UserModifier and TypeMethodDescriptionUserServiceImpl.getUserByIdOrUsername(long userId, String username) Methods in org.craftercms.studio.impl.v2.service.security with parameters of type UserModifier and TypeMethodDescriptionUserServiceImpl.createUser(User user) voidUserServiceImpl.updateUser(User user) -
Uses of User in org.craftercms.studio.impl.v2.service.security.internal
Methods in org.craftercms.studio.impl.v2.service.security.internal that return UserModifier and TypeMethodDescriptionUserServiceInternalImpl.createUser(User user) UserServiceInternalImpl.getUserByGitName(String gitName) UserServiceInternalImpl.getUserByIdOrUsername(long userId, String username) Methods in org.craftercms.studio.impl.v2.service.security.internal that return types with arguments of type UserModifier and TypeMethodDescriptionGroupServiceInternalImpl.addGroupMembers(long groupId, List<Long> userIds, List<String> usernames) UserServiceInternalImpl.enableUsers(List<Long> userIds, List<String> usernames, boolean enabled) UserServiceInternalImpl.getAllUsers(String keyword, int offset, int limit, String sort) UserServiceInternalImpl.getAllUsersForSite(long orgId, List<String> groupNames, String keyword, int offset, int limit, String sort) GroupServiceInternalImpl.getGroupMembers(long groupId, int offset, int limit, String sort) UserServiceInternalImpl.getUsersByIdOrUsername(List<Long> userIds, List<String> usernames) Methods in org.craftercms.studio.impl.v2.service.security.internal with parameters of type UserModifier and TypeMethodDescriptionUserServiceInternalImpl.createUser(User user) voidAccessTokenServiceInternalImpl.deleteRefreshToken(User user) UserServiceInternalImpl.getUserProperties(User user, long siteId) voidUserServiceInternalImpl.updateUser(User user) Method parameters in org.craftercms.studio.impl.v2.service.security.internal with type arguments of type UserModifier and TypeMethodDescriptionprotected voidUserServiceInternalImpl.invalidateCache(Collection<User> users) Constructor parameters in org.craftercms.studio.impl.v2.service.security.internal with type arguments of type UserModifierConstructorDescriptionUserServiceInternalImpl(UserDAO userDao, GroupServiceInternal groupServiceInternal, StudioConfiguration studioConfiguration, SiteService siteService, SecurityService securityService, AccessTokenServiceInternal accessTokenService, RetryingDatabaseOperationFacade retryingDatabaseOperationFacade, com.google.common.cache.Cache<String, User> userCache, com.nulabinc.zxcvbn.Zxcvbn zxcvbn) -
Uses of User in org.craftercms.studio.model
Subclasses of User in org.craftercms.studio.modelConstructors in org.craftercms.studio.model with parameters of type User -
Uses of User in org.craftercms.studio.model.rest
Subclasses of User in org.craftercms.studio.model.restModifier and TypeClassDescriptionclassRepresents aUserwith only the necessary fields that are required to be sent in the responseConstructors in org.craftercms.studio.model.rest with parameters of type User