Package | Description |
---|---|
org.eclipse.scada.sec | |
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 |
Modifier and Type | Method and Description |
---|---|
UserInformation |
AuthenticationService.authenticate(CredentialsRequest request)
Authenticate a user based on credentials
|
void |
AuthenticationService.joinRequest(CredentialsRequest request) |
Modifier and Type | Method and Description |
---|---|
UserInformation |
AbstractPlainAuthenticationService.authenticate(CredentialsRequest credentialsRequest) |
void |
AbstractPlainAuthenticationService.joinRequest(CredentialsRequest request) |
Modifier and Type | Method and Description |
---|---|
protected abstract CredentialsRequest |
ProcessCallbacksFuture.getRequest() |
Modifier and Type | Method and Description |
---|---|
protected UserInformation |
ProcessCallbacksFuture.processCallbacks(CredentialsRequest request,
List<AuthenticationService> services) |
Modifier and Type | Method and Description |
---|---|
UserInformation |
DummyAuthenticationProviderImpl.authenticate(CredentialsRequest request) |
void |
DummyAuthenticationProviderImpl.joinRequest(CredentialsRequest request) |
Modifier and Type | Method and Description |
---|---|
UserInformation |
JdbcAuthenticationService.authenticate(CredentialsRequest request) |
void |
JdbcAuthenticationService.joinRequest(CredentialsRequest request) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.