Class UserDetailsServiceFactoryBean

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<DuracloudUserDetailsService>, org.springframework.beans.factory.InitializingBean

    public class UserDetailsServiceFactoryBean
    extends org.springframework.beans.factory.config.AbstractFactoryBean<DuracloudUserDetailsService>
    This class creates a user details service bean according to the configuration of account store and account id of the caller's request context.
    Author:
    Daniel Bernstein