C# Class Glyma.SharePoint.Search.WindowsGlymaSecurityManager

Inheritance: GlymaSecurityManager
Afficher le fichier Open project: chris-tomich/Glyma Class Usage Examples

Méthodes publiques

Méthode Description
GetAllowAllNodeAcl ( string repositoryName, System.Guid domainId, System.Guid rootMapId ) : byte[]
GetNodeAcl ( string mapDatabaseName, string repositoryName, System.Guid domainId, System.Guid rootMapId ) : byte[]
WindowsGlymaSecurityManager ( IGlymaSecurityRepository securityRepository ) : System
WindowsGlymaSecurityManager ( IGlymaSecurityRepository securityRepository, System.TimeSpan autoExpireItemsPeriod, int maxItems, System.TimeSpan nodeAclCacheDuration, System.TimeSpan nodeAclTaskWaitDuration ) : System

Méthodes protégées

Méthode Description
GetAllowedUsers ( string mapDatabaseName, string repositoryName, System.Guid domainId, System.Guid rootMapId ) : List
GetNodeAclWorker ( string mapDatabaseName, string repositoryName, System.Guid domainId, System.Guid rootMapId, bool isCacheEnabled ) : byte[]

Method Details

GetAllowAllNodeAcl() public méthode

public GetAllowAllNodeAcl ( string repositoryName, System.Guid domainId, System.Guid rootMapId ) : byte[]
repositoryName string
domainId System.Guid
rootMapId System.Guid
Résultat byte[]

GetAllowedUsers() protected méthode

protected GetAllowedUsers ( string mapDatabaseName, string repositoryName, System.Guid domainId, System.Guid rootMapId ) : List
mapDatabaseName string
repositoryName string
domainId System.Guid
rootMapId System.Guid
Résultat List

GetNodeAcl() public méthode

public GetNodeAcl ( string mapDatabaseName, string repositoryName, System.Guid domainId, System.Guid rootMapId ) : byte[]
mapDatabaseName string
repositoryName string
domainId System.Guid
rootMapId System.Guid
Résultat byte[]

GetNodeAclWorker() protected méthode

protected GetNodeAclWorker ( string mapDatabaseName, string repositoryName, System.Guid domainId, System.Guid rootMapId, bool isCacheEnabled ) : byte[]
mapDatabaseName string
repositoryName string
domainId System.Guid
rootMapId System.Guid
isCacheEnabled bool
Résultat byte[]

WindowsGlymaSecurityManager() public méthode

public WindowsGlymaSecurityManager ( IGlymaSecurityRepository securityRepository ) : System
securityRepository IGlymaSecurityRepository
Résultat System

WindowsGlymaSecurityManager() public méthode

public WindowsGlymaSecurityManager ( IGlymaSecurityRepository securityRepository, System.TimeSpan autoExpireItemsPeriod, int maxItems, System.TimeSpan nodeAclCacheDuration, System.TimeSpan nodeAclTaskWaitDuration ) : System
securityRepository IGlymaSecurityRepository
autoExpireItemsPeriod System.TimeSpan
maxItems int
nodeAclCacheDuration System.TimeSpan
nodeAclTaskWaitDuration System.TimeSpan
Résultat System