public class DefaultUsersInterface extends java.lang.Object implements UsersInterface
Use the user account list from the server configuration to provide the user details.
Constructor and Description |
---|
DefaultUsersInterface() |
Modifier and Type | Method and Description |
---|---|
UserAccount |
getUserAccount(java.lang.String userName)
Return the specified user account details
|
void |
initializeUsers(ServerConfiguration config,
org.springframework.extensions.config.ConfigElement params)
Initialize the users interface
|
public UserAccount getUserAccount(java.lang.String userName)
getUserAccount
in interface UsersInterface
userName
- Stringpublic void initializeUsers(ServerConfiguration config, org.springframework.extensions.config.ConfigElement params) throws InvalidConfigurationException
initializeUsers
in interface UsersInterface
config
- ServerConfigurationparams
- ConfigElementInvalidConfigurationException
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.