| |
|
| java.lang.Object org.jasig.portal.groups.GroupMemberImpl org.jasig.portal.groups.EntityGroupImpl org.jasig.portal.groups.EntityTestingGroupImpl
EntityTestingGroupImpl | public class EntityTestingGroupImpl extends EntityGroupImpl (Code) | | author: Dan Ellentuck version: $Revision: 36518 $ See Also: org.jasig.portal.groups.IEntityGroup See Also: An IEntityGroup that answers if it contains an entity See Also: by delegating to the local group store. By contrast, an See Also: EntityGroupImpl answers this by examining (and if See Also: necessary initializing) its own member cache. This behavior is See Also: designed to accommodate groups whose membership is computed by See Also: testing the prospective entity member rather than by testing the See Also: group. It allows contains() and deepContains() to work correctly See Also: for groups from services like PAGS and JitLDAP. Groups in these See Also: services do not keep references to their members but only define See Also: the logic for computing if a candidate entity is a member. |
Method Summary | |
public boolean | contains(IGroupMember gm) Checks if GroupMember gm is a member of this. |
contains | public boolean contains(IGroupMember gm) throws GroupsException(Code) | | Checks if GroupMember gm is a member of this.
boolean Parameters: gm - org.jasig.portal.groups.IGroupMember |
|
|
|