Uses of Class
org.apache.syncope.ext.scimv2.api.data.ServiceProviderConfig
-
Packages that use ServiceProviderConfig Package Description org.apache.syncope.core.logic org.apache.syncope.ext.scimv2.api.service org.apache.syncope.ext.scimv2.cxf.service -
-
Uses of ServiceProviderConfig in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as ServiceProviderConfig Modifier and Type Field Description protected static ServiceProviderConfigSCIMLogic. SERVICE_PROVIDER_CONFIGMethods in org.apache.syncope.core.logic that return ServiceProviderConfig Modifier and Type Method Description ServiceProviderConfigSCIMLogic. serviceProviderConfig(javax.ws.rs.core.UriBuilder uriBuilder) -
Uses of ServiceProviderConfig in org.apache.syncope.ext.scimv2.api.service
Methods in org.apache.syncope.ext.scimv2.api.service that return ServiceProviderConfig Modifier and Type Method Description ServiceProviderConfigSCIMService. serviceProviderConfig() -
Uses of ServiceProviderConfig in org.apache.syncope.ext.scimv2.cxf.service
Methods in org.apache.syncope.ext.scimv2.cxf.service that return ServiceProviderConfig Modifier and Type Method Description ServiceProviderConfigSCIMServiceImpl. serviceProviderConfig()
-