Uses of Interface
ru.cg.webbpm.modules.security.api.service.UserService
Packages that use UserService
Package
Description
-
Uses of UserService in ru.cg.webbpm.modules.security.api.impl.cache.keygen
Constructors in ru.cg.webbpm.modules.security.api.impl.cache.keygen with parameters of type UserService -
Uses of UserService in ru.cg.webbpm.modules.security.api.impl.service
Classes in ru.cg.webbpm.modules.security.api.impl.service that implement UserServiceConstructors in ru.cg.webbpm.modules.security.api.impl.service with parameters of type UserServiceModifierConstructorDescriptionLoginCredentialsServiceImpl
(UserService userService) Login credential service constructor - creates new login credential service.RuntimeUserServiceImpl
(UserService userService, UserGroupDao userGroupDao, UserRoleDao userRoleDao, UserAuthorityDao userAuthorityDao) Runtime user service constructor - creates new runtime user service. -
Uses of UserService in ru.cg.webbpm.modules.security.db.synchronization.api.user
Fields in ru.cg.webbpm.modules.security.db.synchronization.api.user declared as UserServiceModifier and TypeFieldDescriptionprotected final UserService
BaseUsersSynchronizationServiceImpl.userService
protected final UserService
SingleUserSyncServiceImpl.userService
Constructors in ru.cg.webbpm.modules.security.db.synchronization.api.user with parameters of type UserServiceModifierConstructorDescriptionBaseUsersSynchronizationServiceImpl
(UserSource<T> userSourceToSync, UserService userService, SingleUserSyncService<T> synchronizationService) SingleUserSyncServiceImpl
(UserService userService, OrgUnitService orgUnitService) -
Uses of UserService in ru.cg.webbpm.modules.security.db.synchronization.ldap.service
Constructors in ru.cg.webbpm.modules.security.db.synchronization.ldap.service with parameters of type UserServiceModifierConstructorDescriptionLdapSingleUserSyncService
(UserService userService, OrgUnitService orgUnitService) LdapUsersSynchronizationService
(LdapUserSource ldapUserSource, UserService userService, LdapSingleUserSyncService ldapSingleUserSyncService) -
Uses of UserService in ru.cg.webbpm.modules.security.db.synchronization.webguard
Constructors in ru.cg.webbpm.modules.security.db.synchronization.webguard with parameters of type UserServiceModifierConstructorDescriptionWebGuardUserGroupBindListener
(WebGuardUserService webGuardUserService, UserService userService, GroupService groupService) -
Uses of UserService in security.controller
Constructors in security.controller with parameters of type UserServiceModifierConstructorDescriptionAuthenticationController
(AuthenticationService authenticationService, AuthenticationHelper authenticationHelper, SimpleCredentialsService simpleCredentialsService, UserService userService, org.springframework.context.ApplicationEventPublisher eventPublisher, LdapAuthService ldapAuthService) -
Uses of UserService in security.service
Constructors in security.service with parameters of type UserServiceModifierConstructorDescriptionRegistrationServiceImpl
(UserService userService, OrgUnitService orgUnitService, SimpleCredentialsService simpleCredentialsService, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder)