C# Class Trac.Core.TracPermissionManager

Afficher le fichier Open project: CodeGarten/CodeGarten Class Usage Examples

Méthodes publiques

Méthode Description
Add ( String name ) : bool
Add ( String name, TracPrivileges privileges ) : bool
AddAll ( String name ) : bool
AddGroupUser ( String userName, String groupName ) : bool
List ( ) : List>.Dictionary
List ( String name ) : List
ListGroups ( ) : List
ListGroups ( String name ) : List
Remove ( String name ) : bool
Remove ( String name, TracPrivileges privileges ) : bool
RemoveAll ( ) : bool
RemoveAll ( String name ) : bool
RemoveGroupUser ( String userName, String groupName ) : bool
TracPermissionManager ( String envPath ) : System

Method Details

Add() public méthode

public Add ( String name ) : bool
name String
Résultat bool

Add() public méthode

public Add ( String name, TracPrivileges privileges ) : bool
name String
privileges TracPrivileges
Résultat bool

AddAll() public méthode

public AddAll ( String name ) : bool
name String
Résultat bool

AddGroupUser() public méthode

public AddGroupUser ( String userName, String groupName ) : bool
userName String
groupName String
Résultat bool

List() public méthode

public List ( ) : List>.Dictionary
Résultat List>.Dictionary

List() public méthode

public List ( String name ) : List
name String
Résultat List

ListGroups() public méthode

public ListGroups ( ) : List
Résultat List

ListGroups() public méthode

public ListGroups ( String name ) : List
name String
Résultat List

Remove() public méthode

public Remove ( String name ) : bool
name String
Résultat bool

Remove() public méthode

public Remove ( String name, TracPrivileges privileges ) : bool
name String
privileges TracPrivileges
Résultat bool

RemoveAll() public méthode

public RemoveAll ( ) : bool
Résultat bool

RemoveAll() public méthode

public RemoveAll ( String name ) : bool
name String
Résultat bool

RemoveGroupUser() public méthode

public RemoveGroupUser ( String userName, String groupName ) : bool
userName String
groupName String
Résultat bool

TracPermissionManager() public méthode

public TracPermissionManager ( String envPath ) : System
envPath String
Résultat System