|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface I_CmsDAOAccessControl
This interface declares the getters and setters for the access control data access objects.
CmsAccessControlEntry| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||