Uses of Class
org.apache.syncope.ext.scimv2.api.data.SCIMResource
-
Packages that use SCIMResource Package Description org.apache.syncope.ext.scimv2.api.data org.apache.syncope.ext.scimv2.api.service org.apache.syncope.ext.scimv2.cxf.service -
-
Uses of SCIMResource in org.apache.syncope.ext.scimv2.api.data
Classes in org.apache.syncope.ext.scimv2.api.data with type parameters of type SCIMResource Modifier and Type Class Description classListResponse<R extends SCIMResource>Subclasses of SCIMResource in org.apache.syncope.ext.scimv2.api.data Modifier and Type Class Description classSCIMAnyObjectclassSCIMGroupclassSCIMUser -
Uses of SCIMResource in org.apache.syncope.ext.scimv2.api.service
Classes in org.apache.syncope.ext.scimv2.api.service with type parameters of type SCIMResource Modifier and Type Interface Description interfaceSCIMResourceService<R extends SCIMResource> -
Uses of SCIMResource in org.apache.syncope.ext.scimv2.cxf.service
Classes in org.apache.syncope.ext.scimv2.cxf.service with type parameters of type SCIMResource Modifier and Type Class Description classAbstractSCIMService<R extends SCIMResource>Methods in org.apache.syncope.ext.scimv2.cxf.service that return SCIMResource Modifier and Type Method Description protected abstract SCIMResourceAbstractSCIMService. getResource(String key)protected SCIMResourceSCIMAnyObjectServiceImpl. getResource(String key)protected SCIMResourceSCIMGroupServiceImpl. getResource(String key)protected SCIMResourceSCIMServiceImpl. getResource(String key)protected SCIMResourceSCIMUserServiceImpl. getResource(String key)Methods in org.apache.syncope.ext.scimv2.cxf.service with parameters of type SCIMResource Modifier and Type Method Description protected javax.ws.rs.core.ResponseAbstractSCIMService. createResponse(String key, SCIMResource resource)protected javax.ws.rs.core.ResponseAbstractSCIMService. updateResponse(String key, SCIMResource resource, boolean patch)
-