Class DefaultUserService

All Implemented Interfaces:
UserService, Serializable, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean
Direct Known Subclasses:
BackofficeUserService, SecureUserService

public class DefaultUserService extends AbstractBusinessService implements UserService
Default implementation of the user service interface.
Since:
4.0
See Also: