doky
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
doky
doky
/
org.hkurh.doky.users.impl
Package-level
declarations
Types
Types
Default
User
Facade
Link copied to clipboard
@
Component
class
DefaultUserFacade
(
userService
:
UserService
,
passwordEncoder
:
PasswordEncoder
)
:
UserFacade
Default
User
Service
Link copied to clipboard
@
Service
class
DefaultUserService
(
userEntityRepository
:
UserEntityRepository
,
authorityEntityRepository
:
AuthorityEntityRepository
,
kafkaEmailNotificationProducerService
:
KafkaEmailNotificationProducerService
)
:
UserService