Package org.flowable.spring.security
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 org.springframework.security.core.userdetails.UserDetails
getAuthorities, getPassword, getUsername, isAccountNonExpired, isAccountNonLocked, isCredentialsNonExpired, isEnabled
-
Method Details
-
getUser
User getUser()The user object containing the information for the Flowable IDM User. If not using the default FlowableUserDetailsService make sure that you are not reusing the User returned by the IDM and that you use a correct serializable User. For example useUserDto
-
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
-