Searched defs:modList (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthLevel.java68 Vector modList; field in class:AuthLevel
139 modList = new Vector();
148 modList.addElement(moduleName);
168 String[] moduleList = new String[modList.size()];
169 modList.copyInto((Object[])moduleList);
178 Enumeration vList = modList.elements();
H A DCompositeAdvices.java67 Vector modList; field in class:CompositeAdvices
138 modList = new Vector();
147 modList.addElement(localizedName);
162 String[] moduleList = new String[modList.size()];
163 modList.copyInto((Object[])moduleList);
173 Enumeration vList = modList.elements();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthLevel.java68 Vector modList; field in class:AuthLevel
139 modList = new Vector();
148 modList.addElement(moduleName);
168 String[] moduleList = new String[modList.size()];
169 modList.copyInto((Object[])moduleList);
178 Enumeration vList = modList.elements();
H A DCompositeAdvices.java67 Vector modList; field in class:CompositeAdvices
138 modList = new Vector();
147 modList.addElement(localizedName);
162 String[] moduleList = new String[modList.size()];
163 modList.copyInto((Object[])moduleList);
173 Enumeration vList = modList.elements();

Completed in 39 milliseconds