Copyright© 2008-2023 Sitevision AB, all rights reserved.
public interface PermissionCheck
A permission check component that defines permission checking behaviour for a Searcher.
Note! This component is only applicable when querying a Node index (sv:nodeIndex)!
The actual behaviour is specified when it is constructed using the
PermissionCheckBuilder.
The component is applied to the Searcher via
SearcherBuilder.setPermissionCheck(PermissionCheck)
when the Searcher is constructed.
An instance of the Sitevision class implementing this interface can be obtained via
PermissionCheckBuilder.build().
See PermissionCheckBuilder for how to obtain an instance of the
PermissionCheck interface.
Sitevision - Portal and Content Management Made Easy
Sitevision is an advanced Java enterprise portal product and a portlet container (JSR 286) that implements Java Content Repository (JSR 283).
Copyright© 2008-2023 Sitevision AB, all rights reserved.