com.ibm.portal.state.accesscheck
Interface Constants

All Known Subinterfaces:
Constants.AccessCheck
All Known Implementing Classes:
Constants.AssignRolesConstant, Constants.CreatePageConstant, Constants.DeletePageConstant, Constants.EditPageConstant, Constants.NoCheckConstant

public interface Constants

This interface provides the access control check constants that can be applied to an CheckedEngineURL.

Since:
5.1

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

CREATE_PAGE

static final Constants.AccessCheck CREATE_PAGE
Predefined constant for create new portal pages permission.


EDIT_PAGE

static final Constants.AccessCheck EDIT_PAGE
Predefined constant for edit portal pages permission.


DELETE_PAGE

static final Constants.AccessCheck DELETE_PAGE
Predefined constant for delete portal pages permission.


ASSIGN_ROLES

static final Constants.AccessCheck ASSIGN_ROLES
Predefined constant for assign role permission.


NO_CHECK

static final Constants.AccessCheck NO_CHECK
Predefined constant for no access control check.