2014-08-30 122 views
1

我想使用siteminder r.12創建代理對象。想要找到以下參數的值。存儲值在哪裏?Siteminder:Java代理API

在您的代碼中定義的用戶定義的連接參數 - 例如: AgentAPI agent = new AgentAPI(); ServerDef sd = new ServerDef(); sd.serverIpAddress = POLICY_IP; sd.connectionMin = CX_MIN; sd.connectionMax = CX_MAX; sd.connectionStep = CX_STEP; sd.timeout = CX_TIMEOUT; sd.authorizationPort = AZ_PORT; sd.authenticationPort = AUTH_PORT; sd.accountingPort = ACC_PORT; InitDef init = new InitDef(AGENT_LOGIN,SHARED_SECRET,false,sd); agent.init(init);

感謝, 導航

回答

0

你正在尋找到主機配置對象(HCO)和SmHost.conf設置相關的參數。