FullPermissionSetForwarderBase Class
A base class for forwarding permissions from a flat namespace to a namespace that can derive all of its permissions from the source namespace.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Framework.Server.FullPermissionSetForwarderBase
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public MustInherit Class FullPermissionSetForwarderBase
public abstract class FullPermissionSetForwarderBase
public ref class FullPermissionSetForwarderBase abstract
[<AbstractClass>]
type FullPermissionSetForwarderBase = class end
public abstract class FullPermissionSetForwarderBase
The FullPermissionSetForwarderBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FullPermissionSetForwarderBase |
Top
Methods
Name | Description | |
---|---|---|
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.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetTargetNamespaceId | ||
GetTargetPermissionsFromSourcePermissions | Converts the project permissions to catalog permissions. | |
GetTargetServiceHost | The request context that should be used to set permissions in the target namespace. | |
GetTargetTokenFromSourceToken | Returns the target security token if one exists for source security token. Null should be returned if one does not. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
RemoveAccessControlLists | Removes the ACLs on the catalog security for the corresponding projects. | |
RemovePermissions(TeamFoundationRequestContext, NotificationType, String, IEnumerable<IdentityDescriptor>) | Removes the permissions for the identities from catalog security for the corresponding catalog node. | |
RemovePermissions(TeamFoundationRequestContext, NotificationType, String, IdentityDescriptor, Int32) | Removes the catalog permissions from the corresponding catalog node. | |
RenameToken | ||
SetAccessControlLists | Converts all of the ACLs to catalog permissions and overwrites the existing catalog ACLs that correspond to the team projects. | |
SetInheritFlag | ||
SetPermissions | Converts all of the ACEs to catalog ACEs and sets them in the catalog namespace. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
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.