Uses of Class
org.apache.syncope.common.lib.to.ConnIdObjectClass
-
Packages that use ConnIdObjectClass Package Description org.apache.syncope.client.console.rest org.apache.syncope.common.rest.api.service org.apache.syncope.core.logic org.apache.syncope.core.rest.cxf.service -
-
Uses of ConnIdObjectClass in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return types with arguments of type ConnIdObjectClass Modifier and Type Method Description List<ConnIdObjectClass>
ConnectorRestClient. buildObjectClassInfo(ConnInstanceTO connInstanceTO, boolean includeSpecial)
-
Uses of ConnIdObjectClass in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type ConnIdObjectClass Modifier and Type Method Description List<ConnIdObjectClass>
ConnectorService. buildObjectClassInfo(@NotNull ConnInstanceTO connInstanceTO, boolean includeSpecial)
Builds the list of ConnId object classes information for the connector bundle matching the given connector instance key, with the provided configuration. -
Uses of ConnIdObjectClass in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return types with arguments of type ConnIdObjectClass Modifier and Type Method Description List<ConnIdObjectClass>
ConnectorLogic. buildObjectClassInfo(ConnInstanceTO connInstanceTO, boolean includeSpecial)
-
Uses of ConnIdObjectClass in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type ConnIdObjectClass Modifier and Type Method Description List<ConnIdObjectClass>
ConnectorServiceImpl. buildObjectClassInfo(ConnInstanceTO connInstanceTO, boolean includeSpecial)
-