Class FlowableAuthenticationProvider

All Implemented Interfaces:
Aware, InitializingBean, MessageSourceAware, AuthenticationProvider

public class FlowableAuthenticationProvider extends AbstractUserDetailsAuthenticationProvider
A flowable implementation of AuthenticationProvider that uses the IdmIdentityService and UserDetailsService to check the user credentials and and load the user. It uses the UsernamePasswordAuthenticationToken.
Author:
Filip Hrisafov