| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Constants
This interface provides the access control check constants that can be applied to an CheckedEngineURL.
Nested Class Summary | |
---|---|
static interface | Constants.AccessCheck
Access check interface that all constants used for access control check on the CheckedEngineURL need to implement. |
static class | Constants.AssignRolesConstant
Access control permission to assign portal roles to users or groups. |
static class | Constants.CreatePageConstant
Access control permission to create a new portal page. |
static class | Constants.DeletePageConstant
Access control permission to deletet a portal page. |
static class | Constants.EditPageConstant
Access control permission to edit a portal page. |
static class | Constants.NoCheckConstant
No access control check is performed. |
Field Summary | |
---|---|
static Constants.AccessCheck | ASSIGN_ROLES
Predefined constant for assign role permission. |
static Constants.AccessCheck | CREATE_PAGE
Predefined constant for create new portal pages permission. |
static Constants.AccessCheck | DELETE_PAGE
Predefined constant for delete portal pages permission. |
static Constants.AccessCheck | EDIT_PAGE
Predefined constant for edit portal pages permission. |
static Constants.AccessCheck | NO_CHECK
Predefined constant for no access control check. |
Field Detail |
---|
static final Constants.AccessCheck CREATE_PAGE
static final Constants.AccessCheck EDIT_PAGE
static final Constants.AccessCheck DELETE_PAGE
static final Constants.AccessCheck ASSIGN_ROLES
static final Constants.AccessCheck NO_CHECK
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |