Class SchemaImpl
- java.lang.Object
-
- org.identityconnectors.framework.impl.api.local.operations.APIOperationRunner
-
- org.identityconnectors.framework.impl.api.local.operations.ConnectorAPIOperationRunner
-
- org.identityconnectors.framework.impl.api.local.operations.SchemaImpl
-
- All Implemented Interfaces:
APIOperation
,SchemaApiOp
public class SchemaImpl extends ConnectorAPIOperationRunner implements SchemaApiOp
-
-
Field Summary
-
Fields inherited from interface org.identityconnectors.framework.api.operations.APIOperation
NO_TIMEOUT
-
-
Constructor Summary
Constructors Constructor Description SchemaImpl(ConnectorOperationalContext context, Connector connector)
Initializes the operation works.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Schema
schema()
Retrieve the schema from theConnector
.-
Methods inherited from class org.identityconnectors.framework.impl.api.local.operations.ConnectorAPIOperationRunner
getConnector, getNormalizer, getOperationalContext
-
-
-
-
Constructor Detail
-
SchemaImpl
public SchemaImpl(ConnectorOperationalContext context, Connector connector)
Initializes the operation works.
-
-
Method Detail
-
schema
public Schema schema()
Retrieve the schema from theConnector
.- Specified by:
schema
in interfaceSchemaApiOp
- See Also:
SchemaApiOp.schema()
-
-