IAccessControlService Interface

The Access Control service.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Interface IAccessControlService
public interface IAccessControlService
public interface class IAccessControlService
type IAccessControlService =  interface end
public interface IAccessControlService

Methods

  Name Description
Public method DeleteServiceIdentity(Guid) Deletes the service identity with the given ID.
Public method DeleteServiceIdentity(ServiceIdentity) Deletes the given service identity.
Public method ProvisionServiceIdentity() Provision the default service identity.
Public method ProvisionServiceIdentity(String) Provision a service identity with the given name.
Public method ProvisionServiceIdentity(ServiceIdentityInfo) Provisions a service identity with the given information.
Public method ProvisionServiceIdentity(String, String) Provisions a service identity with the given name and password.
Public method ProvisionServiceIdentity(ServiceIdentityInfo, array<IdentityDescriptor[]) Provisions a service identity with the given information.Adds the service identity to the given groups.
Public method ProvisionServiceIdentity(String, String, array<IdentityDescriptor[]) Provisions a service identity with the given name and password.Adds the service identity to the given groups.
Public method QueryServiceIdentities(array<Guid[], Boolean) Queries the service identities with the given IDs.Optionally includes membership details.
Public method QueryServiceIdentities(array<String[], Boolean) Queries the service identities with the given names.Optionally includes membership details.
Public method QueryServiceIdentity(Guid) Queries the service identity with the given ID.
Public method QueryServiceIdentity(String) Queries the service identity with the given name.
Public method QueryServiceIdentity(Guid, Boolean) Queries the service identity with the given ID.Optionally includes membership details.
Public method QueryServiceIdentity(String, Boolean) Queries the service identity with the given name.Optionally includes membership details.

Top

See Also

Reference

Microsoft.TeamFoundation.Framework.Client Namespace