public class UserDetailsService extends Object implements org.springframework.security.core.userdetails.UserDetailsService
StandardPasswordEncoder).| Modifier and Type | Field and Description |
|---|---|
protected org.flowable.idm.api.IdmIdentityService |
identityService |
protected org.flowable.spring.boot.ldap.FlowableLdapProperties |
ldapProperties |
protected org.flowable.ui.common.service.idm.cache.UserCache |
userCache |
protected UserService |
userService |
protected long |
userValidityPeriod |
| Constructor and Description |
|---|
UserDetailsService() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.core.userdetails.UserDetails |
loadUserByUsername(String login) |
void |
setUserValidityPeriod(long userValidityPeriod) |
@Autowired protected org.flowable.ui.common.service.idm.cache.UserCache userCache
@Autowired protected org.flowable.idm.api.IdmIdentityService identityService
@Autowired protected UserService userService
@Autowired(required=false) protected org.flowable.spring.boot.ldap.FlowableLdapProperties ldapProperties
protected long userValidityPeriod
@Transactional public org.springframework.security.core.userdetails.UserDetails loadUserByUsername(String login)
loadUserByUsername in interface org.springframework.security.core.userdetails.UserDetailsServicepublic void setUserValidityPeriod(long userValidityPeriod)
Copyright © 2021 Flowable. All rights reserved.