C# Class Trac.Core.TracPermissionManager

Mostrar archivo Open project: CodeGarten/CodeGarten Class Usage Examples

Public Methods

Method 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 method

public Add ( String name ) : bool
name String
return bool

Add() public method

public Add ( String name, TracPrivileges privileges ) : bool
name String
privileges TracPrivileges
return bool

AddAll() public method

public AddAll ( String name ) : bool
name String
return bool

AddGroupUser() public method

public AddGroupUser ( String userName, String groupName ) : bool
userName String
groupName String
return bool

List() public method

public List ( ) : List>.Dictionary
return List>.Dictionary

List() public method

public List ( String name ) : List
name String
return List

ListGroups() public method

public ListGroups ( ) : List
return List

ListGroups() public method

public ListGroups ( String name ) : List
name String
return List

Remove() public method

public Remove ( String name ) : bool
name String
return bool

Remove() public method

public Remove ( String name, TracPrivileges privileges ) : bool
name String
privileges TracPrivileges
return bool

RemoveAll() public method

public RemoveAll ( ) : bool
return bool

RemoveAll() public method

public RemoveAll ( String name ) : bool
name String
return bool

RemoveGroupUser() public method

public RemoveGroupUser ( String userName, String groupName ) : bool
userName String
groupName String
return bool

TracPermissionManager() public method

public TracPermissionManager ( String envPath ) : System
envPath String
return System