Searched refs:DEFAULT (Results 1 - 25 of 266) sorted by relevance

1234567891011

/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/api/
H A DStoreMode.java26 DEFAULT, enum constant in enum:StoreMode
/forgerock/openam/openam-selfservice/src/main/java/org/forgerock/openam/selfservice/config/beans/
H A DRegistrationDestination.java28 DEFAULT, enum constant in enum:RegistrationDestination
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/api/
H A DStoreMode.java26 DEFAULT, enum constant in enum:StoreMode
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/cos/
H A DICOSDefinition.java174 public static final int DEFAULT = 0; field in interface:ICOSDefinition
/forgerock/openam-v13/openam-radius/openam-radius-common/src/main/java/org/forgerock/openam/radius/common/packet/
H A DTerminationActionAttribute.java47 public static final int DEFAULT = 0; field in class:TerminationActionAttribute
/forgerock/openam/openam-radius/openam-radius-common/src/main/java/org/forgerock/openam/radius/common/packet/
H A DTerminationActionAttribute.java47 public static final int DEFAULT = 0; field in class:TerminationActionAttribute
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/cos/
H A DICOSDefinition.java174 public static final int DEFAULT = 0; field in interface:ICOSDefinition
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/
H A DReplicationDB.java142 status = cursor.getLast(key, data, LockMode.DEFAULT);
148 status = cursor.getPrev(key, data, LockMode.DEFAULT);
339 LockMode.DEFAULT);
352 status = cursor.getNext(key, data, LockMode.DEFAULT);
407 LockMode.DEFAULT);
419 if (cursor.getPrev(key, data, LockMode.DEFAULT)
483 if (cursor.getSearchKeyRange(key, data, LockMode.DEFAULT)
488 if (cursor.getPrev(key, data, LockMode.DEFAULT)
495 if (cursor.getPrev(key, data, LockMode.DEFAULT)
515 if (cursor.getLast(key, data, LockMode.DEFAULT)
[all...]
H A DDraftCNDB.java240 OperationStatus status = cursor.getFirst(key, entry, LockMode.DEFAULT);
311 OperationStatus status = cursor.getLast(key, entry, LockMode.DEFAULT);
397 key, entry, LockMode.DEFAULT) != OperationStatus.SUCCESS)
401 LockMode.DEFAULT) != OperationStatus.SUCCESS)
409 if (localCursor.getPrev(key, entry, LockMode.DEFAULT)
675 OperationStatus status = cursor.getNext(key, entry, LockMode.DEFAULT);
H A DReplicationDbEnv.java170 OperationStatus status = cursor.getFirst(key, data, LockMode.DEFAULT);
219 status = cursor.getNext(key, data, LockMode.DEFAULT);
225 status = cursor.getFirst(key, data, LockMode.DEFAULT);
281 status = cursor.getNext(key, data, LockMode.DEFAULT);
331 OperationStatus status = stateDb.get(null, key, data, LockMode.DEFAULT);
361 status = stateDb.get(null, key, data, LockMode.DEFAULT);
449 OperationStatus status = stateDb.get(null, key, data, LockMode.DEFAULT);
513 OperationStatus status = stateDb.get(null, key, data, LockMode.DEFAULT);
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/server/
H A DReplicationDB.java142 status = cursor.getLast(key, data, LockMode.DEFAULT);
148 status = cursor.getPrev(key, data, LockMode.DEFAULT);
339 LockMode.DEFAULT);
352 status = cursor.getNext(key, data, LockMode.DEFAULT);
407 LockMode.DEFAULT);
419 if (cursor.getPrev(key, data, LockMode.DEFAULT)
483 if (cursor.getSearchKeyRange(key, data, LockMode.DEFAULT)
488 if (cursor.getPrev(key, data, LockMode.DEFAULT)
495 if (cursor.getPrev(key, data, LockMode.DEFAULT)
515 if (cursor.getLast(key, data, LockMode.DEFAULT)
[all...]
H A DDraftCNDB.java240 OperationStatus status = cursor.getFirst(key, entry, LockMode.DEFAULT);
311 OperationStatus status = cursor.getLast(key, entry, LockMode.DEFAULT);
397 key, entry, LockMode.DEFAULT) != OperationStatus.SUCCESS)
401 LockMode.DEFAULT) != OperationStatus.SUCCESS)
409 if (localCursor.getPrev(key, entry, LockMode.DEFAULT)
675 OperationStatus status = cursor.getNext(key, entry, LockMode.DEFAULT);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/server/
H A DReplicationDB.java142 status = cursor.getLast(key, data, LockMode.DEFAULT);
148 status = cursor.getPrev(key, data, LockMode.DEFAULT);
339 LockMode.DEFAULT);
352 status = cursor.getNext(key, data, LockMode.DEFAULT);
407 LockMode.DEFAULT);
419 if (cursor.getPrev(key, data, LockMode.DEFAULT)
483 if (cursor.getSearchKeyRange(key, data, LockMode.DEFAULT)
488 if (cursor.getPrev(key, data, LockMode.DEFAULT)
495 if (cursor.getPrev(key, data, LockMode.DEFAULT)
515 if (cursor.getLast(key, data, LockMode.DEFAULT)
[all...]
H A DDraftCNDB.java240 OperationStatus status = cursor.getFirst(key, entry, LockMode.DEFAULT);
311 OperationStatus status = cursor.getLast(key, entry, LockMode.DEFAULT);
397 key, entry, LockMode.DEFAULT) != OperationStatus.SUCCESS)
401 LockMode.DEFAULT) != OperationStatus.SUCCESS)
409 if (localCursor.getPrev(key, entry, LockMode.DEFAULT)
675 OperationStatus status = cursor.getNext(key, entry, LockMode.DEFAULT);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idsvcs/
H A DIdentityServicesFactory.java43 final private static String DEFAULT = field in class:IdentityServicesFactory
66 return getInstance(DEFAULT);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idsvcs/
H A DIdentityServicesFactory.java43 final private static String DEFAULT = field in class:IdentityServicesFactory
66 return getInstance(DEFAULT);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/datastore/
H A DDataStoreProviderManager.java48 public static final String DEFAULT = "default"; field in class:DataStoreProviderManager
75 defaultProvider.init(DEFAULT);
/forgerock/openam/openam-push-notification/src/main/java/org/forgerock/openam/services/push/sns/
H A DSnsPushMessageConverter.java50 private final static String DEFAULT = "default"; field in class:SnsPushMessageConverter
70 field(DEFAULT, message.getSubject()),
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/datastore/
H A DDataStoreProviderManager.java48 public static final String DEFAULT = "default"; field in class:DataStoreProviderManager
75 defaultProvider.init(DEFAULT);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DDefaultIDPAuthnContextMapper.java69 private static String DEFAULT = "default"; field in class:DefaultIDPAuthnContextMapper
171 authTypeAndValues = (Set) classRefSchemesMap.get(DEFAULT);
312 if (value.endsWith("|" + DEFAULT)) {
313 value = value.substring(0, value.length()-DEFAULT.length());
329 !classRefLevelMap.containsKey(DEFAULT))
331 classRefLevelMap.put(DEFAULT, authLevel);
356 classRefSchemesMap.put(DEFAULT, authTypeAndValues);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DDefaultIDPAuthnContextMapper.java62 private static String DEFAULT = "default"; field in class:DefaultIDPAuthnContextMapper
170 authTypeAndValues = (Set) classRefSchemesMap.get(DEFAULT);
304 if (value.endsWith("|" + DEFAULT)) {
305 value = value.substring(0, value.length()-DEFAULT.length());
321 !classRefLevelMap.containsKey(DEFAULT))
323 classRefLevelMap.put(DEFAULT, authLevel);
348 classRefSchemesMap.put(DEFAULT, authTypeAndValues);
/forgerock/opendj2/src/server/org/opends/server/replication/server/changelog/je/
H A DReplicationDB.java157 OperationStatus status = cursor.getLast(key, data, LockMode.DEFAULT);
168 status = cursor.getPrev(key, data, LockMode.DEFAULT);
359 if (cursor.getFirst(key, data, LockMode.DEFAULT) != SUCCESS)
372 if (cursor.getNext(key, data, LockMode.DEFAULT) != SUCCESS)
415 if (cursor.getLast(key, data, LockMode.DEFAULT) != SUCCESS)
427 if (cursor.getPrev(key, data, LockMode.DEFAULT) != SUCCESS)
572 boolean isCsnFound = startCSN == null || cursor.getSearchKey(key, data, LockMode.DEFAULT) == SUCCESS;
580 boolean isGreaterCsnFound = cursor.getSearchKeyRange(key, data, DEFAULT) == SUCCESS;
587 if (cursor.getPrev(key, data, LockMode.DEFAULT) != SUCCESS)
598 if (cursor.getPrev(key, data, LockMode.DEFAULT) !
[all...]
H A DDraftCNDB.java209 if (cursor.getFirst(key, entry, LockMode.DEFAULT) != SUCCESS)
285 if (cursor.getLast(key, entry, LockMode.DEFAULT) != SUCCESS)
362 if (localCursor.getSearchKey(key, entry, LockMode.DEFAULT) != SUCCESS)
365 if (localCursor.getSearchKeyRange(key, entry, DEFAULT) != SUCCESS)
375 if (localCursor.getPrev(key, entry, LockMode.DEFAULT) != SUCCESS)
549 OperationStatus status = cursor.getNext(key, entry, LockMode.DEFAULT);
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/changelog/je/
H A DReplicationDB.java157 OperationStatus status = cursor.getLast(key, data, LockMode.DEFAULT);
168 status = cursor.getPrev(key, data, LockMode.DEFAULT);
359 if (cursor.getFirst(key, data, LockMode.DEFAULT) != SUCCESS)
372 if (cursor.getNext(key, data, LockMode.DEFAULT) != SUCCESS)
415 if (cursor.getLast(key, data, LockMode.DEFAULT) != SUCCESS)
427 if (cursor.getPrev(key, data, LockMode.DEFAULT) != SUCCESS)
572 boolean isCsnFound = startCSN == null || cursor.getSearchKey(key, data, LockMode.DEFAULT) == SUCCESS;
580 boolean isGreaterCsnFound = cursor.getSearchKeyRange(key, data, DEFAULT) == SUCCESS;
587 if (cursor.getPrev(key, data, LockMode.DEFAULT) != SUCCESS)
598 if (cursor.getPrev(key, data, LockMode.DEFAULT) !
[all...]
H A DDraftCNDB.java209 if (cursor.getFirst(key, entry, LockMode.DEFAULT) != SUCCESS)
285 if (cursor.getLast(key, entry, LockMode.DEFAULT) != SUCCESS)
362 if (localCursor.getSearchKey(key, entry, LockMode.DEFAULT) != SUCCESS)
365 if (localCursor.getSearchKeyRange(key, entry, DEFAULT) != SUCCESS)
375 if (localCursor.getPrev(key, entry, LockMode.DEFAULT) != SUCCESS)
549 OperationStatus status = cursor.getNext(key, entry, LockMode.DEFAULT);

Completed in 52 milliseconds

1234567891011