Modifier and Type | Method and Description |
---|---|
protected void |
ServiceInstancePrincipalsByPermissionDataProvider.addPrincipal(SessionConfig sessionConfig,
String principalId,
List<PrincipalConfig> principalsPreviouslyIncluded,
String serviceInstanceId,
IPermission p,
ITransaction transaction) |
Modifier and Type | Class and Description |
---|---|
class |
PortalPermissions
Permissions for the Portal
|
Modifier and Type | Method and Description |
---|---|
boolean |
IPortalAclManager.checkPermission(SessionConfig sessionConfig,
IPermission permission,
ITransaction transaction)
This method verifies if the permission is valid.
|
boolean |
PortalAclManager.checkPermission(SessionConfig sessionConfig,
IPermission permission,
ITransaction transaction) |
Modifier and Type | Class and Description |
---|---|
class |
ChannelPermissions
Represents permissions for a channel.
|
Modifier and Type | Class and Description |
---|---|
class |
GroupPermissions |
Modifier and Type | Class and Description |
---|---|
class |
PagePermissions |
Modifier and Type | Class and Description |
---|---|
class |
PageTemplatePermissions |
Modifier and Type | Method and Description |
---|---|
IPermission |
IPermissionProvider.getPermission()
Returns the IPermission for the portal mode.
|
IPermission |
ManagePageSecurityPermissionProvider.getPermission()
Returns PagePermissions.MANAGE_PAGE_SECURITY for IPortalModeSPI.
|
IPermission |
PublishContentPermissionProvider.getPermission()
Returns PagePermissions.PUBLISH_CONTENT for IPortalModeSPI.
|
IPermission |
ViewPagePermissionProvider.getPermission()
Returns PagePermissions.VIEW_PAGE for IPortalModeSPI.
|
Constructor and Description |
---|
PageChannelResolveResult(String pageId,
String channelId,
IPermission permission)
Creates a new instance.
|
Modifier and Type | Class and Description |
---|---|
class |
ServicePermissions |
Modifier and Type | Interface and Description |
---|---|
interface |
IServiceInstancePermission
Represents permissions specific to Service Instances.
|
Modifier and Type | Method and Description |
---|---|
IPermission |
ServiceInstancePermissions.valueOf(String permissionName) |
IPermission[] |
ServiceInstancePermissions.values() |
Modifier and Type | Method and Description |
---|---|
String |
ServiceInstancePermissions.getRecursiveImplies(IPermission permission) |
Modifier and Type | Method and Description |
---|---|
static <T extends IPermission> |
Permissions.getRequiredPermissions(Class<T> permissionsEnumClass) |
Modifier and Type | Method and Description |
---|---|
boolean |
AccessControlList.checkPermission(Collection<String> principalIds,
IPermission permission)
Deprecated.
Since 4.2.1, this method is no longer used and
may be removed in the future.
|
boolean |
AccessControlEntry.checkPermission(IPermission permission) |
boolean |
Permissions.checkPermission(IPermission permission) |
boolean |
AclManager.checkPermission(SessionConfig sessionConfig,
String itemId,
IPermission permission,
ITransaction transaction) |
boolean |
IAclManager.checkPermission(SessionConfig sessionConfig,
String itemId,
IPermission permission,
ITransaction transaction)
Verify if the permission is valid for the sessionConfig's user.
|
boolean |
AclManager.checkPermission(SessionConfig sessionConfig,
String userId,
String itemId,
IPermission permission,
ITransaction transaction)
For the given principalId, all the groups that the principal is member of
(recursively) are collected and permission is calculated on this
collection.
|
boolean |
IAclManager.checkPermission(SessionConfig sessionConfig,
String userId,
String itemId,
IPermission permission,
ITransaction transaction)
Verify if the permission if valid for the specified userId.
|
boolean |
AccessControlList.checkPermission(String principalId,
IPermission permission)
Checks if the specified principal has access to the given
permission.
|
static <T extends Enum<T>> |
Permissions.getRecursiveImplies(Class<T> permissionsEnumClass,
IPermission permission) |
boolean |
AccessControlEntry.hasDenyPermission(IPermission permission)
Checks if this ACL Entry has the been denied the given permission.
|
boolean |
Permissions.hasDenyPermission(IPermission permission) |
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.