Class InternalsConfigDto
java.lang.Object
com.evolveum.midpoint.web.page.admin.configuration.dto.InternalsConfigDto
- All Implemented Interfaces:
Serializable
- Author:
- lazyman
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
protected boolean
boolean
boolean
void
void
void
setConsistencyChecks
(boolean consistencyChecks) void
setDetailedDebugDump
(boolean detailedDebugDump) void
setEncryptionChecks
(boolean encryptionChecks) protected void
setModelProfiling
(boolean modelProfiling) void
setReadEncryptionChecks
(boolean readEncryptionChecks) void
setTolerateUndeclaredPrefixes
(boolean tolerateUndeclaredPrefixes)
-
Field Details
-
F_CONSISTENCY_CHECKS
- See Also:
-
F_ENCRYPTION_CHECKS
- See Also:
-
F_READ_ENCRYPTION_CHECKS
- See Also:
-
F_MODEL_PROFILING
- See Also:
-
F_DETAILED_DEBUG_DUMP
- See Also:
-
F_TOLERATE_UNDECLARED_PREFIXES
- See Also:
-
-
Constructor Details
-
InternalsConfigDto
public InternalsConfigDto()
-
-
Method Details
-
isConsistencyChecks
public boolean isConsistencyChecks() -
setConsistencyChecks
public void setConsistencyChecks(boolean consistencyChecks) -
isEncryptionChecks
public boolean isEncryptionChecks() -
setEncryptionChecks
public void setEncryptionChecks(boolean encryptionChecks) -
isReadEncryptionChecks
public boolean isReadEncryptionChecks() -
setReadEncryptionChecks
public void setReadEncryptionChecks(boolean readEncryptionChecks) -
isModelProfiling
protected boolean isModelProfiling() -
setModelProfiling
protected void setModelProfiling(boolean modelProfiling) -
isDetailedDebugDump
public boolean isDetailedDebugDump() -
setDetailedDebugDump
public void setDetailedDebugDump(boolean detailedDebugDump) -
isTolerateUndeclaredPrefixes
public boolean isTolerateUndeclaredPrefixes() -
setTolerateUndeclaredPrefixes
public void setTolerateUndeclaredPrefixes(boolean tolerateUndeclaredPrefixes) -
saveInternalsConfig
public void saveInternalsConfig() -
saveDebugUtil
public void saveDebugUtil()
-