Searched defs:previous (Results 1 - 25 of 72) sorted by relevance

123

/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/utils/
H A DModifiedProperty.java21 * Responsible for tracking the current and previous values of a property
30 private T previous; field in class:ModifiedProperty
37 previous = current;
50 * the previous value. Handles nulls.
53 return (current == null ? previous != null : !current.equals(previous));
60 current, previous);
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/utils/
H A DModifiedProperty.java21 * Responsible for tracking the current and previous values of a property
30 private T previous; field in class:ModifiedProperty
37 previous = current;
50 * the previous value. Handles nulls.
53 return (current == null ? previous != null : !current.equals(previous));
60 current, previous);
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/api/
H A DTokenStorageAdapter.java53 * @param previous The non null previous Token to check against.
58 boolean update(T connection, Token previous, Token updated) throws DataLayerException; argument
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/common/
H A DGeneralTaskRunnable.java68 * Returns the TaskRunnable previous to this TaskRunnable in the
73 * @return previous TaskRunnable object or null if it is not set
76 public TaskRunnable previous() { method in class:GeneralTaskRunnable
93 * Sets the TaskRunnable previous to this TaskRunnable in the linked-list.
97 * @param task The previous TaskRunnable
H A DTaskRunnable.java75 * Sets the TaskRunnable previous to this TaskRunnable in the linked-list.
79 * @param task The previous TaskRunnable
125 * Returns the TaskRunnable previous to this TaskRunnable in the
128 * @return previous TaskRunnable object or null if it is not set
131 public TaskRunnable previous(); method in interface:TaskRunnable
H A DHeadTaskRunnable.java259 * Implements for TaskRunnable interface, There is no previous element for
277 * Implements for TaskRunnable interface, there is no previous element for
280 * @return null means there is no previous element
283 public TaskRunnable previous() { method in class:HeadTaskRunnable
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/common/
H A DGeneralTaskRunnable.java68 * Returns the TaskRunnable previous to this TaskRunnable in the
73 * @return previous TaskRunnable object or null if it is not set
76 public TaskRunnable previous() { method in class:GeneralTaskRunnable
93 * Sets the TaskRunnable previous to this TaskRunnable in the linked-list.
97 * @param task The previous TaskRunnable
H A DTaskRunnable.java75 * Sets the TaskRunnable previous to this TaskRunnable in the linked-list.
79 * @param task The previous TaskRunnable
125 * Returns the TaskRunnable previous to this TaskRunnable in the
128 * @return previous TaskRunnable object or null if it is not set
131 public TaskRunnable previous(); method in interface:TaskRunnable
H A DHeadTaskRunnable.java259 * Implements for TaskRunnable interface, There is no previous element for
277 * Implements for TaskRunnable interface, there is no previous element for
280 * @return null means there is no previous element
283 public TaskRunnable previous() { method in class:HeadTaskRunnable
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/cts/impl/
H A DLdapAdapter.java114 * @param previous The non null previous Token to check against.
119 public boolean update(Connection connection, Token previous, Token updated) throws LdapOperationFailedException { argument
123 Entry previousEntry = conversion.getEntry(previous);
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/api/
H A DTokenStorageAdapter.java56 * @param previous The non null previous Token to check against.
63 Token update(Token previous, Token updated, Options options) throws DataLayerException; argument
/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/opensso/
H A DPolicyPrivilegeManager.java404 protected void notifyPrivilegeChanged(String realm, Privilege previous, Privilege current) throws EntitlementException { argument
406 if (previous != null) {
407 Set<String> r = previous.getEntitlement().getResourceNames();
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/cts/impl/
H A DLdapAdapter.java160 * so the etag is removed from the previous and updated token before the diff is
163 * <p>If the {@literal previous} {@code Token} contains a non-{@code null}
168 * @param previous The non null previous Token to check against.
172 * present on the {@literal previous} token.
174 public Token update(Token previous, Token updated, Options options) throws DataLayerException { argument
178 Entry previousEntry = conversion.getEntry(previous);
189 return previous;
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/opensso/
H A DPolicyPrivilegeManager.java280 protected void notifyPrivilegeChanged(String realm, Privilege previous, Privilege current, argument
283 if (previous != null) {
284 Set<String> r = previous.getEntitlement().getResourceNames();
/forgerock/opendj2/src/server/org/opends/server/api/
H A DDITCacheMap.java107 Node<T> previous; field in class:DITCacheMap.Node
246 node.previous = null;
267 newParentNode.previous = null;
281 node.previous = lastNode;
341 final Node<T> previousNode = node.previous;
345 nextNode.previous = previousNode;
386 node.previous = null;
458 node.previous = null;
/forgerock/opendj-b2.6/src/server/org/opends/server/api/
H A DDITCacheMap.java108 Node<T> previous; field in class:DITCacheMap.Node
247 node.previous = null;
268 newParentNode.previous = null;
282 node.previous = lastNode;
342 final Node<T> previousNode = node.previous;
346 nextNode.previous = previousNode;
387 node.previous = null;
459 node.previous = null;
/forgerock/opendj2.6.2/src/server/org/opends/server/api/
H A DDITCacheMap.java108 Node<T> previous; field in class:DITCacheMap.Node
247 node.previous = null;
268 newParentNode.previous = null;
282 node.previous = lastNode;
342 final Node<T> previousNode = node.previous;
346 nextNode.previous = previousNode;
387 node.previous = null;
459 node.previous = null;
/forgerock/opendj2-hg/src/server/org/opends/server/api/
H A DDITCacheMap.java107 Node<T> previous; field in class:DITCacheMap.Node
246 node.previous = null;
267 newParentNode.previous = null;
281 node.previous = lastNode;
341 final Node<T> previousNode = node.previous;
345 nextNode.previous = previousNode;
386 node.previous = null;
458 node.previous = null;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/api/
H A DDITCacheMap.java108 Node<T> previous; field in class:DITCacheMap.Node
247 node.previous = null;
268 newParentNode.previous = null;
282 node.previous = lastNode;
342 final Node<T> previousNode = node.previous;
346 nextNode.previous = previousNode;
387 node.previous = null;
459 node.previous = null;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/api/
H A DDITCacheMap.java103 Node<T> previous; field in class:DITCacheMap.Node
214 node.previous = null;
235 newParentNode.previous = null;
249 node.previous = lastNode;
307 final Node<T> previousNode = node.previous;
311 nextNode.previous = previousNode;
351 node.previous = null;
418 node.previous = null;
/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/
H A DPrivilegeManager.java384 protected void notifyPrivilegeChanged(String realm, Privilege previous, Privilege current) argument
388 if (previous != null) {
389 Set<String> r = previous.getEntitlement().getResourceNames();
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/
H A DPrivilegeManager.java374 protected abstract void notifyPrivilegeChanged(String realm, Privilege previous, Privilege current, argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/jeb/
H A DJEStorage.java959 public Path previous() method in class:JEStorage.JELogFilesIterator
961 return iterator.previous();
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DInternalSession.java475 * @return The task previous to this one.
477 public TaskRunnable previous() { method in class:InternalSession
493 * @param task The task previous to this one.
/forgerock/web-agents-v4/pcre/
H A Dpcre_compile.c988 bracount number of previous extracting brackets
1195 number is less than 8 (used to be 10), or if there are that many previous
3142 a previous iterator, this is not possible. */
4034 previous_callout points to previous callout item
4416 pcre_uchar *previous = NULL; local
4518 previous cycle of this loop. */
4552 /* If "previous" is set and it is not at the start of the work space, move
4554 if "previous" is NULL, reset the current code pointer to the start. */
4556 if (previous != NULL)
4558 if (previous > orig_cod
[all...]

Completed in 162 milliseconds

123