| Modifier and Type | Method and Description |
|---|---|
LoginHandler |
LoginFactory.createHandler(LoginContext context,
String username,
String password,
Map<String,String> properties)
Creates a new login handler that is not started
|
| Modifier and Type | Method and Description |
|---|---|
void |
Activator.setLoginSession(String username,
String password,
LoginContext loginContext,
Collection<LoginHandler> handler) |
| Constructor and Description |
|---|
LoginSession(org.osgi.framework.BundleContext context,
String username,
String password,
LoginContext loginContext,
Collection<LoginHandler> handler) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ContextCreator.handleStateChange(LoginHandler handler,
String connectionName,
String state,
Throwable error) |
| Modifier and Type | Method and Description |
|---|---|
void |
ContextCreatorResultListener.complete(Collection<LoginHandler> handler) |
protected void |
LoginDialog.handleComplete(Collection<LoginHandler> result) |
| Modifier and Type | Class and Description |
|---|---|
class |
MultiLoginHandler |
| Modifier and Type | Method and Description |
|---|---|
LoginHandler |
ConnectionLoginFactory.createHandler(LoginContext context,
String username,
String password,
Map<String,String> properties) |
| Constructor and Description |
|---|
MultiLoginHandler(Collection<LoginHandler> handler) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionLoginHandler |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.