Searched refs:modified (Results 1 - 25 of 81) sorted by relevance

1234

/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DSubSchemaModificationWrapper.java62 * @param subSchemaWrapper The modified sub schema
71 * @return The entry set of the modified sub schemas
80 * @return The modified child sub schema
98 * @return true if the sub schema is not modified
111 * @return true if the sub schema wrapper has been modified at some level
117 boolean modified = hasNewSubSchema();
118 modified |= subSchema.subSchemaChanged();
120 return modified;
H A DServiceSchemaModificationWrapper.java62 * @param attrs Set of modified attributes
75 * @param attrs Set of modified attributes
92 * @return True if sub schemas have been modified
103 * Returns true if the services attributes have been modified either that this
106 * @return true if this wrapper contains a modified schema
112 boolean modified = isAttributesModified();
115 modified |= subSchema.getValue().hasBeenModified();
118 return modified;
123 * Have the attributes of this service schema been modified
125 * @return true if the attributes are modified
[all...]
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DSubSchemaModificationWrapper.java62 * @param subSchemaWrapper The modified sub schema
71 * @return The entry set of the modified sub schemas
80 * @return The modified child sub schema
98 * @return true if the sub schema is not modified
111 * @return true if the sub schema wrapper has been modified at some level
117 boolean modified = hasNewSubSchema();
118 modified |= subSchema.subSchemaChanged();
120 return modified;
H A DServiceSchemaModificationWrapper.java62 * @param attrs Set of modified attributes
75 * @param attrs Set of modified attributes
92 * @return True if sub schemas have been modified
103 * Returns true if the services attributes have been modified either that this
106 * @return true if this wrapper contains a modified schema
112 boolean modified = isAttributesModified();
115 modified |= subSchema.getValue().hasBeenModified();
118 return modified;
123 * Have the attributes of this service schema been modified
125 * @return true if the attributes are modified
[all...]
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-plugins/src/main/resources/
H A DTamperDetection.properties46 tamper-detect-files-modified=Files modified :
H A DTamperDetection_de.properties46 tamper-detect-files-modified=Ge\u00e4nderte Dateien:
H A DTamperDetection_es.properties46 tamper-detect-files-modified=Archivos modificados:
H A DTamperDetection_fr.properties46 tamper-detect-files-modified=Fichiers modifi\u00e9s :
H A DTamperDetection_zh.properties46 tamper-detect-files-modified=\u4fee\u6539\u7684\u6587\u4ef6:
H A DTamperDetection_zh_TW.properties46 tamper-detect-files-modified=\u5df2\u4fee\u6539\u7684\u6a94\u6848:
H A DTamperDetection_ja.properties46 tamper-detect-files-modified=\u5909\u66f4\u3055\u308c\u305f\u30d5\u30a1\u30a4\u30eb:
H A DTamperDetection_ko.properties46 tamper-detect-files-modified=\ud30c\uc77c \uc218\uc815\ub428:
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DAttributeValues.java254 boolean modified = false;
264 modified = true;
266 modified = (bAdd) ? orig.addAll((Set)map2.get(key)) :
270 modified = true;
273 return modified;
292 boolean modified = false;
297 modified = (bAdd) ? orig.addAll((Set)map2.get(key)) :
301 modified = true;
304 return modified;
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DAttributeValues.java254 boolean modified = false;
264 modified = true;
266 modified = (bAdd) ? orig.addAll((Set)map2.get(key)) :
270 modified = true;
273 return modified;
292 boolean modified = false;
297 modified = (bAdd) ? orig.addAll((Set)map2.get(key)) :
301 modified = true;
304 return modified;
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/realm/
H A DRealmModifyService.java95 boolean modified = false;
103 modified = true;
112 modified = true;
115 if (modified) {
H A DRealmRemoveServiceAttributes.java94 boolean modified = false;
108 modified = true;
122 modified = true;
125 if (modified) {
H A DRealmAddServiceAttributes.java102 boolean modified = false;
116 modified = true;
130 modified = true;
133 if (modified) {
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/realm/
H A DRealmModifyService.java95 boolean modified = false;
103 modified = true;
112 modified = true;
115 if (modified) {
H A DRealmRemoveServiceAttributes.java94 boolean modified = false;
108 modified = true;
122 modified = true;
125 if (modified) {
H A DRealmAddServiceAttributes.java102 boolean modified = false;
116 modified = true;
130 modified = true;
133 if (modified) {
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/delegation/model/
H A DDelegationModelImpl.java158 boolean modified = false;
163 modified = true;
168 modified = true;
172 if (modified) {
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/delegation/model/
H A DDelegationModelImpl.java158 boolean modified = false;
163 modified = true;
168 modified = true;
172 if (modified) {
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/schema/
H A DCreateServerConfigXML.java122 String modified = modifyXML(template);
125 fout.write(modified.getBytes());
127 getOutputWriter().printlnMessage(modified);
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/schema/
H A DCreateServerConfigXML.java122 String modified = modifyXML(template);
125 fout.write(modified.getBytes());
127 getOutputWriter().printlnMessage(modified);
/forgerock/openidm-v4/openidm-policy/src/main/java/org/forgerock/openidm/policy/
H A DPolicyService.java112 * Configuration modified handling Ensures the service stays registered even
116 void modified(ComponentContext context) throws Exception { method in class:PolicyService
118 modified(null, configuration);
119 logger.info("OpenIDM Policy Service component is modified.");

Completed in 134 milliseconds

1234