TeamFoundationIdentityService Class
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Framework.Server.TeamFoundationIdentityService
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public NotInheritable Class TeamFoundationIdentityService _
Implements ITeamFoundationService
public sealed class TeamFoundationIdentityService : ITeamFoundationService
public ref class TeamFoundationIdentityService sealed : ITeamFoundationService
[<Sealed>]
type TeamFoundationIdentityService =
class
interface ITeamFoundationService
end
public final class TeamFoundationIdentityService implements ITeamFoundationService
The TeamFoundationIdentityService type exposes the following members.
Methods
|
AddMemberToApplicationGroup |
|
|
CreateApplicationGroup |
|
|
CreateDescriptor |
|
|
CreateScope |
|
|
CreateUser |
|
|
DeleteApplicationGroup |
|
|
DeleteScope |
|
|
EnsureIsMember |
|
|
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 a hash function for a particular type. (Inherited from Object.) |
|
GetScopeInfo |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
IsMember |
|
|
ListApplicationGroups |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ReadIdentities(TeamFoundationRequestContext, array<IdentityDescriptor[], MembershipQuery, ReadIdentityOptions) |
|
|
ReadIdentities(TeamFoundationRequestContext, array<Guid[], MembershipQuery, ReadIdentityOptions) |
|
|
ReadIdentities(TeamFoundationRequestContext, IdentitySearchFactor, array<String[], MembershipQuery, ReadIdentityOptions) |
|
|
ReadIdentity(TeamFoundationRequestContext, IdentityDescriptor, MembershipQuery, ReadIdentityOptions) |
|
|
ReadIdentity(TeamFoundationRequestContext, IdentitySearchFactor, String, MembershipQuery, ReadIdentityOptions) |
|
|
ReadIdentityFromSource |
|
|
RefreshIdentity |
|
|
RemoveMemberFromApplicationGroup(TeamFoundationRequestContext, IdentityDescriptor, IdentityDescriptor) |
|
|
RemoveMemberFromApplicationGroup(TeamFoundationRequestContext, IdentityDescriptor, IdentityDescriptor, Boolean) |
|
|
RenameScope |
|
|
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
|
UpdateApplicationGroup |
|
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.Framework.Server Namespace