Uses of Class
org.apache.syncope.common.lib.scim.SCIMConf
-
-
Uses of SCIMConf in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels declared as SCIMConf Modifier and Type Field Description protected SCIMConf
SCIMConfPanel. scimConf
Constructors in org.apache.syncope.client.console.panels with parameters of type SCIMConf Constructor Description SCIMConfEnterpriseUserPanel(String id, SCIMConf scimConf)
SCIMConfExtensionUserPanel(String id, SCIMConf scimConf)
SCIMConfGeneralPanel(String id, SCIMConf scimConf)
SCIMConfGroupPanel(String id, SCIMConf scimConf)
SCIMConfPanel(String id, SCIMConf scimConf, PageReference pageRef)
SCIMConfUserPanel(String id, SCIMConf scimConf)
-
Uses of SCIMConf in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return SCIMConf Modifier and Type Method Description SCIMConf
SCIMConfRestClient. get()
Methods in org.apache.syncope.client.console.rest with parameters of type SCIMConf Modifier and Type Method Description void
SCIMConfRestClient. set(SCIMConf conf)
-
Uses of SCIMConf in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return SCIMConf Modifier and Type Method Description SCIMConf
SCIMConfService. get()
Reads SCIM configuration, generates empty if missing.Methods in org.apache.syncope.common.rest.api.service with parameters of type SCIMConf Modifier and Type Method Description void
SCIMConfService. set(@NotNull SCIMConf conf)
Sets SCIM configuration. -
Uses of SCIMConf in org.apache.syncope.core.logic.scim
Methods in org.apache.syncope.core.logic.scim that return SCIMConf Modifier and Type Method Description SCIMConf
SCIMConfManager. get()
Methods in org.apache.syncope.core.logic.scim with parameters of type SCIMConf Modifier and Type Method Description void
SCIMConfManager. set(SCIMConf conf)
Constructors in org.apache.syncope.core.logic.scim with parameters of type SCIMConf Constructor Description SearchCondVisitor(Resource resource, SCIMConf conf)
-
Uses of SCIMConf in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return SCIMConf Modifier and Type Method Description SCIMConf
SCIMConfServiceImpl. get()
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type SCIMConf Modifier and Type Method Description void
SCIMConfServiceImpl. set(SCIMConf conf)
-