public class AuthenticationServiceImpl extends AbstractPlainAuthenticationService implements ConfigurationFactory
AbstractPlainAuthenticationService.UserEntry| Constructor and Description |
|---|
AuthenticationServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(UserInformation userInformation,
String configurationId)
receive configuration delete request
|
protected AbstractPlainAuthenticationService.UserEntry |
getUserEntry(String name) |
void |
update(UserInformation userInformation,
String configurationId,
Map<String,String> properties)
receive configuration update
|
authenticate, getUser, joinRequest, makeInfoprotected AbstractPlainAuthenticationService.UserEntry getUserEntry(String name) throws Exception
getUserEntry in class AbstractPlainAuthenticationServiceExceptionpublic void update(UserInformation userInformation, String configurationId, Map<String,String> properties) throws Exception
ConfigurationFactoryupdate in interface ConfigurationFactoryuserInformation - the principal that performed the change, may be nullconfigurationId - the configuration object to changeproperties - the new propertiesException - can be thrown if anything goes wrong changing the configurationpublic void delete(UserInformation userInformation, String configurationId) throws Exception
ConfigurationFactorydelete in interface ConfigurationFactoryuserInformation - the principal that performed the change, may be nullconfigurationId - the configuration object to changeException - can be thrown if anything goes wrong changing the configurationCopyright © 2016 Eclipse SCADA Project. All rights reserved.