public class FlowableUserDetailsService extends Object implements org.springframework.security.core.userdetails.UserDetailsService
UserDetails provider that uses the IdmIdentityService to load users.| Modifier and Type | Field and Description |
|---|---|
protected IdmIdentityService |
identityService |
| Constructor and Description |
|---|
FlowableUserDetailsService(IdmIdentityService identityService) |
| Modifier and Type | Method and Description |
|---|---|
protected FlowableUser |
createFlowableUser(User user) |
org.springframework.security.core.userdetails.UserDetails |
loadUserByUsername(String userId) |
protected final IdmIdentityService identityService
public FlowableUserDetailsService(IdmIdentityService identityService)
public org.springframework.security.core.userdetails.UserDetails loadUserByUsername(String userId) throws org.springframework.security.core.userdetails.UsernameNotFoundException
loadUserByUsername in interface org.springframework.security.core.userdetails.UserDetailsServiceorg.springframework.security.core.userdetails.UsernameNotFoundExceptionprotected FlowableUser createFlowableUser(User user)
Copyright © 2020 Flowable. All rights reserved.