| Package | Description |
|---|---|
| org.identityconnectors.framework.spi |
This is the "Service Provider Interface" package.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
StatefulConfiguration
A Stateful Configuration interface extends the default
Configuration
and makes the framework keep the same instance. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConfiguration
Convenient base-class for Configuration objects to extend.
|
| Modifier and Type | Method and Description |
|---|---|
Configuration |
Connector.getConfiguration()
Return the configuration that was passed to
Connector.init(Configuration). |
| Modifier and Type | Method and Description |
|---|---|
void |
Connector.init(Configuration cfg)
Initialize the connector with its configuration.
|
Copyright © 2014. All rights reserved.