Uses of Interface
ru.cg.webbpm.modules.security.api.service.SimpleCredentialsService
Packages that use SimpleCredentialsService
Package
Description
-
Uses of SimpleCredentialsService in ru.cg.webbpm.modules.security.api.impl.service
Classes in ru.cg.webbpm.modules.security.api.impl.service that implement SimpleCredentialsService -
Uses of SimpleCredentialsService in ru.cg.webbpm.modules.security.api.impl.token
Constructors in ru.cg.webbpm.modules.security.api.impl.token with parameters of type SimpleCredentialsServiceModifierConstructorDescriptionJwtTokenServiceImpl
(UserAccountRefreshTokenDao userAccountRefreshTokenDao, String secretKey, SimpleCredentialsService simpleCredentialsService, LoginCredentialsService loginCredentialsService) -
Uses of SimpleCredentialsService in ru.cg.webbpm.modules.security.api.spring.impl
Constructors in ru.cg.webbpm.modules.security.api.spring.impl with parameters of type SimpleCredentialsServiceModifierConstructorDescriptionUserDetailsServiceImpl
(RuntimeUserService runtimeUserService, SimpleCredentialsService simpleCredentialsService, LoginCredentialsService loginCredentialsService) -
Uses of SimpleCredentialsService in security.controller
Constructors in security.controller with parameters of type SimpleCredentialsServiceModifierConstructorDescriptionAuthenticationController
(AuthenticationService authenticationService, AuthenticationHelper authenticationHelper, SimpleCredentialsService simpleCredentialsService, UserService userService, org.springframework.context.ApplicationEventPublisher eventPublisher, LdapAuthService ldapAuthService) -
Uses of SimpleCredentialsService in security.service
Constructors in security.service with parameters of type SimpleCredentialsServiceModifierConstructorDescriptionChangePasswordServiceImpl
(SimpleCredentialsService simpleCredentialsService, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder) RegistrationServiceImpl
(UserService userService, OrgUnitService orgUnitService, SimpleCredentialsService simpleCredentialsService, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder)