Uses of Class
org.identityconnectors.framework.server.ConnectorServer
-
Packages that use ConnectorServer Package Description org.identityconnectors.framework.server org.identityconnectors.framework.server.impl -
-
Uses of ConnectorServer in org.identityconnectors.framework.server
Methods in org.identityconnectors.framework.server that return ConnectorServer Modifier and Type Method Description static ConnectorServer
ConnectorServer. newInstance()
Get the singleton instance of theConnectorServer
. -
Uses of ConnectorServer in org.identityconnectors.framework.server.impl
Subclasses of ConnectorServer in org.identityconnectors.framework.server.impl Modifier and Type Class Description class
ConnectorServerImpl
Constructors in org.identityconnectors.framework.server.impl with parameters of type ConnectorServer Constructor Description ConnectionProcessor(ConnectorServer server, Socket socket)
-