com.levigo.jadice.document.auth
Class PageSegmentPermission

java.lang.Object
  extended by com.levigo.jadice.document.auth.PageSegmentPermission
All Implemented Interfaces:
Permission<PageSegment>

public abstract class PageSegmentPermission
extends Object
implements Permission<PageSegment>

A page segment permission object to be used to define per page segment permissions. This class contains several predefined permissions which can be used to generate a suitable permission set.


Nested Class Summary
static class PageSegmentPermission.PageSegmentPermissionFactory
           
 
Nested classes/interfaces inherited from interface com.levigo.jadice.document.Permission
Permission.Vote
 
Field Summary
static PageSegmentPermission.PageSegmentPermissionFactory ALLOW
           
static PageSegmentPermission.PageSegmentPermissionFactory DENY
           
 
Fields inherited from interface com.levigo.jadice.document.Permission
DENY_ALL, GRANT_ALL
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.levigo.jadice.document.Permission
pertainsTo, vote
 

Field Detail

ALLOW

public static final PageSegmentPermission.PageSegmentPermissionFactory ALLOW

DENY

public static final PageSegmentPermission.PageSegmentPermissionFactory DENY


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.