Property | Type | Description | |
---|---|---|---|
Assert | void | ||
AssertSubtree | void | ||
BitsToString | string | ||
BreakInheritanceWithoutReset | void | ||
Delete | void | ||
GetAccessDeniedException | |||
GetAllPermissions | PermissionValue[] | ||
GetAllPermissions | PermissionValue[] | ||
GetEntriesFromAcl | IEnumerable |
||
GetNodeNotFoundEx | |||
GetPermission | PermissionValue | ||
GetPermission | PermissionValue | ||
GetSubtreePermission | PermissionValue | ||
GetSubtreePermission | PermissionValue | ||
HasPermission | bool | ||
HasSubTreePermission | bool | ||
HasSubTreePermission | bool | ||
ImportPermissionExceptionHelper | |||
Move | void | ||
RemoveBreakInheritanceWithoutReset | void | ||
RemoveExplicitEntriesWithoutReset | void | ||
Rename | void | ||
SecurityHandler | System | ||
SetAcl | void | ||
SetBits | void | ||
SetBits | void | ||
SetPermissionsWithoutReset | void | ||
WriteEntries | void |
Method | Description | |
---|---|---|
Assert ( ) : void | ||
Assert ( System.Data.Node node ) : void | ||
Assert ( System.Data.Node node, string message ) : void | ||
Assert ( NodeHead nodeHead ) : void | ||
Assert ( NodeHead nodeHead, string message ) : void | ||
Assert ( string message ) : void | ||
AssertSubtree ( ) : void | ||
AssertSubtree ( System.Data.Node node ) : void | ||
AssertSubtree ( System.Data.Node node, string message ) : void | ||
AssertSubtree ( NodeHead nodeHead ) : void | ||
AssertSubtree ( NodeHead nodeHead, string message ) : void | ||
AssertSubtree ( string message ) : void | ||
BreakInheritance ( ) : void | ||
ExplicateGroupMembership ( ) : void | ||
ExplicateOrganizationUnitMemberships ( IUser user ) : void | ||
ExportPermissions ( |
||
GetAcl ( ) : |
||
GetAcl ( int nodeId, string path, int creatorId, int lastModifierId ) : |
||
GetAclEditor ( ) : |
||
GetAllEntries ( ) : SenseNet.ContentRepository.Storage.Security.SecurityEntry[] | ||
GetAllPermissions ( ) : PermissionValue[] | ||
GetAllPermissions ( IUser user ) : PermissionValue[] | ||
GetAllPermissions ( IUser user, System.Data.Node node ) : PermissionValue[] | ||
GetAllPermissions ( IUser user, NodeHead nodeHead ) : PermissionValue[] | ||
GetAllPermissions ( System.Data.Node node ) : PermissionValue[] | ||
GetAllPermissions ( NodeHead nodeHead ) : PermissionValue[] | ||
GetEffectiveEntries ( ) : SenseNet.ContentRepository.Storage.Security.SecurityEntry[] | ||
GetEffectiveEntries ( string path ) : SenseNet.ContentRepository.Storage.Security.SecurityEntry[] | ||
GetExplicitEntries ( ) : SenseNet.ContentRepository.Storage.Security.SecurityEntry[] | ||
GetPermission ( ) : PermissionValue | ||
GetPermission ( IUser user ) : PermissionValue | ||
GetPermission ( IUser user, System.Data.Node node ) : PermissionValue | ||
GetPermission ( IUser user, NodeHead nodeHead ) : PermissionValue | ||
GetPermission ( System.Data.Node node ) : PermissionValue | ||
GetPermission ( NodeHead nodeHead ) : PermissionValue | ||
GetPermittedLevel ( NodeHead nodeHead ) : PermittedLevel | ||
GetPermittedLevel ( string path, int creatorId, int lastModifierId ) : PermittedLevel | ||
GetPermittedLevel ( string path, int creatorId, int lastModifierId, IUser user ) : PermittedLevel | ||
GetPrincipals ( ) : List |
||
GetSubtreePermission ( ) : PermissionValue | ||
GetSubtreePermission ( IUser user ) : PermissionValue | ||
GetSubtreePermission ( IUser user, System.Data.Node node ) : PermissionValue | ||
GetSubtreePermission ( IUser user, NodeHead nodeHead ) : PermissionValue | ||
GetSubtreePermission ( System.Data.Node node ) : PermissionValue | ||
GetSubtreePermission ( NodeHead nodeHead ) : PermissionValue | ||
HasPermission ( ) : bool | ||
HasPermission ( IUser user ) : bool | ||
HasPermission ( IUser user, System.Data.Node node ) : bool | ||
HasPermission ( IUser user, NodeHead nodeHead ) : bool | ||
HasPermission ( IUser user, string path, int creatorId, int lastModifierId ) : bool | ||
HasPermission ( System.Data.Node node ) : bool | ||
HasPermission ( NodeHead nodeHead ) : bool | ||
HasSubTreePermission ( ) : bool | ||
HasSubTreePermission ( IUser user ) : bool | ||
HasSubTreePermission ( IUser user, System.Data.Node node ) : bool | ||
HasSubTreePermission ( IUser user, NodeHead nodeHead ) : bool | ||
HasSubTreePermission ( System.Data.Node node ) : bool | ||
HasSubTreePermission ( NodeHead nodeHead ) : bool | ||
ImportPermissions ( |
||
IsInGroup ( int groupId ) : bool | ||
RemoveBreakInheritance ( ) : void | ||
RemoveExplicitEntries ( ) : void | ||
Reset ( ) : void | ||
SetAcl ( |
||
SetAcl ( |
||
SetAcl ( |
||
SetPermission ( IGroup group, bool isInheritable, |
||
SetPermission ( IOrganizationalUnit orgUnit, bool isInheritable, |
||
SetPermission ( ISecurityMember securityMember, bool isInheritable, |
||
SetPermission ( IUser user, bool isInheritable, |
||
SetPermissions ( int principalId, bool isInheritable, PermissionValue permissionValues ) : void |
Method | Description | |
---|---|---|
Assert ( string path, int creatorId, int lastModifierId, string message ) : void | ||
AssertSubtree ( string path, int creatorId, int lastModifierId, string message ) : void | ||
BitsToString ( int allowBits, int denyBits ) : string | ||
BreakInheritanceWithoutReset ( ) : void | ||
Delete ( string sourcePath ) : void | ||
GetAccessDeniedException ( string path, int creatorId, int lastModifierId, string message, |
||
GetAllPermissions ( IUser user, string path, int creatorId, int lastModifierId ) : PermissionValue[] | ||
GetAllPermissions ( string path, int creatorId, int lastModifierId ) : PermissionValue[] | ||
GetEntriesFromAcl ( |
||
GetNodeNotFoundEx ( object idOrPath ) : |
||
GetPermission ( IUser user, string path, int creatorId, int lastModifierId ) : PermissionValue | ||
GetPermission ( string path, int creatorId, int lastModifierId ) : PermissionValue | ||
GetSubtreePermission ( IUser user, string path, int creatorId, int lastModifierId ) : PermissionValue | ||
GetSubtreePermission ( string path, int creatorId, int lastModifierId ) : PermissionValue | ||
HasPermission ( string path, int creatorId, int lastModifierId ) : bool | ||
HasSubTreePermission ( IUser user, string path, int creatorId, int lastModifierId ) : bool | ||
HasSubTreePermission ( string path, int creatorId, int lastModifierId ) : bool | ||
ImportPermissionExceptionHelper ( string message, string metadataPath, |
||
Move ( string sourcePath, string targetPath ) : void | ||
RemoveBreakInheritanceWithoutReset ( ) : void | ||
RemoveExplicitEntriesWithoutReset ( ) : void | ||
Rename ( string originalPath, string newPath ) : void | ||
SecurityHandler ( System.Data.Node node ) : System | ||
SetAcl ( System.Data.Node node, |
||
SetBits ( int &allowBits, int &denyBits ) : void | ||
SetBits ( int &allowBits, int &denyBits, |
||
SetPermissionsWithoutReset ( int principalId, bool isInheritable, PermissionValue permissionValues ) : void | ||
WriteEntries ( IEnumerable |
public static Assert ( System.Data.Node node ) : void | ||
node | System.Data.Node | |
return | void |
public static Assert ( System.Data.Node node, string message ) : void | ||
node | System.Data.Node | |
message | string | |
return | void |
public static Assert ( NodeHead nodeHead ) : void | ||
nodeHead | NodeHead | |
return | void |
public static Assert ( NodeHead nodeHead, string message ) : void | ||
nodeHead | NodeHead | |
message | string | |
return | void |
public static AssertSubtree ( System.Data.Node node ) : void | ||
node | System.Data.Node | |
return | void |
public static AssertSubtree ( System.Data.Node node, string message ) : void | ||
node | System.Data.Node | |
message | string | |
return | void |
public static AssertSubtree ( NodeHead nodeHead ) : void | ||
nodeHead | NodeHead | |
return | void |
public static AssertSubtree ( NodeHead nodeHead, string message ) : void | ||
nodeHead | NodeHead | |
message | string | |
return | void |
public AssertSubtree ( string message ) : void | ||
message | string | |
return | void |
public static ExplicateGroupMembership ( ) : void | ||
return | void |
public static ExplicateOrganizationUnitMemberships ( IUser user ) : void | ||
user | IUser | |
return | void |
public ExportPermissions ( |
||
writer | ||
return | void |
public static GetAcl ( int nodeId, string path, int creatorId, int lastModifierId ) : |
||
nodeId | int | |
path | string | |
creatorId | int | |
lastModifierId | int | |
return |
public GetAllEntries ( ) : SenseNet.ContentRepository.Storage.Security.SecurityEntry[] | ||
return | SenseNet.ContentRepository.Storage.Security.SecurityEntry[] |
public GetAllPermissions ( ) : PermissionValue[] | ||
return | PermissionValue[] |
public GetAllPermissions ( IUser user ) : PermissionValue[] | ||
user | IUser | |
return | PermissionValue[] |
public GetAllPermissions ( IUser user, System.Data.Node node ) : PermissionValue[] | ||
user | IUser | |
node | System.Data.Node | |
return | PermissionValue[] |
public GetAllPermissions ( IUser user, NodeHead nodeHead ) : PermissionValue[] | ||
user | IUser | |
nodeHead | NodeHead | |
return | PermissionValue[] |
public static GetAllPermissions ( System.Data.Node node ) : PermissionValue[] | ||
node | System.Data.Node | |
return | PermissionValue[] |
public static GetAllPermissions ( NodeHead nodeHead ) : PermissionValue[] | ||
nodeHead | NodeHead | |
return | PermissionValue[] |
public GetEffectiveEntries ( ) : SenseNet.ContentRepository.Storage.Security.SecurityEntry[] | ||
return | SenseNet.ContentRepository.Storage.Security.SecurityEntry[] |
public static GetEffectiveEntries ( string path ) : SenseNet.ContentRepository.Storage.Security.SecurityEntry[] | ||
path | string | |
return | SenseNet.ContentRepository.Storage.Security.SecurityEntry[] |
public GetExplicitEntries ( ) : SenseNet.ContentRepository.Storage.Security.SecurityEntry[] | ||
return | SenseNet.ContentRepository.Storage.Security.SecurityEntry[] |
public GetPermission ( IUser user ) : PermissionValue | ||
user | IUser | |
return | PermissionValue |
public GetPermission ( IUser user, System.Data.Node node ) : PermissionValue | ||
user | IUser | |
node | System.Data.Node | |
return | PermissionValue |
public GetPermission ( IUser user, NodeHead nodeHead ) : PermissionValue | ||
user | IUser | |
nodeHead | NodeHead | |
return | PermissionValue |
public static GetPermission ( System.Data.Node node ) : PermissionValue | ||
node | System.Data.Node | |
return | PermissionValue |
public static GetPermission ( NodeHead nodeHead ) : PermissionValue | ||
nodeHead | NodeHead | |
return | PermissionValue |
public static GetPermittedLevel ( NodeHead nodeHead ) : PermittedLevel | ||
nodeHead | NodeHead | |
return | PermittedLevel |
public static GetPermittedLevel ( string path, int creatorId, int lastModifierId ) : PermittedLevel | ||
path | string | |
creatorId | int | |
lastModifierId | int | |
return | PermittedLevel |
public static GetPermittedLevel ( string path, int creatorId, int lastModifierId, IUser user ) : PermittedLevel | ||
path | string | |
creatorId | int | |
lastModifierId | int | |
user | IUser | |
return | PermittedLevel |
public GetSubtreePermission ( ) : PermissionValue | ||
return | PermissionValue |
public GetSubtreePermission ( IUser user ) : PermissionValue | ||
user | IUser | |
return | PermissionValue |
public GetSubtreePermission ( IUser user, System.Data.Node node ) : PermissionValue | ||
user | IUser | |
node | System.Data.Node | |
return | PermissionValue |
public GetSubtreePermission ( IUser user, NodeHead nodeHead ) : PermissionValue | ||
user | IUser | |
nodeHead | NodeHead | |
return | PermissionValue |
public static GetSubtreePermission ( System.Data.Node node ) : PermissionValue | ||
node | System.Data.Node | |
return | PermissionValue |
public static GetSubtreePermission ( NodeHead nodeHead ) : PermissionValue | ||
nodeHead | NodeHead | |
return | PermissionValue |
public HasPermission ( IUser user, System.Data.Node node ) : bool | ||
user | IUser | |
node | System.Data.Node | |
return | bool |
public HasPermission ( IUser user, NodeHead nodeHead ) : bool | ||
user | IUser | |
nodeHead | NodeHead | |
return | bool |
public static HasPermission ( IUser user, string path, int creatorId, int lastModifierId ) : bool | ||
user | IUser | |
path | string | |
creatorId | int | |
lastModifierId | int | |
return | bool |
public static HasPermission ( System.Data.Node node ) : bool | ||
node | System.Data.Node | |
return | bool |
public static HasPermission ( NodeHead nodeHead ) : bool | ||
nodeHead | NodeHead | |
return | bool |
public HasSubTreePermission ( IUser user ) : bool | ||
user | IUser | |
return | bool |
public static HasSubTreePermission ( IUser user, System.Data.Node node ) : bool | ||
user | IUser | |
node | System.Data.Node | |
return | bool |
public static HasSubTreePermission ( IUser user, NodeHead nodeHead ) : bool | ||
user | IUser | |
nodeHead | NodeHead | |
return | bool |
public static HasSubTreePermission ( System.Data.Node node ) : bool | ||
node | System.Data.Node | |
return | bool |
public static HasSubTreePermission ( NodeHead nodeHead ) : bool | ||
nodeHead | NodeHead | |
return | bool |
public ImportPermissions ( |
||
permissionsNode | ||
metadataPath | string | |
return | void |
public SetAcl ( |
||
acl | ||
return | void |
public static SetAcl ( |
||
acl | ||
nodeId | int | |
return | void |
public static SetAcl ( |
||
acl | ||
path | string | |
return | void |
public SetPermission ( IGroup group, bool isInheritable, |
||
group | IGroup | |
isInheritable | bool | |
permissionType | ||
permissionValue | PermissionValue | |
return | void |
public SetPermission ( IOrganizationalUnit orgUnit, bool isInheritable, |
||
orgUnit | IOrganizationalUnit | |
isInheritable | bool | |
permissionType | ||
permissionValue | PermissionValue | |
return | void |
public SetPermission ( ISecurityMember securityMember, bool isInheritable, |
||
securityMember | ISecurityMember | |
isInheritable | bool | |
permissionType | ||
permissionValue | PermissionValue | |
return | void |
public SetPermission ( IUser user, bool isInheritable, |
||
user | IUser | |
isInheritable | bool | |
permissionType | ||
permissionValue | PermissionValue | |
return | void |
public SetPermissions ( int principalId, bool isInheritable, PermissionValue permissionValues ) : void | ||
principalId | int | |
isInheritable | bool | |
permissionValues | PermissionValue | |
return | void |