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
Protected method FullPermissionSetForwarderBase

Top

Methods

  Name Description
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 GetHashCode Serves as the default hash function. (Inherited from Object.)
Protected method GetTargetNamespaceId
Protected method GetTargetPermissionsFromSourcePermissions Converts the project permissions to catalog permissions.
Protected method GetTargetServiceHost The request context that should be used to set permissions in the target namespace.
Protected method GetTargetTokenFromSourceToken Returns the target security token if one exists for source security token. Null should be returned if one does not.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method RemoveAccessControlLists Removes the ACLs on the catalog security for the corresponding projects.
Public method RemovePermissions(TeamFoundationRequestContext, NotificationType, String, IEnumerable<IdentityDescriptor>) Removes the permissions for the identities from catalog security for the corresponding catalog node.
Public method RemovePermissions(TeamFoundationRequestContext, NotificationType, String, IdentityDescriptor, Int32) Removes the catalog permissions from the corresponding catalog node.
Public method RenameToken
Public method SetAccessControlLists Converts all of the ACLs to catalog permissions and overwrites the existing catalog ACLs that correspond to the team projects.
Public method SetInheritFlag
Public method SetPermissions Converts all of the ACEs to catalog ACEs and sets them in the catalog namespace.
Public method 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.

See Also

Reference

Microsoft.TeamFoundation.Framework.Server Namespace