Uses of Class
org.identityconnectors.framework.common.objects.Schema
-
-
Uses of Schema in org.identityconnectors.contract.test
Methods in org.identityconnectors.contract.test that return Schema Modifier and Type Method Description Schema
ObjectClassRunner. getSchema()
Need a schema -
Uses of Schema in org.identityconnectors.framework.api.operations
Methods in org.identityconnectors.framework.api.operations that return Schema Modifier and Type Method Description Schema
SchemaApiOp. schema()
Retrieve the basic schema of thisConnector
. -
Uses of Schema in org.identityconnectors.framework.common.objects
Methods in org.identityconnectors.framework.common.objects that return Schema Modifier and Type Method Description Schema
SchemaBuilder. build()
Builds theSchema
object based on theObjectClassInfo
s added so far. -
Uses of Schema in org.identityconnectors.framework.impl.api
Methods in org.identityconnectors.framework.impl.api that return Schema Modifier and Type Method Description Schema
AbstractConnectorFacade. schema()
Retrieve the basic schema of thisConnector
. -
Uses of Schema in org.identityconnectors.framework.impl.api.local.operations
Methods in org.identityconnectors.framework.impl.api.local.operations that return Schema Modifier and Type Method Description Schema
SchemaImpl. schema()
Retrieve the schema from theConnector
. -
Uses of Schema in org.identityconnectors.framework.spi.operations
Methods in org.identityconnectors.framework.spi.operations that return Schema Modifier and Type Method Description Schema
SchemaOp. schema()
Describes the types of objects thisConnector
supports. -
Uses of Schema in org.identityconnectors.testconnector
Methods in org.identityconnectors.testconnector that return Schema Modifier and Type Method Description Schema
TstConnector. schema()
-