AuthorizationProvider Class
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Server.AuthorizationProvider
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Server (in Microsoft.TeamFoundation.Server.dll)
Syntax
'Declaration
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 | |
---|---|---|
![]() |
AddAccessControlEntry | |
![]() |
ClearMemoryCache | |
![]() |
EnsurePermitted | |
![]() |
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.) |
![]() |
GetChangedAccessControlEntries | |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetObjectClass | |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
IsPermitted | |
![]() |
ListLocalizedActionNames | |
![]() |
ListObjectClassActions | |
![]() |
ListObjectClasses | |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ReadAccessControlList | |
![]() |
RegisterObject | |
![]() |
RemoveAccessControlEntry | |
![]() |
ReplaceAccessControlList | |
![]() |
ResetInheritance | |
![]() |
SecurityObjectCreatedByClassId | |
![]() |
SecurityObjectCreatedByParentId | |
![]() |
SecurityObjectDeleted | |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
UnregisterObject |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
ITeamFoundationService.ServiceEnd | |
![]() ![]() |
ITeamFoundationService.ServiceFlushCache | |
![]() ![]() |
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.