Searched refs:rtable (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAMModuleProperties.java70 private Hashtable rtable = new Hashtable(); field in class:AMModuleProperties
94 for(int i=1; i<=rtable.size(); i++) {
95 Callback[] cb = (Callback[]) rtable.get(Integer.toString(i));
548 rtable.put(order, callbacks);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAMModuleProperties.java73 private Hashtable rtable = new Hashtable(); field in class:AMModuleProperties
97 for(int i=1; i<=rtable.size(); i++) {
98 Callback[] cb = (Callback[]) rtable.get(Integer.toString(i));
549 rtable.put(order, callbacks);

Completed in 29 milliseconds