Searched refs:trustAgentInfo (Results 1 – 1 of 1) sorted by relevance
1278 TrustAgentInfo trustAgentInfo = entry.getValue(); in writeToXml() local1281 if (trustAgentInfo.options != null) { in writeToXml()1284 trustAgentInfo.options.saveToXml(out); in writeToXml()1626 final TrustAgentInfo trustAgentInfo = getTrustAgentInfo(parser, tag); in getAllTrustAgentInfos() local1627 result.put(component, trustAgentInfo); in getAllTrustAgentInfos()9053 TrustAgentInfo trustAgentInfo = ap.trustAgentInfos.get(componentName); in getTrustAgentConfiguration()9054 if (trustAgentInfo == null || trustAgentInfo.options == null) return null; in getTrustAgentConfiguration()9056 result.add(trustAgentInfo.options); in getTrustAgentConfiguration()