public interface I_CmsDAOAccessControl
CmsAccessControlEntry
限定符和类型 | 方法和说明 |
---|---|
int |
getAccessAllowed()
Returns the allowed permissions of the permission set.
|
int |
getAccessDenied()
Returns the denied permissions of the permission set.
|
int |
getAccessFlags()
Returns the flags of the access control entry.
|
java.lang.String |
getPrincipalId()
Returns the id of the principal assigned with this access control entry.
|
java.lang.String |
getResourceId()
Returns the id of the resource assigned with this access control entry.
|
void |
setAccessAllowed(int accessAllowed)
Sets the allowed permissions for the permission set.
|
void |
setAccessDenied(int accessDenied)
Sets the denied permission for the permission set.
|
void |
setAccessFlags(int accessFlags)
Sets the flags of the access control entry.
|
void |
setPrincipalId(java.lang.String principalId)
Sets the principal id assigned with this access control entry.
|
void |
setResourceId(java.lang.String resourceId)
Sets the resource id assigned with this access control entry.
|
int getAccessAllowed()
int getAccessDenied()
int getAccessFlags()
java.lang.String getPrincipalId()
java.lang.String getResourceId()
void setAccessAllowed(int accessAllowed)
accessAllowed
- the allowed permissions as bitsetvoid setAccessDenied(int accessDenied)
accessDenied
- the denied permissions as bitsetvoid setAccessFlags(int accessFlags)
accessFlags
- the flags as bitsetvoid setPrincipalId(java.lang.String principalId)
principalId
- the principal idvoid setResourceId(java.lang.String resourceId)
resourceId
- the resource id