| Modifier and Type | Field and Description | 
|---|---|
| protected AccessLevel | PageAdminAction. testedAccessLevel | 
| Modifier and Type | Method and Description | 
|---|---|
| AccessLevel | PageAdminAction. getLocalAccessLevel(Page currentPage,
                   String groupId) | 
| AccessLevel | PageAdminAction. getTestedAccessLevel() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected boolean | PageAdminAction. checkPermissionsOnTargetPage(PageInstance targetPageInstance,
                            AccessLevel accessLevel) | 
| Modifier and Type | Method and Description | 
|---|---|
| static boolean | SecurityLogic. hasAnonymousPermissions(Configuration conf,
                       Permissions configuration,
                       AccessLevel level,
                       String... permissions) | 
| static boolean | SecurityLogic. hasPermissions(Configuration conf,
              PageInstance instance,
              Subject subject,
              AccessLevel accessLevel,
              String... permissions) | 
| static boolean | SecurityLogic. hasPermissions(Configuration conf,
              Permissions configuration,
              SecurityManager securityManager,
              PrincipalCollection principals,
              AccessLevel level,
              String... permissions) | 
| static boolean | SecurityLogic. hasPermissions(Configuration conf,
              Permissions configuration,
              Subject subject,
              AccessLevel level,
              String... permissions) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected AccessLevel | Group. actualAccessLevel | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Map<String,AccessLevel> | Permissions. actualLevels | 
| Modifier and Type | Method and Description | 
|---|---|
| AccessLevel | Group. getActualAccessLevel() | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,AccessLevel> | Permissions. getActualLevels() | 
| Modifier and Type | Method and Description | 
|---|---|
| static AccessLevel | AccessLevel. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static AccessLevel[] | AccessLevel. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | AccessLevel. isGreaterThanOrEqual(AccessLevel accessLevel) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected AccessLevel | PagePermission. accessLevel | 
| Modifier and Type | Method and Description | 
|---|---|
| AccessLevel | PagePermission. getAccessLevel() | 
| Modifier and Type | Method and Description | 
|---|---|
| static boolean | GroupPermission. hasPermissions(Permissions configuration,
              Collection<String> groups,
              AccessLevel level,
              String... permissions) | 
| Constructor and Description | 
|---|
| PagePermission(Permissions calculatedPermissions,
              AccessLevel accessLevel,
              String... permissions) |