Uses of Class
org.apache.jackrabbit.webdav.security.report.PrincipalSearchReport.SearchArgument
-
Packages that use PrincipalSearchReport.SearchArgument Package Description org.apache.jackrabbit.webdav.security.report -
-
Uses of PrincipalSearchReport.SearchArgument in org.apache.jackrabbit.webdav.security.report
Methods in org.apache.jackrabbit.webdav.security.report that return PrincipalSearchReport.SearchArgument Modifier and Type Method Description PrincipalSearchReport.SearchArgument[]
PrincipalSearchReport. getSearchArguments()
Retrieve the search arguments used to run the search for principals.
Note, that the search result must be converted toMultiStatusResponse
s that must be returned back to this report.
-