Interface FlowableUserDetails
- All Superinterfaces:
Serializable, UserDetails
- All Known Implementing Classes:
FlowableUser
Provides core user information within a Flowable application.
- Author:
- Filip Hrisafov
- See Also:
-
Method Summary
Methods inherited from interface UserDetails
getAuthorities, getPassword, getUsername, isAccountNonExpired, isAccountNonLocked, isCredentialsNonExpired, isEnabled
-
Method Details
-
getUser
-
getGroups
The groups of the Flowable IDM User. If not using the default FlowableUserDetailsService make sure that you are not reusing the Groups returned by the IDM and that you use a correct serializable Group. For example useGroupDetails
-