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 SCIMConfSCIMConfPanel. scimConfMethods in org.apache.syncope.client.console.panels with parameters of type SCIMConf Modifier and Type Method Description SCIMExtensionAnyConfSCIMConfExtensionAnyObjectPanel. getExtensionAnyConf(SCIMConf scimConf)SCIMExtensionAnyConfSCIMConfExtensionGroupPanel. getExtensionAnyConf(SCIMConf scimConf)SCIMExtensionAnyConfSCIMConfExtensionUserPanel. getExtensionAnyConf(SCIMConf scimConf)Constructors in org.apache.syncope.client.console.panels with parameters of type SCIMConf Constructor Description SCIMConfEnterpriseUserPanel(String id, SCIMConf scimConf)SCIMConfExtensionAnyObjectPanel(String id, SCIMConf scimConf, String anyTypeKey)SCIMConfExtensionAnyPanel(String id, SCIMConf scimConf, String anyTypeKey)SCIMConfExtensionGroupPanel(String id, SCIMConf scimConf, String anyTypeKey)SCIMConfExtensionUserPanel(String id, SCIMConf scimConf, String anyTypeKey)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 SCIMConfSCIMConfRestClient. get()Methods in org.apache.syncope.client.console.rest with parameters of type SCIMConf Modifier and Type Method Description voidSCIMConfRestClient. 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 SCIMConfSCIMConfService. 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 voidSCIMConfService. 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 SCIMConfSCIMConfManager. get()Methods in org.apache.syncope.core.logic.scim with parameters of type SCIMConf Modifier and Type Method Description voidSCIMConfManager. set(SCIMConf conf)Constructors in org.apache.syncope.core.logic.scim with parameters of type SCIMConf Constructor Description SearchCondVisitor(String 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 SCIMConfSCIMConfServiceImpl. get()Methods in org.apache.syncope.core.rest.cxf.service with parameters of type SCIMConf Modifier and Type Method Description voidSCIMConfServiceImpl. set(SCIMConf conf)
-