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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceSchemaImpl.java74 String realmCloneable; field in class:ServiceSchemaImpl
144 * fail validation if copied. The schemas of these sub configs should set {@code realmCloneable} to {@code no} to
151 return !"no".equalsIgnoreCase(realmCloneable);
395 realmCloneable = XMLUtils.getNodeAttributeValue(schemaNode, SMSUtils.REALM_CLONEABLE);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceSchemaImpl.java76 String realmCloneable; field in class:ServiceSchemaImpl
148 * fail validation if copied. The schemas of these sub configs should set {@code realmCloneable} to {@code no} to
155 return !"no".equalsIgnoreCase(realmCloneable);
430 realmCloneable = XMLUtils.getNodeAttributeValue(schemaNode, SMSUtils.REALM_CLONEABLE);

Completed in 35 milliseconds