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
Top
Properties
Top
Methods
|
AddBuiltInSyncAgents |
Allows subclasses to augment synchronization agent collection before they are initialized. |
|
AddMemberToGroup(TeamFoundationRequestContext, IdentityDescriptor, Identity) |
|
|
AddMemberToGroup(TeamFoundationRequestContext, IdentityDescriptor, IdentityDescriptor) |
|
|
CreateGroup |
|
|
CreateScope |
|
|
DeleteGroup |
|
|
DeleteScope |
|
|
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.) |
|
FireDescriptorsChanged |
|
|
GetHashCode |
Serves as the default hash function. (Inherited from Object.) |
|
GetScope(TeamFoundationRequestContext, Guid) |
|
|
GetScope(TeamFoundationRequestContext, String) |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
Install |
|
|
IsMember |
|
|
ListDeletedGroups |
|
|
ListGroups |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ReadFilteredIdentities |
Reads filtered identities. |
|
ReadIdentities(TeamFoundationRequestContext, IdentitySearchFilter, String, QueryMembership, IEnumerable<String>) |
|
|
ReadIdentities(TeamFoundationRequestContext, IList<IdentityDescriptor>, QueryMembership, IEnumerable<String>, Boolean) |
|
|
ReadIdentities(TeamFoundationRequestContext, IList<Guid>, QueryMembership, IEnumerable<String>, Boolean) |
|
|
ReadIdentitiesFromSource(TeamFoundationRequestContext, IList<IdentityDescriptor>, QueryMembership) |
|
|
ReadIdentitiesFromSource(TeamFoundationRequestContext, IList<String>, QueryMembership) |
Returns the list that has 0 or valid identities. |
|
ReadRequestIdentity |
|
|
RemoveMemberFromGroup |
|
|
RenameScope |
|
|
ServiceEnd |
|
|
ServiceStart |
|
|
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
|
Uninstall |
|
|
UpdateIdentities |
|
|
UpdateProfileProperties |
|
Top
Events
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.VisualStudio.Services.Identity Namespace