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

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/session/
H A DSMProfileViewBean.java83 private static final String TBL_SESSIONS = "tblSessions"; field in class:SMProfileViewBean
145 registerChild(TBL_SESSIONS, CCActionTable.class);
161 if (name.equals(TBL_SESSIONS)) {
374 CCActionTable child = (CCActionTable)getChild(TBL_SESSIONS);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/session/
H A DSMProfileViewBean.java86 private static final String TBL_SESSIONS = "tblSessions"; field in class:SMProfileViewBean
148 registerChild(TBL_SESSIONS, CCActionTable.class);
164 if (name.equals(TBL_SESSIONS)) {
356 CCActionTable child = (CCActionTable)getChild(TBL_SESSIONS);

Completed in 90 milliseconds