com.waveset.ui
Interface AccessFilter
- All Known Implementing Classes:
- PageNavigation.DefaultAccessFilter
- public interface AccessFilter
A filter for access to pages in the Lighthouse web GUI.
Instances of this class can be passed in to
PageNavigation.setAccessFilter(AccessFilter)
in order to determine whether a Subject
is allowed to access that page navigation item.
accept
public boolean accept(Session session,
Subject subject)
- Returns:
true
if the specified Session
or Subject
should be allowed access;
otherwise false
.