Uses of Class
org.apache.syncope.common.lib.to.ConnPoolConfTO
-
Packages that use ConnPoolConfTO Package Description org.apache.syncope.common.lib.to org.apache.syncope.core.provisioning.api.utils -
-
Uses of ConnPoolConfTO in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return ConnPoolConfTO Modifier and Type Method Description ConnPoolConfTO
ConnInstanceTO. getPoolConf()
Methods in org.apache.syncope.common.lib.to with parameters of type ConnPoolConfTO Modifier and Type Method Description void
ConnInstanceTO. setPoolConf(ConnPoolConfTO poolConf)
-
Uses of ConnPoolConfTO in org.apache.syncope.core.provisioning.api.utils
Methods in org.apache.syncope.core.provisioning.api.utils with parameters of type ConnPoolConfTO Modifier and Type Method Description static ConnPoolConf
ConnPoolConfUtils. getConnPoolConf(ConnPoolConfTO cpcto, ConnPoolConf cpc)
-