Class UserServiceImpl

  • All Implemented Interfaces:
    UserService<de.digitalcollections.model.security.User>, org.springframework.beans.factory.InitializingBean

    @Service
    public class UserServiceImpl
    extends Object
    implements UserService<de.digitalcollections.model.security.User>, org.springframework.beans.factory.InitializingBean
    Service for User handling.
    • Constructor Detail

      • UserServiceImpl

        public UserServiceImpl​(@Qualifier("passwordsValidator")
                               org.springframework.validation.Validator passwordsValidator,
                               CudamiClient client,
                               org.springframework.context.MessageSource messageSource)