Copyright© 2008-2026 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 - Content Management Made Easy
Sitevision is an advanced Java enterprise portal product that implements Java Content Repository (JSR 283).
Copyright© 2008-2026 Sitevision AB, all rights reserved.