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

12

/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/
H A DFRAFMDatabaseConnectionHelper.h56 + (NSString *)readSchema:(NSString *)schema withError:(NSError *__autoreleasing *)error;
H A DFRAFMDatabaseConnectionHelper.m144 NSString* query = [FRAFMDatabaseConnectionHelper readSchema:@"init_check" withError:error];
177 NSString* schema = [FRAFMDatabaseConnectionHelper readSchema:@"schema" withError:error];
196 + (NSString *)readSchema:(NSString *)schemaName withError:(NSError *__autoreleasing *)error {
/forgerock/authenticator-ios-v2/unit-tests/
H A DFRAModelsFromDatabaseTest.m79 OCMStub([mockSqlDatabase readSchema:@"read_all" withError:nil]).andReturn(nil);
88 OCMStub([mockSqlDatabase readSchema:@"read_all" withError:nil]).andReturn(ReadSchema);
98 OCMStub([mockSqlDatabase readSchema:@"read_all" withError:[OCMArg anyObjectRef]]).andReturn(ReadSchema);
111 OCMStub([mockSqlDatabase readSchema:@"read_all" withError:nil]).andReturn(ReadSchema);
130 OCMStub([mockSqlDatabase readSchema:@"read_all" withError:nil]).andReturn(ReadSchema);
149 OCMStub([mockSqlDatabase readSchema:@"read_all" withError:nil]).andReturn(ReadSchema);
172 OCMStub([mockSqlDatabase readSchema:@"read_all" withError:nil]).andReturn(ReadSchema);
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/util/
H A DConfigReader.java305 protected void readSchema() throws ConfigException, InitializationException, method in class:ConfigReader
309 loader.readSchema();
H A DRemoteSchemaLoader.java80 public void readSchema(InitialLdapContext ctx) throws NamingException, method in class:RemoteSchemaLoader
H A DConfigFromDirContext.java260 readSchema(ctx);
574 private void readSchema(InitialLdapContext ctx) throws OpenDsException method in class:ConfigFromDirContext
578 super.readSchema();
585 loader.readSchema(ctx);
H A DSchemaLoader.java129 public void readSchema() throws DirectoryException, method in class:SchemaLoader
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/util/
H A DConfigReader.java304 protected void readSchema() throws ConfigException, InitializationException, method in class:ConfigReader
308 loader.readSchema();
H A DRemoteSchemaLoader.java83 public void readSchema(InitialLdapContext ctx) throws NamingException, method in class:RemoteSchemaLoader
H A DConfigFromDirContext.java259 readSchema(ctx);
573 private void readSchema(InitialLdapContext ctx) throws OpenDsException method in class:ConfigFromDirContext
577 super.readSchema();
584 loader.readSchema(ctx);
H A DSchemaLoader.java131 public void readSchema() throws DirectoryException, ConfigException, method in class:SchemaLoader
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/util/
H A DConfigReader.java305 protected void readSchema() throws ConfigException, InitializationException, method in class:ConfigReader
309 loader.readSchema();
H A DRemoteSchemaLoader.java80 public void readSchema(InitialLdapContext ctx) throws NamingException, method in class:RemoteSchemaLoader
H A DConfigFromDirContext.java260 readSchema(ctx);
574 private void readSchema(InitialLdapContext ctx) throws OpenDsException method in class:ConfigFromDirContext
578 super.readSchema();
585 loader.readSchema(ctx);
H A DSchemaLoader.java129 public void readSchema() throws DirectoryException, method in class:SchemaLoader
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DConfigReader.java304 protected void readSchema() throws ConfigException, InitializationException, method in class:ConfigReader
308 loader.readSchema();
H A DRemoteSchemaLoader.java83 public void readSchema(InitialLdapContext ctx) throws NamingException, method in class:RemoteSchemaLoader
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DConfigReader.java299 protected void readSchema() throws ConfigException, InitializationException, method in class:ConfigReader
303 loader.readSchema();
H A DRemoteSchemaLoader.java80 public void readSchema(InitialLdapContext ctx) throws NamingException, method in class:RemoteSchemaLoader
H A DSchemaLoader.java164 public void readSchema() throws DirectoryException, method in class:SchemaLoader
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/
H A DConfigReader.java302 protected void readSchema() throws ConfigException, InitializationException, method in class:ConfigReader
306 loader.readSchema();
H A DSchemaLoader.java113 public void readSchema() throws DirectoryException, ConfigException, InitializationException method in class:SchemaLoader
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DSchemaHandler.java339 * @param readSchema
344 private void loadSchemaFile(final String schemaFileName, final SchemaBuilder schemaBuilder, final Schema readSchema) argument
351 reader = getLDIFReader(schemaFile, readSchema);
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/connector/
H A DAddConnectorView.js130 connectorData.configurationProperties.readSchema = false;
H A DEditConnectorView.js357 mergedResult.configurationProperties.readSchema = false;
698 connectorData.configurationProperties.readSchema = false;
810 this.connectorDetails.configurationProperties.readSchema = true;

Completed in 74 milliseconds

12