Interface AccessControlModel
-
- All Known Implementing Classes:
AccessControlModelImpl
public interface AccessControlModel
-
-
Field Summary
Fields Modifier and Type Field Description static StringANY_SERVICE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancanView(Set permissions, String accessLevel, String realmName, boolean delegateUI)Returns true if a page can be viewed.
-
-
-
Field Detail
-
ANY_SERVICE
static final String ANY_SERVICE
- See Also:
- Constant Field Values
-
-
Method Detail
-
canView
boolean canView(Set permissions, String accessLevel, String realmName, boolean delegateUI)
Returns true if a page can be viewed.- Parameters:
permissions- Permissions associated to the page.accessLevel- Level of access i.e. either global or realm level.realmName- Currently view realm Name.delegateUI- true if this is a delegation administration page.- Returns:
- true if a page can be viewed.
-
-