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 -
-
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 class
ListResponse<R extends SCIMResource>
Subclasses of SCIMResource in org.apache.syncope.ext.scimv2.api.data Modifier and Type Class Description class
SCIMGroup
class
SCIMUser
-
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 interface
SCIMResourceService<R extends SCIMResource>
-