Uses of Class
com.unboundid.scim2.server.ListResponseWriter
-
Packages that use ListResponseWriter Package Description com.unboundid.scim2.server SCIM 2 service provider classes.com.unboundid.scim2.server.utils SCIM 2 service provider utility classes, including classes that enforce schema, classes for manipulating search results, and classes for processing resources. -
-
Uses of ListResponseWriter in com.unboundid.scim2.server
Methods in com.unboundid.scim2.server with parameters of type ListResponseWriter Modifier and Type Method Description abstract voidListResponseStreamingOutput. write(ListResponseWriter<T> os)Start streaming the contents of the list response. -
Uses of ListResponseWriter in com.unboundid.scim2.server.utils
Methods in com.unboundid.scim2.server.utils with parameters of type ListResponseWriter Modifier and Type Method Description voidSimpleSearchResults. write(ListResponseWriter<T> os)Start streaming the contents of the list response.
-