Uses of Interface
org.springframework.extensions.surf.UserFactory

Packages that use UserFactory
org.springframework.extensions.surf   
org.springframework.extensions.surf.support   
 

Uses of UserFactory in org.springframework.extensions.surf
 

Methods in org.springframework.extensions.surf that return UserFactory
 UserFactory WebFrameworkServiceRegistry.getUserFactory()
          Gets the user factory.
 

Methods in org.springframework.extensions.surf with parameters of type UserFactory
 void WebFrameworkServiceRegistry.setUserFactory(UserFactory userFactory)
          Sets the user factory.
 

Uses of UserFactory in org.springframework.extensions.surf.support
 

Classes in org.springframework.extensions.surf.support that implement UserFactory
 class AbstractUserFactory
          Abstract base class for UserFactory implementations.
 class AlfrescoUserFactory
          This factory loads users from Alfresco, fetching their properties and so forth.
 class DefaultUserFactory
          The default Web Framework implementation of UserFactory.
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.