|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.clients.administrator.PermissionEntry
PermissionEntry is the container of the row data for
wt\clients\administrator\PermissionPanel. It contains an AccessPermission
and information to be used to construct access control rules.
Supported API: false
Extendable: false
Field Summary | |
private static int |
PERMISSION_DENY
|
private static int |
PERMISSION_GRANT
|
private static int |
PERMISSION_NONE
|
private String |
permissionName
|
private AccessPermission |
permissionType
|
private int |
permissionValue
|
Constructor Summary | |
PermissionEntry(AccessPermission permissionType)
Constructor for this class. |
Method Summary | |
boolean |
getNegative()
Returns a boolean indicating whether the entry is denying the permission |
boolean |
getNeutral()
Returns a boolean indicating whether the entry is not denying or granting the permission |
String |
getPermissionName()
Returns the display name for permissionType |
AccessPermission |
getPermissionType()
Returns the AccessPermission permissionType |
boolean |
getPositive()
Returns a boolean indicating whether the entry is granting the permission |
void |
setNegative()
Sets the permission sign to negative, indicating that the PermissionEntry is denying the AccessPermission permissionType Supported API:false |
void |
setNeutral()
Sets the permission sign to neutral, indicating that PermissionEntry is not granting or denying the AccessPermission permissionType Supported API:false |
void |
setPositive()
Sets the permission sign to positive, indicating that the PermissionEntry is granting the AccessPermission permissionType Supported API:false |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private AccessPermission permissionType
private String permissionName
private static final int PERMISSION_GRANT
private static final int PERMISSION_NONE
private static final int PERMISSION_DENY
private int permissionValue
Constructor Detail |
public PermissionEntry(AccessPermission permissionType)
permissionType
- The AccessPermission that this entry is describing
Method Detail |
public void setPositive()
public boolean getPositive()
public void setNegative()
public boolean getNegative()
public void setNeutral()
public boolean getNeutral()
public String getPermissionName()
public AccessPermission getPermissionType()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |