Package | Description |
---|---|
org.eclipse.scada.sec.authn |
This package contains authentication classes
|
org.eclipse.scada.sec.authn.osgi.cfg.priority | |
org.eclipse.scada.sec.provider.dummy | |
org.eclipse.scada.sec.provider.jdbc | |
org.eclipse.scada.sec.provider.plain.property | |
org.eclipse.scada.sec.provider.provider.ca |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPlainAuthenticationService |
Modifier and Type | Method and Description |
---|---|
List<AuthenticationService> |
ConfigurationManagerImpl.ConfigurationGroupImpl.getServices() |
List<AuthenticationService> |
ConfigurationGroup.getServices() |
protected abstract List<AuthenticationService> |
ProcessCallbacksFuture.getServices() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationManagerImpl.ConfigurationGroupImpl.add(AuthenticationService service) |
Modifier and Type | Method and Description |
---|---|
protected UserInformation |
ProcessCallbacksFuture.processCallbacks(CredentialsRequest request,
List<AuthenticationService> services) |
Modifier and Type | Class and Description |
---|---|
class |
DummyAuthenticationProviderImpl
A dummy provider which returns an anonymous
user information (
null ) if the username
is not set and an authenticated user with no roles
if the username is set |
Modifier and Type | Class and Description |
---|---|
class |
JdbcAuthenticationService |
Modifier and Type | Class and Description |
---|---|
class |
PropertyAuthenticationService
A plain authentication provider
|
Modifier and Type | Class and Description |
---|---|
class |
AuthenticationServiceImpl |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.