Searched refs:spiList (Results 1 – 4 of 4) sorted by relevance
155 LinkedList spiList = AuthBlock.getSPIList("sun.net.slp.SPIs"); in initialize() local156 if (spiList != null && !spiList.isEmpty()) { in initialize()159 spiBuf.append(spiList.getFirst().toString()); in initialize()161 for (int i = 1; i < spiList.size(); i++) { in initialize()163 spiBuf.append(spiList.get(i).toString()); in initialize()
158 LinkedList spiList = AuthBlock.getSPIList("sun.net.slp.SPIs"); in constructPayload() local159 if (spiList != null && !spiList.isEmpty()) { in constructPayload()161 spi = (String) spiList.getFirst(); in constructPayload()
151 LinkedList spiList = AuthBlock.getSPIList("sun.net.slp.SPIs"); in initialize() local152 if (spiList != null && !spiList.isEmpty()) { in initialize()154 spi = (String) spiList.getFirst(); in initialize()
211 LinkedList spiList = in recordNewDA() local223 daSPIsHash.put(inetAddr, spiList); in recordNewDA()