|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.aselect.system.configmanager.ConfigManager
org.aselect.agent.config.ASelectAgentConfigManager
public class ASelectAgentConfigManager
Implements the ConfigManager for the A-Select Agent package.
Description:
Implements the ConfigManager for the A-Select Agent package as
a single pattern.
Concurrency issues:
None.
| Method Summary | |
|---|---|
java.util.Hashtable |
getAttributeForwardingRule(java.lang.String sAppId)
Retrieve the attribute-forwarding rules for an application. |
static ASelectAgentConfigManager |
getHandle()
returns a static ASelectAgentConfigManager handle to this singleton. |
java.lang.String |
getSignatureAlgorithm()
Returns signature algorithm. |
java.security.Provider |
getSignatureProvider()
Returns signature algorithm Provider. |
java.security.PrivateKey |
getSigningKey()
Returns signing key. |
void |
init(java.lang.String sWorkingDir)
Initializes the configuration. |
boolean |
isSigningEnabled()
Returns TRUE if siging is enabled in config. |
| Methods inherited from class org.aselect.system.configmanager.ConfigManager |
|---|
getNextSection, getParam, getSection, getSection, importConfig, init, init, removeSection, removeSection, saveConfig, setParam, setSection |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ASelectAgentConfigManager getHandle()
ASelectAgentConfigManager.
public void init(java.lang.String sWorkingDir)
throws ASelectConfigException,
java.lang.Exception
sWorkingDir - The working directory.
ASelectConfigException
java.lang.Exceptionpublic java.lang.String getSignatureAlgorithm()
String representation signature algorithmpublic java.security.Provider getSignatureProvider()
Provider for the signature algorithmpublic java.security.PrivateKey getSigningKey()
public boolean isSigningEnabled()
public java.util.Hashtable getAttributeForwardingRule(java.lang.String sAppId)
sAppId
in a Hashtable. It returns:
sAppId -
null when
no rules where found.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||