Classe TeamFoundationIdentityService
Neste artigo
Hierarquia de herança
System.Object
Microsoft.TeamFoundation.Server.Core.TeamFoundationIdentityService
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (em Microsoft.TeamFoundation.Server.Core.dll)
Sintaxe
'Declaração
<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
O tipo TeamFoundationIdentityService expõe os membros a seguir.
Construtores
Superior
Propriedades
Superior
Métodos
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
Determina se o objeto especificado é igual ao objeto atual. (Herdado de Object .)
Finalize
Permite que um objeto tente liberar recursos e executar outras operações de limpeza antes que seja recuperado pela coleta de lixo. (Herdado de Object .)
GetHashCode
Serve como a função de hash padrão. (Herdado de Object .)
GetIdentityChanges
GetMostRecentlyUsedUsers
GetPreferredEmailAddress(TeamFoundationRequestContext, Guid)
GetPreferredEmailAddress(TeamFoundationRequestContext, Guid, Boolean)
Obter o endereço preferido.
GetProjectAdminSid
GetScopeInfo
GetType
Obtém Type da instância atual. (Herdado de Object .)
IsEmailConfirmationPending
IsIdentityCached(TeamFoundationRequestContext, IdentityDescriptor)
Obsoleta. Verifique se um ID específico é armazenado em cachê
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
Cria uma cópia superficial de Object atual. (Herdado de Object .)
ReadFilteredIdentities
ReadFilteredIdentitiesByDescriptor
Ler uma página de identidades filtradas por IdentityDescriptor, classificados por 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
Retorna uma cadeia de caracteres que representa o objeto atual. (Herdado de Object .)
UpdateApplicationGroup
UpdateExtendedProperties(TeamFoundationRequestContext, IdentityDescriptor, IEnumerable<PropertyValue>)
UpdateExtendedProperties(TeamFoundationRequestContext, IdentityPropertyScope, IdentityDescriptor, IEnumerable<PropertyValue>)
UpdateIdentities
UpdateIdentity
Superior
Implementações explícitas da interface
Superior
Acesso thread-safe
Quaisquer membros estático (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.
Consulte também
Referência
Namespace Microsoft.TeamFoundation.Server.Core