IdentityService Class

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public MustInherit Class IdentityService _
    Implements ITeamFoundationService, IDisposable
public abstract class IdentityService : ITeamFoundationService, 
    IDisposable
public ref class IdentityService abstract : ITeamFoundationService, 
    IDisposable
[<AbstractClass>]
type IdentityService =  
    class 
        interface ITeamFoundationService 
        interface IDisposable 
    end
public abstract class IdentityService implements ITeamFoundationService, IDisposable

The IdentityService type exposes the following members.

Constructors

  Name Description
Protected method IdentityService

Top

Properties

  Name Description
Protected property Domain
Public property SyncAgents

Top

Methods

  Name Description
Protected method AddBuiltInSyncAgents Allows subclasses to augment synchronization agent collection before they are initialized.
Public method AddMemberToGroup(TeamFoundationRequestContext, IdentityDescriptor, Identity)
Public method AddMemberToGroup(TeamFoundationRequestContext, IdentityDescriptor, IdentityDescriptor)
Public method CreateGroup
Public method CreateScope
Public method DeleteGroup
Public method DeleteScope
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Protected method FireDescriptorsChanged
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetScope(TeamFoundationRequestContext, Guid)
Public method GetScope(TeamFoundationRequestContext, String)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method Install
Public method IsMember
Public method ListDeletedGroups
Public method ListGroups
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ReadFilteredIdentities Reads filtered identities.
Public method ReadIdentities(TeamFoundationRequestContext, IdentitySearchFilter, String, QueryMembership, IEnumerable<String>)
Public method ReadIdentities(TeamFoundationRequestContext, IList<IdentityDescriptor>, QueryMembership, IEnumerable<String>, Boolean)
Public method ReadIdentities(TeamFoundationRequestContext, IList<Guid>, QueryMembership, IEnumerable<String>, Boolean)
Public method ReadIdentitiesFromSource(TeamFoundationRequestContext, IList<IdentityDescriptor>, QueryMembership)
Public method ReadIdentitiesFromSource(TeamFoundationRequestContext, IList<String>, QueryMembership) Returns the list that has 0 or valid identities.
Public method ReadRequestIdentity
Public method RemoveMemberFromGroup
Public method RenameScope
Public method ServiceEnd
Public method ServiceStart
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method Uninstall
Public method UpdateIdentities
Public method UpdateProfileProperties

Top

Events

  Name Description
Protected event DescriptorsChanged

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IDisposable.Dispose

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.VisualStudio.Services.Identity Namespace