Uses of Class
fr.dyade.aaa.agent.conf.A3CMLConfig
-
Packages that use A3CMLConfig Package Description fr.dyade.aaa.agent fr.dyade.aaa.agent.conf -
-
Uses of A3CMLConfig in fr.dyade.aaa.agent
Fields in fr.dyade.aaa.agent declared as A3CMLConfig Modifier and Type Field Description private static A3CMLConfigAgentServer. a3configStatic reference to the configuration.protected A3CMLConfigSCAdminBase. a3configDeprecated.Methods in fr.dyade.aaa.agent that return A3CMLConfig Modifier and Type Method Description static A3CMLConfigAgentServer. getAppConfig(String[] domains)Gets configuration of agent servers for a domain from the current A3CMLConfig object.static A3CMLConfigAgentServer. getConfFromFile(String serverConfigFilePath)Gets the AgentServer configuration from a file.static A3CMLConfigAgentServer. getConfFromString(String serverConfig)Gets the AgentServer configuration from the String parameter.static A3CMLConfigAgentServer. getConfig()Returns the agent server configuration.Methods in fr.dyade.aaa.agent with parameters of type A3CMLConfig Modifier and Type Method Description static voidAgentServer. setConfig(A3CMLConfig a3config)Set the agent server configuration.static voidAgentServer. setConfig(A3CMLConfig a3config, boolean force)(package private) static voidAgentServer. updateConf(A3CMLConfig a3cmlConfig, String serverDataDirPath)Updates the stored configuration -
Uses of A3CMLConfig in fr.dyade.aaa.agent.conf
Fields in fr.dyade.aaa.agent.conf declared as A3CMLConfig Modifier and Type Field Description protected A3CMLConfigA3CMLSaxWrapper. a3cmlConfigMethods in fr.dyade.aaa.agent.conf that return A3CMLConfig Modifier and Type Method Description static A3CMLConfigA3CML. getConfig(Reader reader)Gets configuration of agent servers from a XML file.static A3CMLConfigA3CMLConfig. getConfig(String path)Gets aA3CMLConfigserialized object from file.A3CMLConfigA3CMLConfig. getDomainConfig(String domainName)Gets configuration of agent servers by a domain from a Config object.A3CMLConfigA3CMLConfig. getDomainConfig(String[] listDomainName)Gets configuration of agent servers by a list of domain from a Config object.static A3CMLConfigA3CML. getXMLConfig()Gets an agent server configuration from a XML file.static A3CMLConfigA3CML. getXMLConfig(String path)static A3CMLConfigA3CML. getXMLConfig(String cfgDir, String cfgFileName)Gets an agent server configuration from a XML file.static A3CMLConfigA3CMLConfig. load()read object from a serialized file.A3CMLConfigA3CMLSaxWrapper. parse(Reader cfgReader, String cfgName)Parses the xml file namedcfgFileNameand calls handler methods.A3CMLConfigA3CMLWrapper. parse(Reader reader, String name)Parses the xml file namedcfgFileName.Methods in fr.dyade.aaa.agent.conf with parameters of type A3CMLConfig Modifier and Type Method Description static voidA3CML. toXML(A3CMLConfig config, PrintWriter out)static voidA3CML. toXML(A3CMLConfig config, String cfgDir, String xmlFileName)write a configuration in an A3CML file.
-