TeamFoundationIdentityService Class
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Server.Core.TeamFoundationIdentityService
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<TeamFoundationServiceDependency(GetType(TeamFoundationRegistryService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationTaskService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationSqlNotificationService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationFeatureAvailabilityService))> _
<TeamFoundationServiceDependency(GetType(SecurityService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationSecurityService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationEventService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationHostManagementService))> _
Public Class TeamFoundationIdentityService _
Implements ITeamFoundationService, ITeamFoundationIdentityService
[TeamFoundationServiceDependency(typeof(TeamFoundationRegistryService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationTaskService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationSqlNotificationService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationFeatureAvailabilityService))]
[TeamFoundationServiceDependency(typeof(SecurityService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationSecurityService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationEventService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationHostManagementService))]
public class TeamFoundationIdentityService : ITeamFoundationService,
ITeamFoundationIdentityService
[TeamFoundationServiceDependency(typeof(TeamFoundationRegistryService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationTaskService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationSqlNotificationService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationFeatureAvailabilityService))]
[TeamFoundationServiceDependency(typeof(SecurityService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationSecurityService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationEventService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationHostManagementService))]
public ref class TeamFoundationIdentityService : ITeamFoundationService,
ITeamFoundationIdentityService
[<TeamFoundationServiceDependency(typeof(TeamFoundationRegistryService))>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationTaskService))>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationSqlNotificationService))>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationFeatureAvailabilityService))>]
[<TeamFoundationServiceDependency(typeof(SecurityService))>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationSecurityService))>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationEventService))>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationHostManagementService))>]
type TeamFoundationIdentityService =
class
interface ITeamFoundationService
interface ITeamFoundationIdentityService
end
public class TeamFoundationIdentityService implements ITeamFoundationService, ITeamFoundationIdentityService
The TeamFoundationIdentityService type exposes the following members.
Constructors
Top
Properties
Top
Methods
|
AddGroupAdministrator |
|
|
AddMemberToApplicationGroup(TeamFoundationRequestContext, IdentityDescriptor, TeamFoundationIdentity) |
|
|
AddMemberToApplicationGroup(TeamFoundationRequestContext, IdentityDescriptor, IdentityDescriptor) |
|
|
AddRecentUser |
|
|
CreateApplicationGroup(TeamFoundationRequestContext, String, String, String) |
|
|
CreateApplicationGroup(TeamFoundationRequestContext, String, String, String, Boolean, Boolean) |
|
|
CreateDescriptor |
|
|
CreateScope |
|
|
CreateUser |
|
|
DeleteApplicationGroup |
|
|
DeleteScope |
|
|
DeleteUser |
|
|
EnsureIsMember(TeamFoundationRequestContext, IdentityDescriptor, TeamFoundationIdentity) |
|
|
EnsureIsMember(TeamFoundationRequestContext, IdentityDescriptor, IdentityDescriptor) |
|
|
EnsureNotMember |
|
|
EnsureWellKnownGroupExists |
|
|
Equals |
Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode |
Serves as the default hash function. (Inherited from Object.) |
|
GetIdentityChanges |
|
|
GetMostRecentlyUsedUsers |
|
|
GetPreferredEmailAddress(TeamFoundationRequestContext, Guid) |
|
|
GetPreferredEmailAddress(TeamFoundationRequestContext, Guid, Boolean) |
Get the preferred address. |
|
GetProjectAdminSid |
|
|
GetScopeInfo |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
IsEmailConfirmationPending |
|
|
IsIdentityCached(TeamFoundationRequestContext, IdentityDescriptor) |
Obsolete. Check if a particular ID is cached |
|
IsIdentityCached(TeamFoundationRequestContext, SecurityIdentifier) |
|
|
IsMember(TeamFoundationRequestContext, IdentityDescriptor, IdentityDescriptor) |
|
|
IsMember(TeamFoundationRequestContext, IdentityDescriptor, IdentityDescriptor, Boolean) |
|
|
ListApplicationGroups(TeamFoundationRequestContext, String, ReadIdentityOptions, IEnumerable<String>) |
|
|
ListApplicationGroups(TeamFoundationRequestContext, String, ReadIdentityOptions, IEnumerable<String>, IdentityPropertyScope) |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ReadFilteredIdentities |
|
|
ReadFilteredIdentitiesByDescriptor |
Read a page of filtered identities by IdentityDescriptor, sorted by DisplayName. |
|
ReadIdentities(TeamFoundationRequestContext, array<IdentityDescriptor[]) |
|
|
ReadIdentities(TeamFoundationRequestContext, array<Guid[]) |
|
|
ReadIdentities(TeamFoundationRequestContext, IdentitySearchFactor, array<String[]) |
|
|
ReadIdentities(TeamFoundationRequestContext, array<IdentityDescriptor[], MembershipQuery, ReadIdentityOptions, IEnumerable<String>) |
|
|
ReadIdentities(TeamFoundationRequestContext, array<Guid[], MembershipQuery, ReadIdentityOptions, IEnumerable<String>) |
|
|
ReadIdentities(TeamFoundationRequestContext, IdentitySearchFactor, array<String[], MembershipQuery, ReadIdentityOptions, IEnumerable<String>) |
|
|
ReadIdentities(TeamFoundationRequestContext, array<IdentityDescriptor[], MembershipQuery, ReadIdentityOptions, IEnumerable<String>, IdentityPropertyScope) |
|
|
ReadIdentities(TeamFoundationRequestContext, array<Guid[], MembershipQuery, ReadIdentityOptions, IEnumerable<String>, IdentityPropertyScope) |
|
|
ReadIdentities(TeamFoundationRequestContext, IdentitySearchFactor, array<String[], MembershipQuery, ReadIdentityOptions, IEnumerable<String>, IdentityPropertyScope) |
|
|
ReadIdentity(TeamFoundationRequestContext, String) |
|
|
ReadIdentity(TeamFoundationRequestContext, IdentitySearchFactor, String) |
|
|
ReadIdentity(TeamFoundationRequestContext, IdentityDescriptor, MembershipQuery, ReadIdentityOptions) |
|
|
ReadIdentity(TeamFoundationRequestContext, IdentitySearchFactor, String, MembershipQuery, ReadIdentityOptions, IEnumerable<String>) |
|
|
ReadIdentity(TeamFoundationRequestContext, IdentityDescriptor, MembershipQuery, ReadIdentityOptions, IEnumerable<String>, IdentityPropertyScope) |
|
|
ReadIdentity(TeamFoundationRequestContext, IdentitySearchFactor, String, MembershipQuery, ReadIdentityOptions, IEnumerable<String>, IdentityPropertyScope) |
|
|
ReadIdentityFromSource |
|
|
ReadRequestIdentity |
|
|
RefreshIdentity |
|
|
RemoveGroupAdministrator |
|
|
RemoveMemberFromApplicationGroup(TeamFoundationRequestContext, IdentityDescriptor, IdentityDescriptor) |
|
|
RemoveMemberFromApplicationGroup(TeamFoundationRequestContext, IdentityDescriptor, IdentityDescriptor, Boolean) |
|
|
RenameScope |
|
|
SetCustomDisplayName |
|
|
SetPreferredEmailAddress |
|
|
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
|
UpdateApplicationGroup |
|
|
UpdateExtendedProperties(TeamFoundationRequestContext, IdentityDescriptor, IEnumerable<PropertyValue>) |
|
|
UpdateExtendedProperties(TeamFoundationRequestContext, IdentityPropertyScope, IdentityDescriptor, IEnumerable<PropertyValue>) |
|
|
UpdateIdentities |
|
|
UpdateIdentity |
|
Top
Explicit Interface Implementations
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.TeamFoundation.Server.Core Namespace