AuthorizationProvider Class
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Integration.Server.AuthorizationProvider
Namespace: Microsoft.TeamFoundation.Integration.Server
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<TeamFoundationServiceDependency(GetType(TeamFoundationIdentityService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationSecurityService))> _
Public NotInheritable Class AuthorizationProvider _
Implements ITeamFoundationService
[TeamFoundationServiceDependency(typeof(TeamFoundationIdentityService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationSecurityService))]
public sealed class AuthorizationProvider : ITeamFoundationService
[TeamFoundationServiceDependency(typeof(TeamFoundationIdentityService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationSecurityService))]
public ref class AuthorizationProvider sealed : ITeamFoundationService
[<Sealed>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationIdentityService))>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationSecurityService))>]
type AuthorizationProvider =
class
interface ITeamFoundationService
end
public final class AuthorizationProvider implements ITeamFoundationService
The AuthorizationProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddAccessControlEntries | ||
AddAccessControlEntry | ||
ClearMemoryCache | Clears the cache for the object and class mappings for the specified securityClass. | |
EnsurePermitted | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetChangedAccessControlEntries | ||
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetObjectClass | ||
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsPermitted | ||
ListLocalizedActionNames | ||
ListObjectClassActions | ||
ListObjectClasses | ||
ReadAccessControlList | ||
RegisterObject | ||
RemoveAccessControlEntry | ||
ReplaceAccessControlList | ||
ResetInheritance | ||
SecurityObjectCreatedByClassId | Notify the provider that an object was created. | |
SecurityObjectCreatedByParentId | Notify the provider that an object was created. | |
SecurityObjectDeleted | Notify the provider that an object was deleted | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UnregisterObject |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ITeamFoundationService.ServiceEnd | ||
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.