Class InternalsConfigDto
java.lang.Object
com.evolveum.midpoint.web.page.admin.configuration.dto.InternalsConfigDto
- All Implemented Interfaces:
- Serializable
- Author:
- lazyman
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanbooleanbooleanprotected booleanbooleanbooleanvoidvoidvoidsetConsistencyChecks(boolean consistencyChecks) voidsetDetailedDebugDump(boolean detailedDebugDump) voidsetEncryptionChecks(boolean encryptionChecks) protected voidsetModelProfiling(boolean modelProfiling) voidsetReadEncryptionChecks(boolean readEncryptionChecks) voidsetTolerateUndeclaredPrefixes(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- 
InternalsConfigDtopublic InternalsConfigDto()
 
- 
- 
Method Details- 
isConsistencyCheckspublic boolean isConsistencyChecks()
- 
setConsistencyCheckspublic void setConsistencyChecks(boolean consistencyChecks) 
- 
isEncryptionCheckspublic boolean isEncryptionChecks()
- 
setEncryptionCheckspublic void setEncryptionChecks(boolean encryptionChecks) 
- 
isReadEncryptionCheckspublic boolean isReadEncryptionChecks()
- 
setReadEncryptionCheckspublic void setReadEncryptionChecks(boolean readEncryptionChecks) 
- 
isModelProfilingprotected boolean isModelProfiling()
- 
setModelProfilingprotected void setModelProfiling(boolean modelProfiling) 
- 
isDetailedDebugDumppublic boolean isDetailedDebugDump()
- 
setDetailedDebugDumppublic void setDetailedDebugDump(boolean detailedDebugDump) 
- 
isTolerateUndeclaredPrefixespublic boolean isTolerateUndeclaredPrefixes()
- 
setTolerateUndeclaredPrefixespublic void setTolerateUndeclaredPrefixes(boolean tolerateUndeclaredPrefixes) 
- 
saveInternalsConfigpublic void saveInternalsConfig()
- 
saveDebugUtilpublic void saveDebugUtil()
 
-