Searched defs:optionCache (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/test/java/com/sun/identity/authentication/jaas/
H A DLoginContextTest.java58 private Map<LoginModule, Map<String, Object>> optionCache; field in class:LoginContextTest
69 optionCache = new HashMap<LoginModule, Map<String, Object>>();
75 optionCache.put(requiredDelegate, requiredOptions);
83 optionCache.put(requisiteDelegate, requisiteOptions);
91 optionCache.put(sufficientDelegate, sufficientOptions);
99 optionCache.put(optionalDelegate, optionalOptions);
366 verify(module).initialize(same(subject), same(handler), anyMap(), eq(optionCache.get(module)));
/forgerock/openam/openam-core/src/test/java/com/sun/identity/authentication/jaas/
H A DLoginContextTest.java58 private Map<LoginModule, Map<String, Object>> optionCache; field in class:LoginContextTest
69 optionCache = new HashMap<LoginModule, Map<String, Object>>();
75 optionCache.put(requiredDelegate, requiredOptions);
83 optionCache.put(requisiteDelegate, requisiteOptions);
91 optionCache.put(sufficientDelegate, sufficientOptions);
99 optionCache.put(optionalDelegate, optionalOptions);
366 verify(module).initialize(same(subject), same(handler), anyMap(), eq(optionCache.get(module)));

Completed in 52 milliseconds