Uses of Class
ru.cg.webbpm.modules.security.api.model.User
Packages that use User
Package
Description
-
Uses of User in ru.cg.webbpm.modules.security.api.impl.cache.keygen
Methods in ru.cg.webbpm.modules.security.api.impl.cache.keygen that return types with arguments of type UserModifier and TypeMethodDescriptionUserKeysGenerator.byAuthorities
(Collection<String> authorityIds) UserKeysGenerator.byAuthority
(String authorityId) UserKeysGenerator.byGroups
(Collection<String> groupIds) UserKeysGenerator.byRoles
(Collection<String> roleIds) Method parameters in ru.cg.webbpm.modules.security.api.impl.cache.keygen with type arguments of type UserModifier and TypeMethodDescriptionUserKeysGenerator.toIds
(Collection<User> users) UserKeysGenerator.toUsernames
(Collection<User> users) -
Uses of User in ru.cg.webbpm.modules.security.api.impl.dao.jooq
Methods in ru.cg.webbpm.modules.security.api.impl.dao.jooq that return UserModifier and TypeMethodDescriptionprotected User
Populates user instance by OrgUnit instance.Gets user by user account id.UserDao.getUserByEmail
(String email) Gets user by email.UserDao.getUserByUsername
(String username, boolean loginCaseSensitive) Gets user by username.UserDao.getUserWithAccessLevelId
(String accessLevelId) Gets any user with access level id.UserDao.getUserWithMaxAccessLevel()
Gets any existing(not locked) user with max access level (maybe super admin)Methods in ru.cg.webbpm.modules.security.api.impl.dao.jooq that return types with arguments of type UserModifier and TypeMethodDescriptionprotected org.jooq.RecordMapper<org.jooq.Record,
User> UserDao.createEnrichedRecordMapper()
Creates user account record mapper.protected org.jooq.RecordMapper<org.jooq.Record,
User> UserDao.createRecordMapper()
Creates user account record mapper.UserDao.getLdapUsers()
UserDao.getUserAccountsByRoleNameAndOrgUnitCode
(String roleName, String orgUnitCode) Gets users with role name in org unit.UserDao.getUsers
(Collection<String> userIds) Gets users by collection of user account ids.UserDao.getUsers
(LoadOptions options) Gets users according to load options.UserDao.getUsersWithAuthorityIn
(Collection<String> authorityIds) UserDao.getUsersWithGroupIn
(Collection<String> groupIds) UserDao.getUsersWithRoleIn
(Collection<String> roleIds) Methods in ru.cg.webbpm.modules.security.api.impl.dao.jooq with parameters of type UserModifier and TypeMethodDescriptionvoid
UserDao.createUser
(User user) Inserts user into database.protected User
Populates user instance by OrgUnit instance.void
UserDao.updateUser
(User user) Updates user in database. -
Uses of User in ru.cg.webbpm.modules.security.api.impl.service
Methods in ru.cg.webbpm.modules.security.api.impl.service that return UserModifier and TypeMethodDescriptionGets user by user account id.UserServiceImpl.getByEmail
(String email) Gets user by email.UserServiceImpl.getByUsername
(String username) Gets user by username.UserServiceImpl.getSuperAdmin()
Gets user with maximal access level.EsiaUserServiceImpl.getUserByPersonId
(Long personId) Gets user by person id.UserServiceImpl.getUserWithMaxAccessLevel()
Gets any existing(not locked) user with max access level (maybe super admin)Methods in ru.cg.webbpm.modules.security.api.impl.service that return types with arguments of type UserModifier and TypeMethodDescriptionUserServiceImpl.get
(Collection<String> userIds) Gets user by user account ids.UserServiceImpl.get
(LoadOptions options) Gets users according to load options.UserServiceImpl.getLdapUsers()
UserServiceImpl.getUsersWithAuthorityIn
(Collection<String> authorityIds) UserServiceImpl.getUsersWithGroupIn
(Collection<String> groupIds) UserServiceImpl.getUsersWithRoleIn
(Collection<String> roleIds) UserServiceImpl.getUsersWithRoleInOrg
(String roleName, String orgUnitCode) Gets users with role name in org unit.Methods in ru.cg.webbpm.modules.security.api.impl.service with parameters of type User -
Uses of User in ru.cg.webbpm.modules.security.api.ldap
Methods in ru.cg.webbpm.modules.security.api.ldap with parameters of type UserModifier and TypeMethodDescriptionboolean
LdapAuthService.authenticate
(User user, String password) -
Uses of User in ru.cg.webbpm.modules.security.api.model
Methods in ru.cg.webbpm.modules.security.api.model that return UserModifier and TypeMethodDescriptionUser.emailConfirmed
(boolean enabled) User.locked
(boolean locked) User.middleName
(String middleName) User.source
(UserSourceType source) User.sourceName
(String sourceName) -
Uses of User in ru.cg.webbpm.modules.security.api.service
Methods in ru.cg.webbpm.modules.security.api.service that return UserModifier and TypeMethodDescriptionUserService.getByEmail
(String email) UserService.getByUsername
(String username) UserService.getSuperAdmin()
EsiaUserService.getUserByPersonId
(Long personId) UserService.getUserWithMaxAccessLevel()
Methods in ru.cg.webbpm.modules.security.api.service that return types with arguments of type UserModifier and TypeMethodDescriptionUserService.get
(Collection<String> userIds) UserService.get
(LoadOptions options) UserService.getLdapUsers()
UserService.getUsersWithAuthorityIn
(Collection<String> authorityIds) UserService.getUsersWithGroupIn
(Collection<String> groupIds) UserService.getUsersWithRoleIn
(Collection<String> roleIds) UserService.getUsersWithRoleInOrg
(String roleName, String orgUnitCode) Methods in ru.cg.webbpm.modules.security.api.service with parameters of type User -
Uses of User in ru.cg.webbpm.modules.security.db.synchronization.api
Methods in ru.cg.webbpm.modules.security.db.synchronization.api with parameters of type UserModifier and TypeMethodDescriptionvoid
UserSyncPostProcessor.processCreation
(UserToSync userToSync, User savedUser) void
UserSyncPostProcessor.processDeletion
(User user) void
UserSyncPostProcessor.processUpdate
(UserToSync userToSync, User savedUser) -
Uses of User in ru.cg.webbpm.modules.security.db.synchronization.api.user
Methods in ru.cg.webbpm.modules.security.db.synchronization.api.user that return UserModifier and TypeMethodDescriptionprotected User
SingleUserSyncServiceImpl.createNewUser
(UserToSync user) SingleUserSyncService.synchronizeUser
(T userFromSource, User userFromDbOptional) SingleUserSyncServiceImpl.synchronizeUser
(T userFromSource, User userFromDb) protected User
SingleUserSyncServiceImpl.updateUserFromSource
(UserToSync user, User userFromDb) Methods in ru.cg.webbpm.modules.security.db.synchronization.api.user that return types with arguments of type UserModifier and TypeMethodDescriptionprotected Collection<User>
BaseUsersSynchronizationServiceImpl.getUsersFromDb()
Methods in ru.cg.webbpm.modules.security.db.synchronization.api.user with parameters of type UserModifier and TypeMethodDescriptionprotected void
SingleUserSyncServiceImpl.afterUserCreate
(UserToSync userToSync, User savedUser) protected void
SingleUserSyncServiceImpl.afterUserDelete
(User user) protected void
SingleUserSyncServiceImpl.afterUserUpdate
(UserToSync userToSync, User savedUser) SingleUserSyncService.synchronizeUser
(T userFromSource, User userFromDbOptional) SingleUserSyncServiceImpl.synchronizeUser
(T userFromSource, User userFromDb) protected User
SingleUserSyncServiceImpl.updateUserFromSource
(UserToSync user, User userFromDb) Method parameters in ru.cg.webbpm.modules.security.db.synchronization.api.user with type arguments of type UserModifier and TypeMethodDescriptionvoid
SingleUserSyncService.deleteUsers
(Collection<User> users) void
SingleUserSyncServiceImpl.deleteUsers
(Collection<User> users) -
Uses of User in ru.cg.webbpm.modules.security.db.synchronization.ldap.service
Methods in ru.cg.webbpm.modules.security.db.synchronization.ldap.service with parameters of type UserModifier and TypeMethodDescriptionprotected void
LdapSingleUserSyncService.afterUserCreate
(UserToSync userToSync, User savedUser) protected void
LdapSingleUserSyncService.afterUserDelete
(User user) protected void
LdapSingleUserSyncService.afterUserUpdate
(UserToSync userToSync, User savedUser) -
Uses of User in ru.cg.webbpm.modules.security.db.synchronization.ldap.service.impl
Methods in ru.cg.webbpm.modules.security.db.synchronization.ldap.service.impl with parameters of type UserModifier and TypeMethodDescriptionboolean
LdapServiceImpl.authenticate
(User user, String password) -
Uses of User in ru.cg.webbpm.modules.security.db.synchronization.webguard
Methods in ru.cg.webbpm.modules.security.db.synchronization.webguard with parameters of type UserModifier and TypeMethodDescriptionvoid
WebGuardUserSyncPostProcessor.processCreation
(UserToSync userToSync, User savedUser) void
WebGuardUserSyncPostProcessor.processDeletion
(User user) void
WebGuardUserSyncPostProcessor.processUpdate
(UserToSync userToSync, User savedUser) -
Uses of User in ru.cg.webbpm.user_management.custom
Methods in ru.cg.webbpm.user_management.custom that return UserMethods in ru.cg.webbpm.user_management.custom with parameters of type UserModifier and TypeMethodDescriptionprotected void
UserFormService.saveCustomFields
(User user, List<FieldData> fieldData) protected void
UserFormService.saveSimpleCredentials
(User user, List<FieldData> fieldData) -
Uses of User in security.listener
Methods in security.listener that return UserModifier and TypeMethodDescriptionOnConfirmationRequestEvent.getUser()
OnResetPasswordRequestEvent.getUser()
Methods in security.listener with parameters of type UserModifier and TypeMethodDescriptionvoid
void
Constructors in security.listener with parameters of type UserModifierConstructorDescriptionOnConfirmationRequestEvent
(User user, String link, String appUrl) OnResetPasswordRequestEvent
(User user, String appUrl) -
Uses of User in security.service
Methods in security.service that return User