Uses of Class
org.apache.syncope.ext.scimv2.api.data.ResourceType
-
Packages that use ResourceType Package Description org.apache.syncope.core.logic org.apache.syncope.ext.scimv2.api.service org.apache.syncope.ext.scimv2.cxf.service -
-
Uses of ResourceType in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as ResourceType Modifier and Type Field Description protected static ResourceTypeSCIMLogic. GROUPprotected static ResourceTypeSCIMLogic. USERMethods in org.apache.syncope.core.logic that return ResourceType Modifier and Type Method Description ResourceTypeSCIMLogic. resourceType(javax.ws.rs.core.UriBuilder uriBuilder, String type)Methods in org.apache.syncope.core.logic that return types with arguments of type ResourceType Modifier and Type Method Description List<ResourceType>SCIMLogic. resourceTypes(javax.ws.rs.core.UriBuilder uriBuilder) -
Uses of ResourceType in org.apache.syncope.ext.scimv2.api.service
Methods in org.apache.syncope.ext.scimv2.api.service that return ResourceType Modifier and Type Method Description ResourceTypeSCIMService. resourceType(String type)Methods in org.apache.syncope.ext.scimv2.api.service that return types with arguments of type ResourceType Modifier and Type Method Description List<ResourceType>SCIMService. resourceTypes() -
Uses of ResourceType in org.apache.syncope.ext.scimv2.cxf.service
Methods in org.apache.syncope.ext.scimv2.cxf.service that return ResourceType Modifier and Type Method Description ResourceTypeSCIMServiceImpl. resourceType(String type)Methods in org.apache.syncope.ext.scimv2.cxf.service that return types with arguments of type ResourceType Modifier and Type Method Description List<ResourceType>SCIMServiceImpl. resourceTypes()
-