Class ContentPermissionEntry
- java.lang.Object
-
- com.atlassian.confluence.it.content.security.ContentPermissionEntry
-
public class ContentPermissionEntry extends Object
This class differs fromContentPermission
in that it represents anEntity
with aString
rather than holding an appropriate object. There are currently use cases for both objects. (This one makes more sense as a result, where the full entity details are unknown).
-
-
Constructor Summary
Constructors Constructor Description ContentPermissionEntry(ContentPermissionType permissionType, ContentPermissionEntityType entityType, String entityName)
-
-
-
Constructor Detail
-
ContentPermissionEntry
public ContentPermissionEntry(ContentPermissionType permissionType, ContentPermissionEntityType entityType, String entityName)
-
-