Searched refs:trusted (Results 1 - 25 of 48) sorted by relevance

12

/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/dashboard/services/
H A DTrustedDevicesService.js27 url: fetchUrl.default(`/users/${Configuration.loggedUser.get("uid")}/devices/trusted/?_queryId=*`),
34 url: fetchUrl.default(`/users/${Configuration.loggedUser.get("uid")}/devices/trusted/${id}`),
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DSuffix.java278 * Sets the trusted status of all of the indexes, vlvIndexes, id2children
281 * @param trusted True if the indexes should be trusted or false
285 * trusted.
287 public void setIndexesTrusted(boolean trusted) throws DatabaseException argument
289 entryContainer.getID2Children().setTrusted(null,trusted);
290 entryContainer.getID2Subtree().setTrusted(null, trusted);
295 index.setTrusted(null, trusted);
298 index.setTrusted(null, trusted);
301 index.setTrusted(null, trusted);
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/importLDIF/
H A DSuffix.java279 * Sets the trusted status of all of the indexes, vlvIndexes, id2children
282 * @param trusted True if the indexes should be trusted or false
286 * trusted.
288 public void setIndexesTrusted(boolean trusted) throws DatabaseException argument
290 entryContainer.getID2Children().setTrusted(null,trusted);
291 entryContainer.getID2Subtree().setTrusted(null, trusted);
296 index.setTrusted(null, trusted);
299 index.setTrusted(null, trusted);
302 index.setTrusted(null, trusted);
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DSuffix.java279 * Sets the trusted status of all of the indexes, vlvIndexes, id2children
282 * @param trusted True if the indexes should be trusted or false
286 * trusted.
288 public void setIndexesTrusted(boolean trusted) throws DatabaseException argument
290 entryContainer.getID2Children().setTrusted(null,trusted);
291 entryContainer.getID2Subtree().setTrusted(null, trusted);
296 index.setTrusted(null, trusted);
299 index.setTrusted(null, trusted);
302 index.setTrusted(null, trusted);
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DSuffix.java278 * Sets the trusted status of all of the indexes, vlvIndexes, id2children
281 * @param trusted True if the indexes should be trusted or false
285 * trusted.
287 public void setIndexesTrusted(boolean trusted) throws DatabaseException argument
289 entryContainer.getID2Children().setTrusted(null,trusted);
290 entryContainer.getID2Subtree().setTrusted(null, trusted);
295 index.setTrusted(null, trusted);
298 index.setTrusted(null, trusted);
301 index.setTrusted(null, trusted);
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DSuffix.java279 * Sets the trusted status of all of the indexes, vlvIndexes, id2children
282 * @param trusted True if the indexes should be trusted or false
286 * trusted.
288 public void setIndexesTrusted(boolean trusted) throws DatabaseException argument
290 entryContainer.getID2Children().setTrusted(null,trusted);
291 entryContainer.getID2Subtree().setTrusted(null, trusted);
296 index.setTrusted(null, trusted);
299 index.setTrusted(null, trusted);
302 index.setTrusted(null, trusted);
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DDefaultIndex.java66 * A flag to indicate if this index should be trusted to be consistent with the entries tree.
67 * If not trusted, we assume that existing entryIDSets for a key is still accurate. However, keys
69 * observed when the index is not trusted:
75 private volatile boolean trusted; field in class:DefaultIndex
105 trusted = flags.contains(TRUSTED);
106 if (!trusted && entryContainer.getHighestEntryID(txn).longValue() == 0)
109 // is no reason why this index can't be upgraded to trusted.
186 * If index is not trusted then this will cause all subsequent reads for this key to
191 else if (trusted)
267 return trusted
291 setTrusted(WriteableTransaction txn, boolean trusted) argument
[all...]
H A DIndex.java52 void setTrusted(WriteableTransaction txn, boolean trusted); argument
H A DVLVIndex.java111 * A flag to indicate if this vlvIndex should be trusted to be consistent with the entries tree.
113 private boolean trusted; field in class:VLVIndex
138 this.trusted = state.getIndexFlags(txn, getName()).contains(IndexFlag.TRUSTED);
139 if (!trusted && entryContainer.getHighestEntryID(txn).longValue() == 0)
143 * can't be upgraded to trusted.
285 trusted = false;
348 return trusted;
351 synchronized void setTrusted(final WriteableTransaction txn, final boolean trusted) throws StorageRuntimeException argument
353 this.trusted = trusted;
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DCircleOfTrust.cs54 /// Name of key of property used for list of trusted providers.
56 private const string TrustedProvidersKey = "sun-fm-trusted-providers";
156 /// <returns>True if providers are trusted, false otherwise.</returns>
160 string trusted = this.Attributes[CircleOfTrust.TrustedProvidersKey];
162 if (trusted != null)
165 string[] values = trusted.Split(separator, StringSplitOptions.RemoveEmptyEntries);
/forgerock/openam/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DCircleOfTrust.cs54 /// Name of key of property used for list of trusted providers.
56 private const string TrustedProvidersKey = "sun-fm-trusted-providers";
156 /// <returns>True if providers are trusted, false otherwise.</returns>
160 string trusted = this.Attributes[CircleOfTrust.TrustedProvidersKey];
162 if (trusted != null)
165 string[] values = trusted.Split(separator, StringSplitOptions.RemoveEmptyEntries);
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DState.java86 * @param index The index storing the trusted state info.
107 * @param index The index storing the trusted state info.
108 * @return The trusted state of the index in the database.
135 * @param vlvIndex The index storing the trusted state info.
136 * @return The trusted state of the index in the database.
163 * @param index The index storing the trusted state info.
164 * @param trusted The state value to put into the database.
169 boolean trusted)
178 if(trusted)
195 * @param vlvIndex The VLV index storing the trusted stat
168 putIndexTrustState(Transaction txn, Index index, boolean trusted) argument
200 putIndexTrustState(Transaction txn, VLVIndex vlvIndex, boolean trusted) argument
[all...]
H A DIndex.java97 * A flag to indicate if this index should be trusted to be consistent
98 * with the entries database. If not trusted, we assume that existing
101 * rules will be observed when the index is not trusted:
106 private boolean trusted = false; field in class:Index
113 * flag overrides all behaviours of the trusted flag.
177 this.trusted = state.getIndexTrustState(null, this);
178 if(!trusted && entryContainer.getHighestEntryID().equals(new EntryID(0)))
181 // is no reason why this index can't be upgraded to trusted.
288 if(rebuildRunning || trusted)
476 if(rebuildRunning || trusted)
1429 setTrusted(Transaction txn, boolean trusted) argument
[all...]
H A DVLVIndex.java97 * A flag to indicate if this vlvIndex should be trusted to be consistent
100 private boolean trusted = false; field in class:VLVIndex
233 this.trusted = state.getIndexTrustState(null, this);
234 if(!trusted && entryContainer.getHighestEntryID().equals(new EntryID(0)))
237 // is no reason why this vlvIndex can't be upgraded to trusted.
1133 if(!trusted || rebuildRunning)
1496 * @param trusted True if this vlvIndex should be trusted or false
1500 public synchronized void setTrusted(Transaction txn, boolean trusted) argument
1503 this.trusted
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DState.java86 * @param index The index storing the trusted state info.
107 * @param index The index storing the trusted state info.
108 * @return The trusted state of the index in the database.
135 * @param vlvIndex The index storing the trusted state info.
136 * @return The trusted state of the index in the database.
163 * @param index The index storing the trusted state info.
164 * @param trusted The state value to put into the database.
169 boolean trusted)
178 if(trusted)
195 * @param vlvIndex The VLV index storing the trusted stat
168 putIndexTrustState(Transaction txn, Index index, boolean trusted) argument
200 putIndexTrustState(Transaction txn, VLVIndex vlvIndex, boolean trusted) argument
[all...]
H A DIndex.java97 * A flag to indicate if this index should be trusted to be consistent
98 * with the entries database. If not trusted, we assume that existing
101 * rules will be observed when the index is not trusted:
106 private boolean trusted = false; field in class:Index
113 * flag overrides all behaviours of the trusted flag.
177 this.trusted = state.getIndexTrustState(null, this);
178 if(!trusted && entryContainer.getHighestEntryID().equals(new EntryID(0)))
181 // is no reason why this index can't be upgraded to trusted.
288 if(rebuildRunning || trusted)
476 if(rebuildRunning || trusted)
1429 setTrusted(Transaction txn, boolean trusted) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DState.java102 * @param index The index storing the trusted state info.
122 * @param index The index storing the trusted state info.
123 * @return The trusted state of the index in the database.
147 * @param index The index storing the trusted state info.
148 * @param trusted The state value to put into the database.
153 boolean trusted)
159 if(trusted)
152 putIndexTrustState(Transaction txn, DatabaseContainer index, boolean trusted) argument
H A DIndex.java96 * A flag to indicate if this index should be trusted to be consistent
97 * with the entries database. If not trusted, we assume that existing
100 * rules will be observed when the index is not trusted:
105 private boolean trusted = false; field in class:Index
112 * flag overrides all behaviours of the trusted flag.
176 this.trusted = state.getIndexTrustState(null, this);
177 if(!trusted && entryContainer.getHighestEntryID().equals(new EntryID(0)))
180 // is no reason why this index can't be upgraded to trusted.
287 if(rebuildRunning || trusted)
475 if(rebuildRunning || trusted)
1428 setTrusted(Transaction txn, boolean trusted) argument
[all...]
H A DVLVIndex.java96 * A flag to indicate if this vlvIndex should be trusted to be consistent
99 private boolean trusted = false; field in class:VLVIndex
232 this.trusted = state.getIndexTrustState(null, this);
233 if(!trusted && entryContainer.getHighestEntryID().equals(new EntryID(0)))
236 // is no reason why this vlvIndex can't be upgraded to trusted.
1132 if(!trusted || rebuildRunning)
1495 * @param trusted True if this vlvIndex should be trusted or false
1499 public synchronized void setTrusted(Transaction txn, boolean trusted) argument
1502 this.trusted
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DState.java103 * @param index The index storing the trusted state info.
123 * @param index The index storing the trusted state info.
124 * @return The trusted state of the index in the database.
148 * @param index The index storing the trusted state info.
149 * @param trusted The state value to put into the database.
154 boolean trusted)
160 if(trusted)
153 putIndexTrustState(Transaction txn, DatabaseContainer index, boolean trusted) argument
H A DIndex.java97 * A flag to indicate if this index should be trusted to be consistent
98 * with the entries database. If not trusted, we assume that existing
101 * rules will be observed when the index is not trusted:
106 private boolean trusted = false; field in class:Index
113 * flag overrides all behaviours of the trusted flag.
177 this.trusted = state.getIndexTrustState(null, this);
178 if(!trusted && entryContainer.getHighestEntryID().equals(new EntryID(0)))
181 // is no reason why this index can't be upgraded to trusted.
288 if(rebuildRunning || trusted)
476 if(rebuildRunning || trusted)
1429 setTrusted(Transaction txn, boolean trusted) argument
[all...]
H A DVLVIndex.java97 * A flag to indicate if this vlvIndex should be trusted to be consistent
100 private boolean trusted = false; field in class:VLVIndex
233 this.trusted = state.getIndexTrustState(null, this);
234 if(!trusted && entryContainer.getHighestEntryID().equals(new EntryID(0)))
237 // is no reason why this vlvIndex can't be upgraded to trusted.
1133 if(!trusted || rebuildRunning)
1496 * @param trusted True if this vlvIndex should be trusted or false
1500 public synchronized void setTrusted(Transaction txn, boolean trusted) argument
1503 this.trusted
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DState.java102 * @param index The index storing the trusted state info.
122 * @param index The index storing the trusted state info.
123 * @return The trusted state of the index in the database.
147 * @param index The index storing the trusted state info.
148 * @param trusted The state value to put into the database.
153 boolean trusted)
159 if(trusted)
152 putIndexTrustState(Transaction txn, DatabaseContainer index, boolean trusted) argument
H A DIndex.java96 * A flag to indicate if this index should be trusted to be consistent
97 * with the entries database. If not trusted, we assume that existing
100 * rules will be observed when the index is not trusted:
105 private boolean trusted = false; field in class:Index
112 * flag overrides all behaviours of the trusted flag.
176 this.trusted = state.getIndexTrustState(null, this);
177 if(!trusted && entryContainer.getHighestEntryID().equals(new EntryID(0)))
180 // is no reason why this index can't be upgraded to trusted.
287 if(rebuildRunning || trusted)
475 if(rebuildRunning || trusted)
1428 setTrusted(Transaction txn, boolean trusted) argument
[all...]
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/trustedservletfilter/
H A DREADME.md30 2. cp samples/trustedservletfilter/filter/target/sample-trusted-servletfilter-1.0.jar bundle
77 To demonstrate the servlet filter passing a "trusted", authenticated user to OpenIDM,
110 id to regard as "trusted".
115 trusted user id.

Completed in 123 milliseconds

12