Searched defs:TBL_SOAP_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.java72 private static final String TBL_SOAP_STS_INSTANCES = "tblSoapSTSInstances"; field in class:STSHomeViewBean
98 registerChild(TBL_SOAP_STS_INSTANCES, CCActionTable.class);
114 } else if (name.equals(TBL_SOAP_STS_INSTANCES)) {
366 CCActionTable table = (CCActionTable)getChild(TBL_SOAP_STS_INSTANCES);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/sts/
H A DSTSHomeViewBean.java72 private static final String TBL_SOAP_STS_INSTANCES = "tblSoapSTSInstances"; field in class:STSHomeViewBean
98 registerChild(TBL_SOAP_STS_INSTANCES, CCActionTable.class);
114 } else if (name.equals(TBL_SOAP_STS_INSTANCES)) {
366 CCActionTable table = (CCActionTable)getChild(TBL_SOAP_STS_INSTANCES);

Completed in 22 milliseconds