Class FlowablePlatformUserDetailsService

  • All Implemented Interfaces:
    org.springframework.security.core.userdetails.UserDetailsService

    public class FlowablePlatformUserDetailsService
    extends java.lang.Object
    implements org.springframework.security.core.userdetails.UserDetailsService
    Author:
    Filip Hrisafov
    • Method Detail

      • loadUserByUsername

        public org.springframework.security.core.userdetails.UserDetails loadUserByUsername​(java.lang.String userId)
                                                                                     throws org.springframework.security.core.userdetails.UsernameNotFoundException
        Specified by:
        loadUserByUsername in interface org.springframework.security.core.userdetails.UserDetailsService
        Throws:
        org.springframework.security.core.userdetails.UsernameNotFoundException
      • createUserDetails

        protected org.springframework.security.core.userdetails.UserDetails createUserDetails​(PlatformUser platformUser)