Method | Description | |
---|---|---|
Add ( String name ) : bool | ||
Add ( String name, TracPrivileges privileges ) : bool | ||
AddAll ( String name ) : bool | ||
AddGroupUser ( String userName, String groupName ) : bool | ||
List ( ) : List |
||
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 |
public Add ( String name, TracPrivileges privileges ) : bool | ||
name | String | |
privileges | TracPrivileges | |
return | bool |
public AddGroupUser ( String userName, String groupName ) : bool | ||
userName | String | |
groupName | String | |
return | bool |
public Remove ( String name, TracPrivileges privileges ) : bool | ||
name | String | |
privileges | TracPrivileges | |
return | bool |
public RemoveGroupUser ( String userName, String groupName ) : bool | ||
userName | String | |
groupName | String | |
return | bool |
public TracPermissionManager ( String envPath ) : System | ||
envPath | String | |
return | System |