This documentation is archived and is not being maintained.

IdentityService Class

System.Object
  Microsoft.VisualStudio.Services.Identity.IdentityService

Namespace:  Microsoft.VisualStudio.Services.Identity
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

public abstract class IdentityService : ITeamFoundationService, 
	IDisposable

The IdentityService type exposes the following members.

  NameDescription
Protected methodAddBuiltInSyncAgentsAllows subclasses to augment synchronization agent collection before they are initialized.
Public methodAddMemberToGroup(TeamFoundationRequestContext, IdentityDescriptor, Identity)
Public methodAddMemberToGroup(TeamFoundationRequestContext, IdentityDescriptor, IdentityDescriptor)
Public methodCreateGroup
Public methodCreateScope
Public methodDeleteGroup
Public methodDeleteScope
Public methodEqualsDetermines whether the specified object is equal to the current object. (Inherited from Object.)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Protected methodFireDescriptorsChanged
Public methodGetHashCodeServes as the default hash function. (Inherited from Object.)
Public methodGetScope(TeamFoundationRequestContext, Guid)
Public methodGetScope(TeamFoundationRequestContext, String)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodInstall
Public methodIsMember
Public methodListDeletedGroups
Public methodListGroups
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodReadFilteredIdentitiesReads filtered identities.
Public methodReadIdentities(TeamFoundationRequestContext, IdentitySearchFilter, String, QueryMembership, IEnumerable<String>)
Public methodReadIdentities(TeamFoundationRequestContext, IList<IdentityDescriptor>, QueryMembership, IEnumerable<String>, Boolean)
Public methodReadIdentities(TeamFoundationRequestContext, IList<Guid>, QueryMembership, IEnumerable<String>, Boolean)
Public methodReadIdentitiesFromSource(TeamFoundationRequestContext, IList<IdentityDescriptor>, QueryMembership)
Public methodReadIdentitiesFromSource(TeamFoundationRequestContext, IList<String>, QueryMembership)Returns the list that has 0 or valid identities.
Public methodReadRequestIdentity
Public methodRemoveMemberFromGroup
Public methodRenameScope
Public methodServiceEnd
Public methodServiceStart
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Public methodUninstall
Public methodUpdateIdentities
Public methodUpdateProfileProperties
Top

  NameDescription
Protected eventDescriptorsChanged
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: