|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of IGroupMember in org.jasig.portal.channel |
|---|
| Methods in org.jasig.portal.channel with parameters of type IGroupMember | |
|---|---|
IChannelDefinition |
ChannelPublishingServiceImpl.saveChannelDefinition(IChannelDefinition definition,
IPerson publisher,
ChannelCategory[] categories,
IGroupMember[] groupMembers)
|
IChannelDefinition |
IChannelPublishingService.saveChannelDefinition(IChannelDefinition definition,
IPerson publisher,
ChannelCategory[] categories,
IGroupMember[] groupMembers)
Deprecated. |
| Uses of IGroupMember in org.jasig.portal.channels.groupsmanager |
|---|
| Classes in org.jasig.portal.channels.groupsmanager that implement IGroupMember | |
|---|---|
class |
SearchResultsGroupImpl
Deprecated. All IChannel implementations should be migrated to portlets |
| Methods in org.jasig.portal.channels.groupsmanager that return IGroupMember | |
|---|---|
static IGroupMember |
GroupsManagerXML.retrieveGroupMemberForElement(Element gmElem)
Deprecated. Returns the IGroupMember represented by an Element |
static IGroupMember |
GroupsManagerXML.retrieveGroupMemberForElementId(Document aDoc,
String id)
Deprecated. Returns the IGroupMember represented by an Element |
static IGroupMember |
Utility.retrieveGroupMemberForKeyAndType(String key,
String type)
Deprecated. Retrieves a Group Member for the provided key and of the provided type. |
| Methods in org.jasig.portal.channels.groupsmanager with parameters of type IGroupMember | |
|---|---|
void |
SearchResultsGroupImpl.addMember(IGroupMember gm)
Deprecated. |
boolean |
IGroupsManagerPermissions.canAssignPermissions(IAuthorizationPrincipal ap,
IGroupMember gm)
Deprecated. Answers if the principal is able to assign permissions on the group member. |
boolean |
IGroupsManagerPermissions.canCreateGroup(IAuthorizationPrincipal ap,
IGroupMember gm)
Deprecated. Answers if the principal is able to create a subgroup under the group member. |
boolean |
IGroupsManagerPermissions.canDelete(IAuthorizationPrincipal ap,
IGroupMember gm)
Deprecated. Answers if the principal is able to delete the group member. |
boolean |
IGroupsManagerPermissions.canManageMembers(IAuthorizationPrincipal ap,
IGroupMember gm)
Deprecated. Answers if the principal is able to manage the group member. |
boolean |
IGroupsManagerPermissions.canSelect(IAuthorizationPrincipal ap,
IGroupMember gm)
Deprecated. Answers if the principal is able to select the group member. |
boolean |
IGroupsManagerPermissions.canUpdate(IAuthorizationPrincipal ap,
IGroupMember gm)
Deprecated. Answers if the principal is able to update the group member. |
boolean |
IGroupsManagerPermissions.canView(IAuthorizationPrincipal ap,
IGroupMember gm)
Deprecated. Answers if the principal is able to view the group member. |
boolean |
IGroupsManagerPermissions.canViewProperties(IAuthorizationPrincipal ap,
IGroupMember gm)
Deprecated. Answers if the principal is able to view the group member properties. |
static void |
GroupsManagerXML.clearPropertiesCache(IGroupMember gm)
Deprecated. Removes all EntityProperites for a GroupMember from the Entity Property cache. |
boolean |
SearchResultsGroupImpl.contains(IGroupMember gm)
Deprecated. |
boolean |
SearchResultsGroupImpl.deepContains(IGroupMember gm)
Deprecated. |
static Element |
GroupsManagerXML.getGroupMemberXml(IGroupMember gm,
boolean isContextExpanded,
Element anElem,
CGroupsManagerUnrestrictedSessionData sd)
Deprecated. Returns an Element for an IGroupMember. |
static IServant |
CGroupsManagerServantFactory.getGroupsServantforGroupMemberships(ChannelStaticData staticData,
String message,
IGroupMember member,
boolean allowFinish)
Deprecated. Returns a servant that is used to select IEntityGroups that the supplied GroupMember belongs to. |
static IServant |
CGroupsManagerServantFactory.getGroupsServantforSelection(ChannelStaticData staticData,
String message,
String type,
boolean allowFinish,
boolean allowEntitySelect,
IGroupMember[] members)
Deprecated. Returns a servant that is used to select IGroupMembers. |
static IServant |
CGroupsManagerServantFactory.getGroupsServantforSelection(ChannelStaticData staticData,
String message,
String type,
boolean allowFinish,
boolean allowEntitySelect,
IGroupMember[] members,
IGroupsManagerPermissions permissions)
Deprecated. Returns a servant that is used to select IGroupMembers. |
static String |
GroupsManagerXML.getTagName(IGroupMember gm)
Deprecated. Returns the xml tagname for a GroupMember |
Element |
IGroupsManagerWrapper.getXml(IGroupMember gm,
Element anElem,
CGroupsManagerUnrestrictedSessionData sessionData)
Deprecated. Return an element for an IGroupMember holding an IEntity |
boolean |
SearchResultsGroupImpl.isDeepMemberOf(IGroupMember gm)
Deprecated. |
boolean |
SearchResultsGroupImpl.isMemberOf(IGroupMember gm)
Deprecated. |
void |
SearchResultsGroupImpl.removeMember(IGroupMember gm)
Deprecated. |
static void |
GroupsManagerXML.removePropertyElements(Document model,
IGroupMember gm,
boolean clearCache)
Deprecated. Removes all property elements for an IGroupMember and optionally clears the Entity Property cache. |
| Uses of IGroupMember in org.jasig.portal.channels.groupsmanager.commands |
|---|
| Methods in org.jasig.portal.channels.groupsmanager.commands with parameters of type IGroupMember | |
|---|---|
protected void |
GroupsManagerCommand.deletePermissions(IGroupMember grpMbr)
Deprecated. Removes all of the permissions for a GroupMember. |
| Uses of IGroupMember in org.jasig.portal.channels.groupsmanager.permissions |
|---|
| Methods in org.jasig.portal.channels.groupsmanager.permissions with parameters of type IGroupMember | |
|---|---|
boolean |
GroupsManagerBlockEntitySelectPermissions.canAssignPermissions(IAuthorizationPrincipal ap,
IGroupMember gm)
Deprecated. |
boolean |
GroupsManagerDefaultPermissions.canAssignPermissions(IAuthorizationPrincipal ap,
IGroupMember gm)
Deprecated. Answers if principal can assign permissions to the target group member. |
boolean |
GroupsManagerBlockEntitySelectPermissions.canCreateGroup(IAuthorizationPrincipal ap,
IGroupMember gm)
Deprecated. |
boolean |
GroupsManagerDefaultPermissions.canCreateGroup(IAuthorizationPrincipal ap,
IGroupMember gm)
Deprecated. Answers if principal can create a group in the target group member. |
boolean |
GroupsManagerBlockEntitySelectPermissions.canDelete(IAuthorizationPrincipal ap,
IGroupMember gm)
Deprecated. |
boolean |
GroupsManagerDefaultPermissions.canDelete(IAuthorizationPrincipal ap,
IGroupMember gm)
Deprecated. Answers if principal can delete the target group member. |
boolean |
GroupsManagerBlockEntitySelectPermissions.canManageMembers(IAuthorizationPrincipal ap,
IGroupMember gm)
Deprecated. |
boolean |
GroupsManagerDefaultPermissions.canManageMembers(IAuthorizationPrincipal ap,
IGroupMember gm)
Deprecated. Answers if principal can manage the members in the target group member. |
boolean |
GroupsManagerBlockEntitySelectPermissions.canSelect(IAuthorizationPrincipal ap,
IGroupMember gm)
Deprecated. Answers if principal can select the target group member. |
boolean |
GroupsManagerDefaultPermissions.canSelect(IAuthorizationPrincipal ap,
IGroupMember gm)
Deprecated. Answers if principal can select the target group member. |
boolean |
GroupsManagerBlockEntitySelectPermissions.canUpdate(IAuthorizationPrincipal ap,
IGroupMember gm)
Deprecated. |
boolean |
GroupsManagerDefaultPermissions.canUpdate(IAuthorizationPrincipal ap,
IGroupMember gm)
Deprecated. Answers if principal can update the target group member. |
boolean |
GroupsManagerBlockEntitySelectPermissions.canView(IAuthorizationPrincipal ap,
IGroupMember gm)
Deprecated. |
boolean |
GroupsManagerDefaultPermissions.canView(IAuthorizationPrincipal ap,
IGroupMember gm)
Deprecated. Answers if principal can view the target group member. |
boolean |
GroupsManagerBlockEntitySelectPermissions.canViewProperties(IAuthorizationPrincipal ap,
IGroupMember gm)
Deprecated. |
boolean |
GroupsManagerDefaultPermissions.canViewProperties(IAuthorizationPrincipal ap,
IGroupMember gm)
Deprecated. Answers if the principal is able to view the group member properties. |
boolean |
GroupsManagerAdminPermissions.isAuthorized(IAuthorizationPrincipal ap,
String activity,
IGroupMember gm)
Deprecated. Answers if principal can perform the activity on the target group member. |
boolean |
GroupsManagerDefaultPermissions.isAuthorized(IAuthorizationPrincipal ap,
String activity,
IGroupMember gm)
Deprecated. Answers if principal can perform the activity on the target group member. |
| Uses of IGroupMember in org.jasig.portal.channels.groupsmanager.wrappers |
|---|
| Methods in org.jasig.portal.channels.groupsmanager.wrappers that return IGroupMember | |
|---|---|
protected abstract IGroupMember |
GroupMemberWrapper.retrieveGroupMember(String aKey,
String aType)
Deprecated. Returns a GroupMember for a key. |
protected IGroupMember |
EntityWrapper.retrieveGroupMember(String aKey,
String aType)
Deprecated. Returns a GroupMember for a key. |
protected IGroupMember |
GroupWrapper.retrieveGroupMember(String aKey,
String aType)
Deprecated. Returns a GroupMember for a key. |
| Methods in org.jasig.portal.channels.groupsmanager.wrappers with parameters of type IGroupMember | |
|---|---|
void |
GroupMemberWrapper.applyPermissions(Element rootElem,
IGroupMember gm,
IGroupsManagerPermissions gmp,
IAuthorizationPrincipal ap)
Deprecated. Adds permission attributes to the group member element. |
abstract Element |
GroupMemberWrapper.getXml(IGroupMember gm,
Element anElem,
CGroupsManagerUnrestrictedSessionData sessionData)
Deprecated. Returns an xml element for a given IGroupMember. |
Element |
EntityWrapper.getXml(IGroupMember gm,
Element anElem,
CGroupsManagerUnrestrictedSessionData sessionData)
Deprecated. Returns an xml element for a given IEntity. |
Element |
GroupWrapper.getXml(IGroupMember gm,
Element anElem,
CGroupsManagerUnrestrictedSessionData sessionData)
Deprecated. Returns an xml element for a given IEntityGroup. |
| Uses of IGroupMember in org.jasig.portal.groups |
|---|
| Subinterfaces of IGroupMember in org.jasig.portal.groups | |
|---|---|
interface |
IEntity
IEntity is the leaf sub-type of IGroupMember. |
interface |
IEntityGroup
An IEntityGroup is a composite, or non-leaf IGroupMember. |
interface |
ILockableEntityGroup
Defines an IEntityGroup that can be locked for update. |
| Classes in org.jasig.portal.groups that implement IGroupMember | |
|---|---|
class |
EntityGroupImpl
Reference implementation for IEntityGroup. |
class |
EntityImpl
Reference implementation for IEntity. |
class |
EntityTestingGroupImpl
|
class |
GroupMemberImpl
GroupMemberImpl summary first sentence goes here. |
class |
LockableEntityGroupImpl
Extends EntityGroupImpl to make it lockable for writing. |
| Methods in org.jasig.portal.groups that return IGroupMember | |
|---|---|
IGroupMember |
ICompositeGroupService.getGroupMember(EntityIdentifier underlyingEntityIdentifier)
Returns an IGroupMember representing either a group or a
portal entity, based on the EntityIdentifier, which refers
to the UNDERLYING entity for the IGroupMember. |
IGroupMember |
ReferenceIndividualGroupService.getGroupMember(EntityIdentifier underlyingEntityIdentifier)
Returns an IGroupMember representing either a group or a
portal entity, based on the EntityIdentifier, which
refers to the UNDERLYING entity for the IGroupMember. |
IGroupMember |
ReferenceCompositeGroupService.getGroupMember(EntityIdentifier underlyingEntityIdentifier)
Returns an IGroupMember representing either a group or a
portal entity, based on the EntityIdentifier, which refers
to the UNDERLYING entity for the IGroupMember. |
IGroupMember |
IGroupService.getGroupMember(EntityIdentifier underlyingEntityIdentifier)
Deprecated. Returns an IGroupMember representing either a group or a
portal entity, based on the EntityIdentifier, which
refers to the UNDERLYING entity for the IGroupMember. |
IGroupMember |
ReferenceGroupService.getGroupMember(EntityIdentifier underlyingEntityIdentifier)
Deprecated. Returns an IGroupMember representing either a group or a
portal entity, based on the EntityIdentifier, which
refers to the UNDERLYING entity for the IGroupMember. |
IGroupMember |
ICompositeGroupService.getGroupMember(String key,
Class type)
Returns an IGroupMember representing either a group or a
portal entity. |
IGroupMember |
ReferenceIndividualGroupService.getGroupMember(String key,
Class type)
Returns an IGroupMember representing either a group or a
portal entity. |
IGroupMember |
ReferenceCompositeGroupService.getGroupMember(String key,
Class type)
Returns an IGroupMember representing either a group or a
portal entity. |
IGroupMember |
IGroupService.getGroupMember(String key,
Class type)
Deprecated. Returns an IGroupMember representing either a group or a
portal entity. |
IGroupMember |
ReferenceGroupService.getGroupMember(String key,
Class type)
Deprecated. Returns an IGroupMember representing either a group or a
portal entity. |
| Methods in org.jasig.portal.groups with parameters of type IGroupMember | |
|---|---|
void |
EntityGroupImpl.addMember(IGroupMember gm)
Adds IGroupMember gm to our member Map and conversely,
adds this to gm's group Map, after checking that the
addition does not violate group rules. |
void |
IEntityGroup.addMember(IGroupMember gm)
Adds IGroupMember gm to this group, but does not commit it to the
data store. |
protected void |
ReferenceCompositeGroupService.cacheAdd(IGroupMember gm)
|
protected void |
ReferenceCompositeGroupService.cacheRemove(IGroupMember gm)
|
protected void |
ReferenceCompositeGroupService.cacheUpdate(IGroupMember gm)
|
boolean |
RDBMEntityGroupStore.contains(IEntityGroup group,
IGroupMember member)
Answers if IGroupMember member is a member of group. |
boolean |
ReferenceIndividualGroupService.contains(IEntityGroup group,
IGroupMember member)
Answers if group contains member. |
boolean |
IEntityGroupStore.contains(IEntityGroup group,
IGroupMember member)
Answers if group contains member. |
boolean |
IIndividualGroupService.contains(IEntityGroup group,
IGroupMember member)
Answers if group contains member. |
boolean |
EntityGroupImpl.contains(IGroupMember gm)
Checks if GroupMember gm is a member of this. |
boolean |
EntityTestingGroupImpl.contains(IGroupMember gm)
Checks if GroupMember gm is a member of this. |
boolean |
GroupMemberImpl.contains(IGroupMember gm)
Default implementation, overridden on EntityGroupImpl. |
boolean |
IGroupMember.contains(IGroupMember gm)
Answers if IGroupMember gm is a member of this. |
boolean |
EntityGroupImpl.deepContains(IGroupMember gm)
Checks recursively if GroupMember gm is a member of this. |
boolean |
GroupMemberImpl.deepContains(IGroupMember gm)
Default implementation, overridden on EntityGroupImpl. |
boolean |
IGroupMember.deepContains(IGroupMember gm)
Answers if IGroupMember gm is a recursive member of this. |
Iterator |
RDBMEntityGroupStore.findContainingGroups(IGroupMember gm)
Find the groups that this group member belongs to. |
Iterator |
ICompositeGroupService.findContainingGroups(IGroupMember gm)
Returns the groups that contain the IGroupMember. |
Iterator |
ReferenceIndividualGroupService.findContainingGroups(IGroupMember gm)
Returns and caches the containing groups for the IGroupMember |
Iterator |
ReferenceCompositeGroupService.findContainingGroups(IGroupMember gm)
Returns groups that contain the IGroupMember. |
Iterator |
IGroupService.findContainingGroups(IGroupMember gm)
Deprecated. Returns the containing groups for the IGroupMember |
Iterator |
IEntityGroupStore.findContainingGroups(IGroupMember gm)
Returns an Iterator over the Collection of
IEntityGroups that the IGroupMember belongs to. |
Iterator |
ReferenceGroupService.findContainingGroups(IGroupMember gm)
Deprecated. Returns and caches the containing groups for the IGroupMember |
boolean |
GroupMemberImpl.isDeepMemberOf(IGroupMember gm)
Answers if this IGroupMember is, recursively, a member of IGroupMember gm. |
boolean |
IGroupMember.isDeepMemberOf(IGroupMember gm)
Answers if this is a recursive member of IGroupMember gm. |
protected boolean |
ReferenceIndividualGroupService.isForeign(IGroupMember member)
A foreign member is a group from a different service. |
boolean |
GroupMemberImpl.isMemberOf(IGroupMember gm)
Answers if this IGroupMember is a member of IGroupMember gm. |
boolean |
IGroupMember.isMemberOf(IGroupMember gm)
Answers if this is a member of IGroupMember gm. |
protected void |
EntityGroupImpl.primAddMember(IGroupMember gm)
Adds the IGroupMember key to the appropriate member key
cache by copying the cache, adding to the copy, and then replacing the
original with the copy. |
protected Set |
GroupMemberImpl.primGetAllContainingGroups(IGroupMember member,
Set s)
Returns the Set of groups in our member Collection and,
recursively, in the Collections of our members. |
protected void |
EntityGroupImpl.primRemoveMember(IGroupMember gm)
Removes the IGroupMember key from the appropriate key cache, by
copying the cache, removing the key from the copy and replacing the original
with the copy. |
void |
EntityGroupImpl.removeMember(IGroupMember gm)
Removes IGroupMember gm from our member Map and,
conversely, remove this from gm's group Map. |
void |
IEntityGroup.removeMember(IGroupMember gm)
Removes the IGroupMember from this group, but does not remove the
membership from the data store. |
| Uses of IGroupMember in org.jasig.portal.groups.filesystem |
|---|
| Methods in org.jasig.portal.groups.filesystem with parameters of type IGroupMember | |
|---|---|
boolean |
FileSystemGroupStore.contains(IEntityGroup group,
IGroupMember member)
Answers if group contains member. |
Iterator |
FileSystemGroupStore.findContainingGroups(IGroupMember gm)
Returns an Iterator over the Collection of
IEntityGroups that the IGroupMember belongs to. |
| Uses of IGroupMember in org.jasig.portal.groups.ldap |
|---|
| Methods in org.jasig.portal.groups.ldap with parameters of type IGroupMember | |
|---|---|
boolean |
LDAPGroupStore.contains(IEntityGroup group,
IGroupMember member)
Answers if group contains member. |
Iterator |
LDAPGroupStore.findContainingGroups(IGroupMember gm)
|
| Uses of IGroupMember in org.jasig.portal.groups.pags |
|---|
| Methods in org.jasig.portal.groups.pags with parameters of type IGroupMember | |
|---|---|
boolean |
PersonAttributesGroupStore.contains(IEntityGroup group,
IGroupMember member)
|
Iterator |
PersonAttributesGroupStore.findContainingGroups(IGroupMember member)
|
| Uses of IGroupMember in org.jasig.portal.groups.smartldap |
|---|
| Methods in org.jasig.portal.groups.smartldap with parameters of type IGroupMember | |
|---|---|
boolean |
SmartLdapGroupStore.contains(IEntityGroup group,
IGroupMember member)
|
Iterator |
SmartLdapGroupStore.findContainingGroups(IGroupMember gm)
Returns an Iterator over the Collection of
IEntityGroups that the IGroupMember belongs to. |
| Uses of IGroupMember in org.jasig.portal.layout.dlm.remoting |
|---|
| Methods in org.jasig.portal.layout.dlm.remoting with parameters of type IGroupMember | |
|---|---|
String |
GroupListHelperImpl.getEntityType(IGroupMember entity)
|
String |
IGroupListHelper.getEntityType(IGroupMember entity)
Return the string representation of the type of a specified entity object. |
| Constructors in org.jasig.portal.layout.dlm.remoting with parameters of type IGroupMember | |
|---|---|
JsonEntityBean(IGroupMember groupMember,
String entityType)
|
|
| Uses of IGroupMember in org.jasig.portal.security |
|---|
| Methods in org.jasig.portal.security that return IGroupMember | |
|---|---|
IGroupMember |
IAuthorizationService.getGroupMember(IAuthorizationPrincipal principal)
|
| Methods in org.jasig.portal.security with parameters of type IGroupMember | |
|---|---|
static boolean |
AdminEvaluator.isAdmin(IGroupMember member)
Determines if the passed-in group member represents a user that is a member of the administrator group or any of its sub groups. |
IAuthorizationPrincipal |
IAuthorizationService.newPrincipal(IGroupMember groupMember)
Converts an IGroupMember into an IAuthorizationPrincipal. |
| Uses of IGroupMember in org.jasig.portal.security.provider |
|---|
| Methods in org.jasig.portal.security.provider that return IGroupMember | |
|---|---|
IGroupMember |
AuthorizationImpl.getGroupMember(IAuthorizationPrincipal principal)
|
| Methods in org.jasig.portal.security.provider with parameters of type IGroupMember | |
|---|---|
IAuthorizationPrincipal |
AuthorizationImpl.newPrincipal(IGroupMember groupMember)
Converts an IGroupMember into an IAuthorizationPrincipal. |
| Uses of IGroupMember in org.jasig.portal.services |
|---|
| Methods in org.jasig.portal.services that return IGroupMember | |
|---|---|
static IGroupMember |
GroupService.getGroupMember(EntityIdentifier underlyingEntityIdentifier)
Returns an IGroupMember representing either a group or a
portal entity, based on the EntityIdentifier, which
refers to the UNDERLYING entity for the IGroupMember. |
IGroupMember |
AuthorizationService.getGroupMember(IAuthorizationPrincipal principal)
|
static IGroupMember |
GroupService.getGroupMember(String key,
Class type)
Returns an IGroupMember representing either a group or a
portal entity. |
protected IGroupMember |
GroupService.igetGroupMember(String key,
Class type)
Returns an IGroupMember representing either a group or a
portal entity. |
| Methods in org.jasig.portal.services with parameters of type IGroupMember | |
|---|---|
IAuthorizationPrincipal |
AuthorizationService.newPrincipal(IGroupMember groupMember)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||