Searched refs:supports (Results 1 - 25 of 47) sorted by relevance

12

/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/
H A DFRAMechanismFactory.h41 * Gets whether this FRAMechanismFactory supports the mechnaism type in the given uri
45 - (bool) supports:(NSURL *)uri;
H A DFRAOathMechanismFactory.m210 - (bool)supports:(NSURL *)uri {
H A DFRAPushMechanismFactory.m191 - (BOOL)supports:(NSURL *)uri {
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/backends/
H A DGenericBackendTestCase.java88 /** Tests the supports control method for the provided backend. */
103 /** Tests the supports LDIF export method for the provided backend. */
107 b.supports(BackendOperation.LDIF_EXPORT);
110 /** Tests the supports LDIF import method for the provided backend. */
114 b.supports(BackendOperation.LDIF_IMPORT);
117 /** Tests the supports Backup method for the provided backend. */
121 b.supports(BackendOperation.BACKUP);
124 /** Tests the supports restore method for the provided backend. */
128 b.supports(BackendOperation.RESTORE);
H A DLDIFBackendTestCase.java683 assertTrue(b.supports(BackendOperation.LDIF_EXPORT));
714 assertFalse(b.supports(BackendOperation.BACKUP));
728 assertFalse(b.supports(BackendOperation.RESTORE));
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tasks/
H A DBackupTask.java292 if (b != null && b.supports(BackendOperation.BACKUP))
309 else if (!b.supports(BackendOperation.BACKUP))
H A DRebuildTask.java185 if (!backend.supports(BackendOperation.INDEXING))
H A DRestoreTask.java280 if (!backend.supports(BackendOperation.RESTORE))
H A DExportTask.java291 else if (!backend.supports(BackendOperation.LDIF_EXPORT))
H A DImportTask.java319 else if (!backend.supports(BackendOperation.LDIF_IMPORT))
484 else if (!backend.supports(BackendOperation.LDIF_IMPORT))
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/backends/pluggable/
H A DPluggableBackendImplTestCase.java871 assertTrue(backend.supports(BackendOperation.LDIF_EXPORT), "Export not supported");
885 assertTrue(backend.supports(BackendOperation.LDIF_IMPORT), "Import not supported");
1083 assertEquals(backend.supports(BackendOperation.BACKUP), true, "Skip Backup");
1091 assertTrue(backend.supports(BackendOperation.RESTORE), "Skip Restore");
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/
H A DReadOnlyConfigFileHandler.java440 public boolean supports(BackendOperation backendOperation) method in class:ReadOnlyConfigFileHandler
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/api/
H A DBackend.java452 * subordinate entries (unless the backend supports a subtree delete
554 * Indicates whether this backend supports the specified control.
559 * @return {@code true} if this backends supports the control with
580 /** Indicates whether this backend supports indexing attributes to speed up searches. */
582 /** Indicates whether this backend supports exporting the data it contains to an LDIF file. */
584 /** Indicates whether this backend supports importing its data from an LDIF file. */
599 * Indicates whether this backend supports the provided backend operation.
603 * @return {@code true} if this backend supports the provided backend operation, {@code false}
606 public abstract boolean supports(BackendOperation backendOperation); method in class:Backend
610 * {@link #supports(BackendOperatio
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/
H A DNullBackend.java325 public boolean supports(BackendOperation backendOperation) method in class:NullBackend
H A DMemoryBackend.java621 public boolean supports(BackendOperation backendOperation) method in class:MemoryBackend
H A DMonitorBackend.java585 public boolean supports(BackendOperation backendOperation) method in class:MonitorBackend
H A DBackupBackend.java900 public boolean supports(BackendOperation backendOperation) method in class:BackupBackend
H A DLDIFBackend.java969 public boolean supports(BackendOperation backendOperation) method in class:LDIFBackend
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DVerifyIndex.java357 if (!backend.supports(BackendOperation.INDEXING))
H A DBackUpDB.java606 if (b.supports(BackendOperation.BACKUP))
626 if (!b.supports(BackendOperation.BACKUP))
816 if (!b.supports(BackendOperation.BACKUP))
H A DExportLDIF.java649 else if (!backend.supports(BackendOperation.RESTORE))
H A DRebuildIndex.java631 if (!backend.supports(BackendOperation.INDEXING))
H A DRestoreDB.java556 else if (!backend.supports(BackendOperation.RESTORE))
/forgerock/openam-v13/openam-oauth/samples/StockClient/lib/
H A Djersey-core-1.1.1-ea-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jersey/ com/sun/jersey/api/ ...
/forgerock/openam-v13/openam-oauth/samples/StockService/lib/
H A Djersey-core-1.1.1-ea-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jersey/ com/sun/jersey/api/ ...

Completed in 208 milliseconds

12