Searched defs:supportedFeatures (Results 1 - 25 of 48) sorted by relevance

12

/forgerock/opendj-b2.6/src/server/org/opends/server/backends/
H A DMemoryBackend.java130 private HashSet<String> supportedFeatures; field in class:MemoryBackend
208 supportedFeatures = new HashSet<String>();
736 return supportedFeatures;
H A DNullBackend.java125 private HashSet<String> supportedFeatures; field in class:NullBackend
194 supportedFeatures = new HashSet<String>();
428 return supportedFeatures;
H A DBackupBackend.java94 private HashSet<String> supportedFeatures; field in class:BackupBackend
207 supportedFeatures = new HashSet<String>(0);
1034 return supportedFeatures;
H A DLDIFBackend.java120 private HashSet<String> supportedFeatures; field in class:LDIFBackend
1099 return supportedFeatures;
1479 supportedFeatures = new HashSet<String>(0);
H A DMonitorBackend.java98 private HashSet<String> supportedFeatures; field in class:MonitorBackend
251 supportedFeatures = new HashSet<String>(0);
525 return supportedFeatures;
H A DRootDSEBackend.java137 private HashSet<String> supportedFeatures; field in class:RootDSEBackend
304 supportedFeatures = new HashSet<String>(0);
1264 return supportedFeatures;
H A DTrustStoreBackend.java117 private HashSet<String> supportedFeatures; field in class:TrustStoreBackend
372 supportedFeatures = new HashSet<String>(0);
834 return supportedFeatures;
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/
H A DMemoryBackend.java130 private HashSet<String> supportedFeatures; field in class:MemoryBackend
208 supportedFeatures = new HashSet<String>();
736 return supportedFeatures;
H A DNullBackend.java125 private HashSet<String> supportedFeatures; field in class:NullBackend
194 supportedFeatures = new HashSet<String>();
428 return supportedFeatures;
H A DBackupBackend.java94 private HashSet<String> supportedFeatures; field in class:BackupBackend
207 supportedFeatures = new HashSet<String>(0);
1034 return supportedFeatures;
H A DLDIFBackend.java120 private HashSet<String> supportedFeatures; field in class:LDIFBackend
1099 return supportedFeatures;
1479 supportedFeatures = new HashSet<String>(0);
H A DMonitorBackend.java98 private HashSet<String> supportedFeatures; field in class:MonitorBackend
251 supportedFeatures = new HashSet<String>(0);
525 return supportedFeatures;
H A DRootDSEBackend.java137 private HashSet<String> supportedFeatures; field in class:RootDSEBackend
304 supportedFeatures = new HashSet<String>(0);
1264 return supportedFeatures;
H A DTrustStoreBackend.java117 private HashSet<String> supportedFeatures; field in class:TrustStoreBackend
372 supportedFeatures = new HashSet<String>(0);
834 return supportedFeatures;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/
H A DMemoryBackend.java130 private HashSet<String> supportedFeatures; field in class:MemoryBackend
208 supportedFeatures = new HashSet<String>();
736 return supportedFeatures;
H A DNullBackend.java125 private HashSet<String> supportedFeatures; field in class:NullBackend
194 supportedFeatures = new HashSet<String>();
428 return supportedFeatures;
H A DBackupBackend.java94 private HashSet<String> supportedFeatures; field in class:BackupBackend
207 supportedFeatures = new HashSet<String>(0);
1034 return supportedFeatures;
H A DLDIFBackend.java120 private HashSet<String> supportedFeatures; field in class:LDIFBackend
1099 return supportedFeatures;
1479 supportedFeatures = new HashSet<String>(0);
H A DMonitorBackend.java98 private HashSet<String> supportedFeatures; field in class:MonitorBackend
251 supportedFeatures = new HashSet<String>(0);
525 return supportedFeatures;
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/
H A DReplicationBackend.java149 private HashSet<String> supportedFeatures; field in class:ReplicationBackend
238 supportedFeatures = new HashSet<String>();
495 return supportedFeatures;
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DBackendImpl.java151 private static HashSet<String> supportedFeatures; field in class:BackendImpl
155 supportedFeatures = new HashSet<String>();
580 return supportedFeatures;
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/task/
H A DTaskBackend.java105 private HashSet<String> supportedFeatures; field in class:TaskBackend
241 supportedFeatures = new HashSet<String>(0);
1107 return supportedFeatures;
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DBackendImpl.java147 private static HashSet<String> supportedFeatures; field in class:BackendImpl
151 supportedFeatures = new HashSet<String>();
577 return supportedFeatures;
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/task/
H A DTaskBackend.java105 private HashSet<String> supportedFeatures; field in class:TaskBackend
241 supportedFeatures = new HashSet<String>(0);
1107 return supportedFeatures;
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/server/
H A DReplicationBackend.java149 private HashSet<String> supportedFeatures; field in class:ReplicationBackend
238 supportedFeatures = new HashSet<String>();
495 return supportedFeatures;

Completed in 74 milliseconds

12