Interface PermittedGroup
public interface PermittedGroup
Defines an association between a group and a 
Permission which has been granted to it.- See Also:
- 
Method SummaryModifier and TypeMethodDescriptiongetGroup()Retrieves the group to which the permission has been granted.Retrieves the permission which has been granted to the group.
- 
Method Details- 
getGroupRetrieves the group to which the permission has been granted.- Returns:
- the permitted group
 
- 
getPermissionRetrieves the permission which has been granted to the group.- Returns:
- the granted permission
 
 
-