AuthorizationProvider Class

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Server.AuthorizationProvider

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

Syntax

‘선언
Public NotInheritable Class AuthorizationProvider _
    Implements ITeamFoundationService
public sealed class AuthorizationProvider : ITeamFoundationService
public ref class AuthorizationProvider sealed : ITeamFoundationService
[<Sealed>]
type AuthorizationProvider =  
    class
        interface ITeamFoundationService
    end
public final class AuthorizationProvider implements ITeamFoundationService

The AuthorizationProvider type exposes the following members.

Methods

  Name Description
Public method AddAccessControlEntry
Public method ClearMemoryCache
Public method EnsurePermitted
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetChangedAccessControlEntries
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetObjectClass
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method IsPermitted
Public method ListLocalizedActionNames
Public method ListObjectClassActions
Public method ListObjectClasses
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ReadAccessControlList
Public method RegisterObject
Public method RemoveAccessControlEntry
Public method ReplaceAccessControlList
Public method ResetInheritance
Public method SecurityObjectCreatedByClassId
Public method SecurityObjectCreatedByParentId
Public method SecurityObjectDeleted
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method UnregisterObject

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ITeamFoundationService.ServiceEnd
Explicit interface implemetationPrivate method ITeamFoundationService.ServiceFlushCache
Explicit interface implemetationPrivate method ITeamFoundationService.ServiceStart

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.Server Namespace