2014-08-30 123 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设置相关的参数。