Package | Description |
---|---|
org.forgerock.openicf.connectors.xml |
This is the core package for the connector.
|
org.forgerock.openicf.connectors.xml.xsdparser | |
org.forgerock.openicf.csvfile |
This is the core package for the connector.
|
org.forgerock.openicf.framework.async |
OpenICF Asynchronous API package.
|
org.forgerock.openicf.framework.async.impl | |
org.forgerock.openicf.framework.remote |
OpenICF Remote Procedure Call Package.
|
org.forgerock.openicf.misc.scriptedcommon | |
org.identityconnectors.contract.test | |
org.identityconnectors.databasetable |
This is the core package for the connector.
|
org.identityconnectors.framework.api.operations | |
org.identityconnectors.framework.common.objects | |
org.identityconnectors.framework.impl.api | |
org.identityconnectors.framework.impl.api.local.operations | |
org.identityconnectors.framework.spi.operations | |
org.identityconnectors.ldap | |
org.identityconnectors.ldap.schema |
Modifier and Type | Method and Description |
---|---|
Schema |
XMLConnector.schema() |
Constructor and Description |
---|
ConcurrentXMLHandler(XMLConfiguration config,
Schema connSchema,
com.sun.xml.xsom.XSSchemaSet xsdSchemas) |
XMLHandlerImpl(XMLConfiguration config,
Schema connSchema,
com.sun.xml.xsom.XSSchemaSet xsdSchemas) |
Modifier and Type | Method and Description |
---|---|
Schema |
SchemaParser.parseSchema() |
Modifier and Type | Method and Description |
---|---|
Schema |
CSVFileConnector.schema()
Describes the types of objects this
Connector supports. |
Modifier and Type | Method and Description |
---|---|
org.forgerock.util.promise.Promise<Schema,RuntimeException> |
SchemaAsyncApiOp.schemaAsync()
Retrieve the basic schema of this
Connector . |
Modifier and Type | Method and Description |
---|---|
Schema |
SchemaAsyncApiOpImpl.schema() |
Modifier and Type | Method and Description |
---|---|
org.forgerock.util.promise.Promise<Schema,RuntimeException> |
SchemaAsyncApiOpImpl.schemaAsync() |
Modifier and Type | Method and Description |
---|---|
org.forgerock.util.promise.Promise<Schema,RuntimeException> |
RemoteAsyncConnectorFacade.schemaAsync() |
Modifier and Type | Method and Description |
---|---|
Schema |
ScriptedConnectorBase.schema() |
Schema |
ICFObjectBuilder.schema(groovy.lang.Closure attribute) |
Modifier and Type | Method and Description |
---|---|
Schema |
ObjectClassRunner.getSchema()
Need a schema
|
Modifier and Type | Method and Description |
---|---|
Schema |
DatabaseTableConnector.schema()
Describes the types of objects this
Connector supports. |
Modifier and Type | Method and Description |
---|---|
Schema |
SchemaApiOp.schema()
Retrieve the basic schema of this
Connector . |
Modifier and Type | Method and Description |
---|---|
Schema |
SchemaBuilder.build()
Builds the
Schema object based on the ObjectClassInfo s
added so far. |
Modifier and Type | Method and Description |
---|---|
Schema |
AbstractConnectorFacade.schema()
Retrieve the basic schema of this
Connector . |
Modifier and Type | Method and Description |
---|---|
Schema |
SchemaImpl.schema()
Retrieve the schema from the
Connector . |
Modifier and Type | Method and Description |
---|---|
Schema |
SchemaOp.schema()
Describes the types of objects this
Connector supports. |
Modifier and Type | Method and Description |
---|---|
Schema |
LdapConnector.schema() |
Modifier and Type | Method and Description |
---|---|
Schema |
LdapSchemaMapping.schema() |
Copyright © 2018–2025. All rights reserved.