| Interface | Description |
|---|---|
| FlowableUserDetails |
Provides core user information within a Flowable application.
|
| Class | Description |
|---|---|
| FlowableAuthenticationProvider |
A flowable implementation of
AuthenticationProvider that uses the IdmIdentityService and
UserDetailsService to check the user credentials and and load the user. |
| FlowableUser |
A flowable implementation of
UserDetails. |
| FlowableUserDetailsService |
UserDetails provider that uses the IdmIdentityService to load users. |
| GroupDetails |
An immutable serializable implementation of
Group |
| SpringSecurityAuthenticationContext |
A default Spring Security
AuthenticationContext implementation that uses SecurityContextHolder and
SecurityContext to provide the information. |
| UserDto |
An immutable serializable implementation of
User. |
Copyright © 2020 Flowable. All rights reserved.