public interface UsersInterface
Provides the user account information for the authenticator class.
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
|
void initializeUsers(ServerConfiguration config, org.springframework.extensions.config.ConfigElement params) throws InvalidConfigurationException
config
- ServerConfigurationparams
- ConfigElementInvalidConfigurationException
UserAccount getUserAccount(String userName)
userName
- StringCopyright © 2005–2017 Alfresco Software. All rights reserved.