com.atlassian.user.impl.delegation
Class DelegatingListGroupManager
java.lang.Object
com.atlassian.user.impl.delegation.DelegatingGroupManager
com.atlassian.user.impl.delegation.DelegatingListGroupManager
- All Implemented Interfaces:
- EntityManager, GroupManager
Deprecated. since 2.27 use DelegatingGroupManager
public class DelegatingListGroupManager
- extends DelegatingGroupManager
Group manager with a delegation order of a simple list, where the group managers are
tried in the iteration order of the list.
- See Also:
DelegatingGroupManager
| Methods inherited from class com.atlassian.user.impl.delegation.DelegatingGroupManager |
addMembership, createGroup, getExternalMemberNames, getGroup, getGroupManagers, getGroups, getGroups, getIdentifier, getLocalMemberNames, getMemberNames, getRepository, getWritableGroups, hasMembership, isCreative, isReadOnly, removeGroup, removeMembership, supportsExternalMembership |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DelegatingListGroupManager
public DelegatingListGroupManager(List groupManagers)
- Deprecated.
Copyright © 2005-2009 Atlassian Software Systems Pty Ltd. All Rights Reserved.