This documentation is archived and is not being maintained.
FullPermissionSetForwarderBase Class
Visual Studio 2013
A base class for forwarding permissions from a flat namespace to a namespace that can derive all of its permissions from the source namespace.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
The FullPermissionSetForwarderBase type exposes the following members.
| 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 the default hash function. (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.) |
Show:
