This documentation is archived and is not being maintained.
TeamFoundationAccessControlService Class
Visual Studio 2013
Service used to configure Access Control for Hosted TFS
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
[TeamFoundationServiceDependency(typeof(TeamFoundationRegistryService))] [TeamFoundationServiceDependency(typeof(TeamFoundationLockingService))] [TeamFoundationServiceDependency(typeof(TeamFoundationAuthenticationService))] public ref class TeamFoundationAccessControlService sealed : ITeamFoundationService
The TeamFoundationAccessControlService type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DeleteServiceIdentity | Deletes the service identity given the id |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetServiceIdentityToken | Retrieves an authenication token from ACS for the provided service identity information. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | IsServiceIdentity | Checks to see if the given identity is a service identity |
![]() | ProvisionServiceIdentity | Provisions a service identity with the given info. If identityInfo is null then provision will attempt to create the default service identity for the service host If addToGroups is null, the service identity will be provisioned with membership in the service accounts group |
![]() | QueryServiceIdentities(TeamFoundationRequestContext, array<Guid>, Boolean) | Queries service identities by ID |
![]() | QueryServiceIdentities(TeamFoundationRequestContext, array<String>, Boolean) | Queries service identities by name |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ITeamFoundationService::ServiceEnd | Service shutdown logic |
![]() ![]() | ITeamFoundationService::ServiceStart | Service start logic |
Show:
