|
| | RemoteConnectorCacheWrapper (IUserManagement uman) |
| |
| UUID | CreateGroup (UUID RequestingAgentID, GroupRecordDelegate d) |
| |
| bool | UpdateGroup (UUID groupID, GroupRecordDelegate d) |
| |
| ExtendedGroupRecord | GetGroupRecord (string RequestingAgentID, UUID GroupID, string GroupName, GroupRecordDelegate d) |
| |
| bool | AddAgentToGroup (string RequestingAgentID, string AgentID, UUID GroupID, GroupMembershipDelegate d) |
| |
| void | RemoveAgentFromGroup (string RequestingAgentID, string AgentID, UUID GroupID, VoidDelegate d) |
| |
| void | SetAgentActiveGroup (string AgentID, GroupMembershipDelegate d) |
| |
| ExtendedGroupMembershipData | GetAgentActiveMembership (string AgentID, GroupMembershipDelegate d) |
| |
| ExtendedGroupMembershipData | GetAgentGroupMembership (string AgentID, UUID GroupID, GroupMembershipDelegate d) |
| |
| List< GroupMembershipData > | GetAgentGroupMemberships (string AgentID, GroupMembershipListDelegate d) |
| |
| List< GroupMembersData > | GetGroupMembers (string RequestingAgentID, UUID GroupID, GroupMembersListDelegate d) |
| |
| bool | AddGroupRole (UUID groupID, UUID roleID, string description, string name, ulong powers, string title, BooleanDelegate d) |
| |
| bool | UpdateGroupRole (UUID groupID, UUID roleID, string name, string description, string title, ulong powers, BooleanDelegate d) |
| |
| void | RemoveGroupRole (string RequestingAgentID, UUID groupID, UUID roleID, VoidDelegate d) |
| |
| List< GroupRolesData > | GetGroupRoles (string RequestingAgentID, UUID GroupID, GroupRolesListDelegate d) |
| |
| List< GroupRoleMembersData > | GetGroupRoleMembers (string RequestingAgentID, UUID GroupID, RoleMembersListDelegate d) |
| |
| void | AddAgentToGroupRole (string RequestingAgentID, string AgentID, UUID GroupID, UUID RoleID, BooleanDelegate d) |
| |
| void | RemoveAgentFromGroupRole (string RequestingAgentID, string AgentID, UUID GroupID, UUID RoleID, BooleanDelegate d) |
| |
| List< GroupRolesData > | GetAgentGroupRoles (string RequestingAgentID, string AgentID, UUID GroupID, GroupRolesListDelegate d) |
| |
| void | SetAgentActiveGroupRole (string AgentID, UUID GroupID, VoidDelegate d) |
| |
| void | UpdateMembership (string AgentID, UUID GroupID, bool AcceptNotices, bool ListInProfile, VoidDelegate d) |
| |
| bool | AddGroupNotice (UUID groupID, UUID noticeID, GroupNoticeInfo notice, BooleanDelegate d) |
| |
| GroupNoticeInfo | GetGroupNotice (UUID noticeID, NoticeDelegate d) |
| |
| List< ExtendedGroupNoticeData > | GetGroupNotices (UUID GroupID, NoticeListDelegate d) |
| |