| |
|
| java.lang.Object org.apache.jetspeed.serializer.objects.JSPermission
JSPermission | public class JSPermission (Code) | | Serialized Permission admin, user dev joe
author: David Sean Taylor version: $Id: $ |
TYPE_PORTALRESOURCE | final public static String TYPE_PORTALRESOURCE(Code) | | |
TYPE_PORTALRESOURCECOLLECTION | final public static String TYPE_PORTALRESOURCECOLLECTION(Code) | | |
JSPermission | public JSPermission()(Code) | | |
getActions | public String getActions()(Code) | | Returns the actions. |
getId | public long getId()(Code) | | Returns the id. |
getResource | public String getResource()(Code) | | Returns the resource. |
setActions | public void setActions(String actions)(Code) | | Parameters: actions - The actions to set. |
setGroups | public void setGroups(ArrayList groups)(Code) | | Parameters: groups - The groups to set. |
setId | public void setId(long id)(Code) | | Parameters: id - The id to set. |
setResource | public void setResource(String resource)(Code) | | Parameters: resource - The resource to set. |
setRoles | public void setRoles(ArrayList roles)(Code) | | Parameters: roles - The roles to set. |
setType | public void setType(String type)(Code) | | Parameters: type - The type to set. |
setUsers | public void setUsers(ArrayList users)(Code) | | Parameters: users - The users to set. |
|
|
|