Uses of Class
ru.cg.webbpm.modules.security.db.synchronization.api.user.UserToSync
Packages that use UserToSync
Package
Description
-
Uses of UserToSync in ru.cg.webbpm.modules.security.db.synchronization.api
Methods in ru.cg.webbpm.modules.security.db.synchronization.api with parameters of type UserToSyncModifier and TypeMethodDescriptionvoid
UserSyncPostProcessor.processCreation
(UserToSync userToSync, User savedUser) void
UserSyncPostProcessor.processUpdate
(UserToSync userToSync, User savedUser) -
Uses of UserToSync in ru.cg.webbpm.modules.security.db.synchronization.api.user
Classes in ru.cg.webbpm.modules.security.db.synchronization.api.user with type parameters of type UserToSyncModifier and TypeClassDescriptionclass
BaseUsersSynchronizationServiceImpl<T extends UserToSync>
class
SingleUserSyncServiceImpl<T extends UserToSync>
interface
UserSource<T extends UserToSync>
Methods in ru.cg.webbpm.modules.security.db.synchronization.api.user that return UserToSyncModifier and TypeMethodDescriptionUserToSync.locked
(boolean locked) UserToSync.middleName
(String middleName) UserToSync.orgUnitCode
(String orgUnitCode) UserToSync.sourceName
(String sourceName) Methods in ru.cg.webbpm.modules.security.db.synchronization.api.user with parameters of type UserToSyncModifier and TypeMethodDescriptionprotected void
SingleUserSyncServiceImpl.afterUserCreate
(UserToSync userToSync, User savedUser) protected void
SingleUserSyncServiceImpl.afterUserUpdate
(UserToSync userToSync, User savedUser) protected User
SingleUserSyncServiceImpl.createNewUser
(UserToSync user) protected OrgUnit
SingleUserSyncServiceImpl.getOrgUnit
(UserToSync user) protected User
SingleUserSyncServiceImpl.updateUserFromSource
(UserToSync user, User userFromDb) -
Uses of UserToSync 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 UserToSyncModifier and TypeMethodDescriptionprotected void
LdapSingleUserSyncService.afterUserCreate
(UserToSync userToSync, User savedUser) protected void
LdapSingleUserSyncService.afterUserUpdate
(UserToSync userToSync, User savedUser) -
Uses of UserToSync in ru.cg.webbpm.modules.security.db.synchronization.ldap.service.impl
Methods in ru.cg.webbpm.modules.security.db.synchronization.ldap.service.impl that return types with arguments of type UserToSync -
Uses of UserToSync in ru.cg.webbpm.modules.security.db.synchronization.webguard
Methods in ru.cg.webbpm.modules.security.db.synchronization.webguard with parameters of type UserToSyncModifier and TypeMethodDescriptionvoid
WebGuardUserSyncPostProcessor.processCreation
(UserToSync userToSync, User savedUser) void
WebGuardUserSyncPostProcessor.processUpdate
(UserToSync userToSync, User savedUser)