Searched refs:trustAgentInfo (Results 1 – 2 of 2) sorted by relevance
539 TrustAgentInfo trustAgentInfo = entry.getValue(); in writeToXml() local542 if (trustAgentInfo.options != null) { in writeToXml()545 trustAgentInfo.options.saveToXml(out); in writeToXml()1093 final TrustAgentInfo trustAgentInfo = getTrustAgentInfo(parser, tag); in getAllTrustAgentInfos() local1094 result.put(component, trustAgentInfo); in getAllTrustAgentInfos()
11873 TrustAgentInfo trustAgentInfo = ap.trustAgentInfos.get(componentName);11874 if (trustAgentInfo == null || trustAgentInfo.options == null) return null;11876 result.add(trustAgentInfo.options);