public abstract class RemoteLookup<RESULT> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
authService |
protected static String |
lookupService |
protected String |
policyService |
protected org.opentox.aa.opensso.OpenSSOToken |
ssotoken |
protected org.opentox.aa.IOpenToxUser |
user |
| Constructor and Description |
|---|
RemoteLookup() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
init() |
void |
login() |
void |
login(String uname,
String pass) |
void |
logout() |
RESULT |
lookup(String input) |
abstract RESULT |
processStream(String uri,
String input,
InputStream in) |
protected static String lookupService
protected String authService
protected String policyService
protected org.opentox.aa.opensso.OpenSSOToken ssotoken
protected org.opentox.aa.IOpenToxUser user
Copyright © 2004–2018 Ideaconsult Ltd. All rights reserved.