Class TurbineRolePermissionoff
java.lang.Object
org.apache.fulcrum.security.model.turbine.entity.TurbineRolePermissionoff
Represents the "turbine" model where permissions are in a many to many
relationship to roles, roles are related to groups are related to users, all
in many to many relationships.
- Version:
- $Id$
- Author:
- Eric Pugh
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TurbineRolePermissionoff
public TurbineRolePermissionoff()
-
-
Method Details
-
getPermission
- Returns:
- Returns the permission.
-
getRole
- Returns:
- Returns the role.
-
setPermission
- Parameters:
permission
- The permission to set.
-
setRole
- Parameters:
role
- The role to set.
-