| Package | Description |
|---|---|
| org.cristalise.kernel.entity.proxy |
The Proxy API is a major part of the client-side functionality of the
CRISTAL API, which provides client-side proxy objects that represent the
Items and Agents on the server.
|
| org.cristalise.kernel.lookup | |
| org.cristalise.kernel.persistency | |
| org.cristalise.kernel.process | |
| org.cristalise.storage |
| Modifier and Type | Method and Description |
|---|---|
Authenticator |
AgentProxy.getAuthObj() |
| Modifier and Type | Method and Description |
|---|---|
void |
AgentProxy.setAuthObj(Authenticator auth) |
| Modifier and Type | Method and Description |
|---|---|
void |
Lookup.open(Authenticator user)
Connect to the directory using the credentials supplied in the Authenticator.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ClusterStorage.open(Authenticator auth)
Connects to the storage.
|
| Constructor and Description |
|---|
ClusterStorageManager(Authenticator auth)
Initialises all ClusterStorage handlers listed by class name in the property "ClusterStorages"
This property is usually process specific, and so should be in the server/client.conf and not the connect file.
|
TransactionManager(Authenticator auth) |
| Modifier and Type | Method and Description |
|---|---|
static Authenticator |
Gateway.connect()
Connects to the LDAP server in an administrative context - using the admin username and
password given in the LDAP.user and LDAP.password props of the kernel properties.
|
static Authenticator |
Gateway.getAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
static void |
Gateway.startServer(Authenticator auth)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProxyLoader.open(Authenticator auth) |
void |
MemoryOnlyClusterStorage.open(Authenticator auth) |
void |
XMLClusterStorage.open(Authenticator auth) |
Copyright © 1997–2017 CRISTAL-iSE. All rights reserved.