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, makeInfo
protected AbstractPlainAuthenticationService.UserEntry getUserEntry(String name) throws Exception
getUserEntry
in class AbstractPlainAuthenticationService
Exception
public void update(UserInformation userInformation, String configurationId, Map<String,String> properties) throws Exception
ConfigurationFactory
update
in interface ConfigurationFactory
userInformation
- the principal that performed the change, may be null
configurationId
- 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
ConfigurationFactory
delete
in interface ConfigurationFactory
userInformation
- the principal that performed the change, may be null
configurationId
- the configuration object to changeException
- can be thrown if anything goes wrong changing the configurationCopyright © 2016 Eclipse SCADA Project. All rights reserved.