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 ServiceProviderConfig
SCIMLogic. SERVICE_PROVIDER_CONFIG
Methods in org.apache.syncope.core.logic that return ServiceProviderConfig Modifier and Type Method Description ServiceProviderConfig
SCIMLogic. 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 ServiceProviderConfig
SCIMService. 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 ServiceProviderConfig
SCIMServiceImpl. serviceProviderConfig()
-