public class DefaultUsersInterface extends 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(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(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–2017 Alfresco Software. All rights reserved.