Uses of Class
de.captaingoldfish.scim.sdk.server.response.PartialListResponse
-
Packages that use PartialListResponse Package Description de.captaingoldfish.scim.sdk.server.endpoints de.captaingoldfish.scim.sdk.server.endpoints.handler -
-
Uses of PartialListResponse in de.captaingoldfish.scim.sdk.server.endpoints
Methods in de.captaingoldfish.scim.sdk.server.endpoints that return PartialListResponse Modifier and Type Method Description abstract PartialListResponse<T>ResourceHandler. listResources(long startIndex, int count, FilterNode filter, SchemaAttribute sortBy, SortOrder sortOrder, List<SchemaAttribute> attributes, List<SchemaAttribute> excludedAttributes, Authorization authorization)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 PartialListResponse Modifier and Type Method Description PartialListResponseResourceTypeHandler. listResources(long startIndex, int count, FilterNode filter, SchemaAttribute sortBy, SortOrder sortOrder, List<SchemaAttribute> attributes, List<SchemaAttribute> excludedAttributes, Authorization authorization)queries several resources based on the following valuesPartialListResponse<Schema>SchemaHandler. listResources(long startIndex, int count, FilterNode filter, SchemaAttribute sortBy, SortOrder sortOrder, List<SchemaAttribute> attributes, List<SchemaAttribute> excludedAttributes, Authorization authorization)queries several resources based on the following valuesPartialListResponseServiceProviderHandler. listResources(long startIndex, int count, FilterNode filter, SchemaAttribute sortBy, SortOrder sortOrder, List<SchemaAttribute> attributes, List<SchemaAttribute> excludedAttributes, Authorization authorization)listing of service provider configurations not supported
-