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

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/sts/
H A DSTSHomeViewBean.java62 private static final String TBL_REST_STS_INSTANCES = "tblRestSTSInstances"; field in class:STSHomeViewBean
97 registerChild(TBL_REST_STS_INSTANCES, CCActionTable.class);
106 if (name.equals(TBL_REST_STS_INSTANCES)) {
335 CCActionTable table = (CCActionTable)getChild(TBL_REST_STS_INSTANCES);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/sts/
H A DSTSHomeViewBean.java62 private static final String TBL_REST_STS_INSTANCES = "tblRestSTSInstances"; field in class:STSHomeViewBean
97 registerChild(TBL_REST_STS_INSTANCES, CCActionTable.class);
106 if (name.equals(TBL_REST_STS_INSTANCES)) {
335 CCActionTable table = (CCActionTable)getChild(TBL_REST_STS_INSTANCES);

Completed in 21 milliseconds