Uses of Class
de.captaingoldfish.scim.sdk.server.response.PartialListResponse
Packages that use PartialListResponse
Package
Description
-
Uses of PartialListResponse in de.captaingoldfish.scim.sdk.server.endpoints
Methods in de.captaingoldfish.scim.sdk.server.endpoints that return PartialListResponseModifier and TypeMethodDescriptionabstract PartialListResponse<T>ResourceHandler.listResources(long startIndex, int count, FilterNode filter, SchemaAttribute sortBy, SortOrder sortOrder, List<SchemaAttribute> attributes, List<SchemaAttribute> excludedAttributes, Context context) queries several resources based on the following values -
Uses of PartialListResponse in de.captaingoldfish.scim.sdk.server.endpoints.handler
Methods in de.captaingoldfish.scim.sdk.server.endpoints.handler that return PartialListResponseModifier and TypeMethodDescriptionResourceTypeHandler.listResources(long startIndex, int count, FilterNode filter, SchemaAttribute sortBy, SortOrder sortOrder, List<SchemaAttribute> attributes, List<SchemaAttribute> excludedAttributes, Context context) queries several resources based on the following valuesSchemaHandler.listResources(long startIndex, int count, FilterNode filter, SchemaAttribute sortBy, SortOrder sortOrder, List<SchemaAttribute> attributes, List<SchemaAttribute> excludedAttributes, Context context) queries several resources based on the following valuesServiceProviderHandler.listResources(long startIndex, int count, FilterNode filter, SchemaAttribute sortBy, SortOrder sortOrder, List<SchemaAttribute> attributes, List<SchemaAttribute> excludedAttributes, Context context) listing of service provider configurations not supported -
Uses of PartialListResponse in de.captaingoldfish.scim.sdk.server.response
Methods in de.captaingoldfish.scim.sdk.server.response that return PartialListResponse