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 UsersInterfaceuserName - Stringpublic void initializeUsers(ServerConfiguration config, org.springframework.extensions.config.ConfigElement params) throws InvalidConfigurationException
initializeUsers in interface UsersInterfaceconfig - ServerConfigurationparams - ConfigElementInvalidConfigurationExceptionCopyright © 2005–2020 Alfresco Software. All rights reserved.