Interface FlowableUserDetails

All Superinterfaces:
Serializable, UserDetails
All Known Implementing Classes:
FlowableUser

public interface FlowableUserDetails extends UserDetails
Provides core user information within a Flowable application.
Author:
Filip Hrisafov
See Also:
  • 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 use UserDto
    • getGroups

      List<Group> 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 use GroupDetails