com.ivata.groupware.admin.security.user.group.right |
|
Java Source File Name | Type | Comment |
CompoundRights.java | Class |
This class takes other implementations of
Rights , and then calls
each in turn, for each of the interface methods. |
RightConstants.java | Class | Store all the constants for person group rights. |
RightDO.java | Class | Assigns the right to perform a specific action to a group of people. |
Rights.java | Interface | An implementation of this interface can be used to check whether or not
certain activities are allowed. |
RightsImpl.java | Class |
This class implements ivata groupware rights, by checking against the
group right table/entities. |
UserRightFilter.java | Class | |