PartialPermissionSetNamespaceExtension Methods

Include Protected Members
Include Inherited Members

The PartialPermissionSetNamespaceExtension type exposes the following members.

Methods

  Name Description
Public method CheckReadPermission The default implementation of CheckReadPermission, which calls HasReadPermission on the provided token. (Inherited from DefaultSecurityNamespaceExtension.)
Public method CheckWritePermission The default implementation of CheckWritePermission, which calls HasWritePermission on the provided token. (Inherited from DefaultSecurityNamespaceExtension.)
Public method DetermineSourcePermissions Determines the source permissions that map from the target permissions.
Public method DetermineSourceToken Determines the source token that corresponds to the target token. If no token mapping applies, then null should be returned.
Public method DetermineTargetPermissions Determines the target permissions that map from the source permissions.
Public method DetermineTargetToken Determines the target token that corresponds to the source token. If no token mapping applies, null should be returned.
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.)
Public method GetLocalizedActionDisplayName Returns null for all bits. (Inherited from DefaultSecurityNamespaceExtension.)
Public method GetTargetNamespace The target namespace to read the forwarded permissions from.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method HandleIncomingToken The default implementation of HandleIncomoningToken, which just returns the passed in securityToken. (Inherited from DefaultSecurityNamespaceExtension.)
Public method HandleOutgoingToken The default implementation of HandleOutgoingToken which just returns the passed in securityToken. (Inherited from DefaultSecurityNamespaceExtension.)
Public method HasPermission (Overrides DefaultSecurityNamespaceExtension.HasPermission(TeamFoundationRequestContext, String, Int32, Int32, Int32, Boolean).)
Public method HasReadPermission The default implementation of HasReadPermission, which checks to see whether the caller has ReadPermission on the provided token. (Inherited from DefaultSecurityNamespaceExtension.)
Public method HasWritePermission The default implementation of HasWritePermission, which checks to see whether the caller has WritePermission on the provided token. (Inherited from DefaultSecurityNamespaceExtension.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method QueryEffectivePermissions (Overrides DefaultSecurityNamespaceExtension.QueryEffectivePermissions(TeamFoundationRequestContext, String, IdentityDescriptor, Int32).)
Public method QueryPermissions (Overrides DefaultSecurityNamespaceExtension.QueryPermissions(TeamFoundationRequestContext, String, IEnumerable<IdentityDescriptor>, Boolean, Boolean, IEnumerable<AccessControlList>).)
Public method ThrowAccessDeniedException The default implementation of ThrowAccessDeniedException which throws the generic AccessCheckException. (Inherited from DefaultSecurityNamespaceExtension.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

See Also

Reference

PartialPermissionSetNamespaceExtension Class

Microsoft.TeamFoundation.Framework.Server Namespace