| Package | Description |
|---|---|
| org.springframework.extensions.config | |
| org.springframework.extensions.surf | |
| org.springframework.extensions.surf.mvc | |
| org.springframework.extensions.surf.support |
| Modifier and Type | Method and Description |
|---|---|
UserFactory |
ConfigBeanFactory.getUserFactory()
Gets the UserFactory defined in the WebFrameworkConfigElement (return by the
getWebFrameworkConfig method. |
| Modifier and Type | Method and Description |
|---|---|
UserFactory |
WebFrameworkServiceRegistry.getUserFactory()
Deprecated.
Use Spring configuration to access the UserFactory (Bean ref "user.factory")
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebFrameworkServiceRegistry.setUserFactory(UserFactory userFactory)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractLoginController.setUserFactory(UserFactory userFactory)
This method is provided to allow the Spring framework to set a
UserFactory required for authenticating
requests |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractUserFactory
Abstract base class for UserFactory implementations.
|
class |
Alfresco32UserFactory
This factory extends the Alfresco User factory and provides proper
backward compatibility with Alfresco 3.2.
|
class |
AlfrescoUserFactory
This factory loads users from Alfresco, fetching their properties
and so forth.
|
class |
DefaultUserFactory
The default Web Framework implementation of UserFactory.
|
Copyright © 2005–2016 Alfresco Software. All rights reserved.