Package | Description |
---|---|
org.eclipse.scada.core.server.common | |
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.jdbc |
Modifier and Type | Method and Description |
---|---|
protected UserInformation |
AbstractBasicAuthentication.processAuthenticate(Callback[] callbacks,
String plainPassword) |
Modifier and Type | Method and Description |
---|---|
UserInformation |
AuthenticationService.authenticate(CredentialsRequest request)
Authenticate a user based on credentials
|
Modifier and Type | Method and Description |
---|---|
UserInformation |
AbstractPlainAuthenticationService.authenticate(CredentialsRequest credentialsRequest) |
Modifier and Type | Method and Description |
---|---|
protected UserInformation |
ProcessCallbacksFuture.processCallbacks(CredentialsRequest request,
List<AuthenticationService> services) |
Modifier and Type | Method and Description |
---|---|
UserInformation |
JdbcAuthenticationService.authenticate(CredentialsRequest request) |
protected UserInformation |
JdbcAuthenticationService.performAuthentication(ConnectionContext connection,
String username,
Map<PasswordEncoding,String> passwords) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.