|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.evolveum.midpoint.provisioning.ucf.impl.ConnectorManagerIcfImpl
@Component public class ConnectorManagerIcfImpl
Currently the only implementation of the UCF Connector Manager API interface. It is hardcoded to ICF now. This class holds a list of all known ICF connectors in the system.
| Constructor Summary | |
|---|---|
ConnectorManagerIcfImpl()
|
|
| Method Summary | |
|---|---|
ConnectorInstance |
createConnectorInstance(ResourceType resource)
Creates new connector instance. |
ConnectorType |
getConnector(java.lang.String oid)
Returns a single XML representation of ICF connector. |
void |
initialize()
Initialize the ICF implementation. |
java.util.Set<ConnectorType> |
listConnectors()
Returns a list XML representation of the ICF connectors. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConnectorManagerIcfImpl()
| Method Detail |
|---|
@PostConstruct public void initialize()
public ConnectorInstance createConnectorInstance(ResourceType resource)
throws ObjectNotFoundException
createConnectorInstance in interface ConnectorManagerresource - resource definition
ObjectNotFoundExceptionpublic java.util.Set<ConnectorType> listConnectors()
listConnectors in interface ConnectorManagerpublic ConnectorType getConnector(java.lang.String oid)
getConnector in interface ConnectorManager
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||