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

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/realm/
H A DRealmPropertiesViewBean.java66 protected static final String REALM_PROPERTIES = "realmProperties"; field in class:RealmPropertiesViewBean
94 registerChild(REALM_PROPERTIES, AMPropertySheet.class);
104 } else if (name.equals(REALM_PROPERTIES)) {
132 (AMPropertySheet)getChild(REALM_PROPERTIES);
186 AMPropertySheet ps = (AMPropertySheet)getChild(REALM_PROPERTIES);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/realm/
H A DRealmPropertiesViewBean.java65 protected static final String REALM_PROPERTIES = "realmProperties"; field in class:RealmPropertiesViewBean
93 registerChild(REALM_PROPERTIES, AMPropertySheet.class);
103 } else if (name.equals(REALM_PROPERTIES)) {
132 (AMPropertySheet)getChild(REALM_PROPERTIES);
186 AMPropertySheet ps = (AMPropertySheet)getChild(REALM_PROPERTIES);

Completed in 38 milliseconds