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

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DOnDiskMergeImporter.java3452 private static final IndexVisitor setTrust(boolean trustValue, Importer importer) argument
3454 return setTrust(trustValue, asWriteableTransaction(importer));
3457 private static final IndexVisitor setTrust(boolean trustValue, WriteableTransaction txn) argument
3459 return new TrustModifier(txn, trustValue);
3466 private final boolean trustValue; field in class:OnDiskMergeImporter.TrustModifier
3468 TrustModifier(WriteableTransaction txn, boolean trustValue) argument
3471 this.trustValue = trustValue;
3477 index.setTrusted(txn, trustValue);
3483 index.setTrusted(txn, trustValue);
[all...]

Completed in 42 milliseconds