Interface TurbineUser
- All Superinterfaces:
ExtendedUser
,SecurityEntity
,Serializable
,TurbineUserGroupRoleEntity
,User
- All Known Implementing Classes:
TurbineUserImpl
public interface TurbineUser extends ExtendedUser, TurbineUserGroupRoleEntity
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: TurbineUser.java 1521156 2013-09-09 15:17:24Z tv $
- Author:
- Eric Pugh
-
Method Summary
Methods inherited from interface org.apache.fulcrum.security.entity.ExtendedUser
getEmail, getFirstName, getLastName, getObjectdata, setEmail, setFirstName, setLastName, setObjectdata
Methods inherited from interface org.apache.fulcrum.security.entity.SecurityEntity
getId, getName, setId, setName
Methods inherited from interface org.apache.fulcrum.security.model.turbine.entity.TurbineUserGroupRoleEntity
addUserGroupRole, getUserGroupRoleSet, removeUserGroupRole, setUserGroupRoleSet