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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/jaas/
H A DLoginContext.java76 private ModuleInfo[] moduleStack;
84 moduleStack = new ModuleInfo[entries.length];
87 moduleStack[i] = new ModuleInfo(new AppConfigurationEntry(
148 public ModuleInfo[] getModuleStack() {
170 ModuleInfo info = moduleStack[i];
356 static class ModuleInfo { class in class:LoginContext
360 ModuleInfo(AppConfigurationEntry newEntry, Object newModule) { method in class:LoginContext.ModuleInfo
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/jaas/
H A DLoginContext.java78 private ModuleInfo[] moduleStack;
86 moduleStack = new ModuleInfo[entries.length];
89 moduleStack[i] = new ModuleInfo(new AppConfigurationEntry(
150 public ModuleInfo[] getModuleStack() {
172 ModuleInfo info = moduleStack[i];
358 static class ModuleInfo { class in class:LoginContext
362 ModuleInfo(AppConfigurationEntry newEntry, Object newModule) { method in class:LoginContext.ModuleInfo

Completed in 38 milliseconds