Searched defs:HashMap (Results 1 - 1 of 1) sorted by relevance
/glassfish-3.1.2/security/jaspic-provider-framework/src/main/java/com/sun/jaspic/config/helper/ |
H A D | AuthConfigHelper.java | 44 import java.util.HashMap; 115 private <M> M getContextFromMap(HashMap<String, HashMap<Integer, M>> contextMap, 118 HashMap<Integer, M> internalMap = contextMap.get(authContextID); 131 HashMap<String, HashMap<Integer, M>> contextMap, String authContextID, 154 HashMap<Integer, M> internalMap = contextMap.get(authContextID); 156 internalMap = new HashMap<Integer, M>(); 130 getContext( HashMap<String, HashMap<Integer, M>> contextMap, String authContextID, Subject subject, Map properties) argument
|
Completed in 77 milliseconds