Share via


ITeamFoundationBasicAuthService Interface

An interface for the TeamFoundationBasicAuthService, which available in hosted TFS only.

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

Syntax

'Declaration
Public Interface ITeamFoundationBasicAuthService _
    Inherits ITeamFoundationService
public interface ITeamFoundationBasicAuthService : ITeamFoundationService
public interface class ITeamFoundationBasicAuthService : ITeamFoundationService
type ITeamFoundationBasicAuthService =  
    interface 
        interface ITeamFoundationService 
    end
public interface ITeamFoundationBasicAuthService extends ITeamFoundationService

The ITeamFoundationBasicAuthService type exposes the following members.

Methods

  Name Description
Public method ClearBasicAuthFailures
Public method DeleteBasicCredential Deletes the currently stored basic authentication information for the specified user.
Public method EnableDisabledAccount
Public method HasBasicCredential Determines if the specified user has configured basic authentication.
Public method IsBasicAuthDisabled Determines if the specified user has configured basic authentication.
Public method IsValidBasicCredential Verifies that the provided password matches the value which was configured by the user.
Public method ServiceEnd ServiceEnd is called when the Host is being Shutdown and this service should free all resources it is holding onto. (Inherited from ITeamFoundationService.)
Public method ServiceStart ServiceStart is called when the service is initialized. If the service is intialized asynchronously it must implement Service_Ready which is used to determine when the service is ready for users to access it. (Inherited from ITeamFoundationService.)
Public method SetBasicCredential Sets the basic credential password for the specified user.

Top

See Also

Reference

Microsoft.TeamFoundation.Framework.Server Namespace