Package pygar.zoneable
Class ClientProfile
java.lang.Object
pygar.configuration.Profile
pygar.zoneable.ClientProfile
public class ClientProfile extends Profile
This subclass extends the Profile with encryption operations that
are used only by the innermost zone of client applications and never
in the blind-agent server. For the moment
it is only a placeholder that does nothing. Needs work!!
-
Field Summary
Fields Modifier and Type Field Description protected static ClientProfile
clientProfile
The single instance of this class.protected static KeyStoreAccess
keystoreZone10
The keystore for zone10 is used for the session keys that are used to partially encrypt position documents.Fields inherited from class pygar.configuration.Profile
charSetName, commonDirPath, configurationDirPath, connectionFactoryName, cryptoEngine, dataDirPath, entityAlias, entityTitle, fieldTable, keystoreObject, keystorePasswordToken, messageSystem, profile, queueNameTable, sessionKeyStore, vaultPassword
-
Constructor Summary
Constructors Constructor Description ClientProfile()
-
Method Summary
Modifier and Type Method Description static ClientProfile
getProfile()
void
initEE()
Complete the construction of the object for the Java EE version of Demo0G.Methods inherited from class pygar.configuration.Profile
getCharsetName, getCrypto, getEncryptedFieldTable, getKeyStoreAccess, getThisAlias
-
Field Details
-
clientProfile
The single instance of this class. -
keystoreZone10
The keystore for zone10 is used for the session keys that are used to partially encrypt position documents. N.b. this part out of sync with the emerging system design.
-
-
Constructor Details
-
ClientProfile
public ClientProfile()
-
-
Method Details
-
getProfile
- Throws:
ConfigurationError
-
initEE
Description copied from class:Profile
Complete the construction of the object for the Java EE version of Demo0G.- Specified by:
initEE
in classProfile
- Throws:
ConfigurationError
-