|
JWSCL Documentation
|
The methods of the TJwServerAccessControl class are listed here.
All COM methods are thread safe using a critical section.
|
|
Name |
Description |
|
Resets the AccessControl instance. It removes the DACL and creates a new one with no access at all. It sets owner and group to NULL SID. Sets dirty flag to false | |
![]() |
CreateCOMImplementation returns an instance of a IAccessControl interface implemented by MS. | |
|
Frees the parameters returned by GetAllAccessRights. Any parameter can be nil. | |
|
Returns all access rights, owner and group of the object. | |
|
This method GetClassID is used by COM to determine which implementation can stream this object. It implements the IPersist interface. | |
|
GetSizeMax returns the maximum size necessary to store the security descriptor. | |
|
The method GrantAccessRights grants additional access rights to the DACL of the security descriptor. | |
|
The method GrantAccessRights checks whether the given trustee has access or not. | |
|
The method IsDirty returns whether the security descriptor has changed since last time it was saved to the stream or not. | |
![]() |
JwGetAllAccessRights returns a copy of the DACL, owner and group of the security descriptor. The return values are compatible with MS IAccessControl. | |
![]() |
The method JwGrantAccessRights grants additional access rights to the DACL of the security descriptor. | |
![]() |
JwIsAccessAllowed determines whether the given trustee has access to the resource considering the security descriptor. | |
![]() |
JwRevokeAccessRights removes all given access entries from the DACL. | |
![]() |
Replaces the DACL of the security descriptor with the given access list. | |
![]() |
Replaces the owner and/or group of the security descriptor. | |
|
Loads a security descriptor from a stream. | |
![]() |
Reads a security descriptor from a stream using JWSCL. | |
|
RevokeAccessRights removes all given access entries from the DACL. | |
|
Stores a security descriptor to a stream. | |
![]() |
Stores the current security descriptor to stream. | |
|
Replaces the DACL of the security descriptor with the given access list. | |
|
This method is affected by property StrictACLVerify when set to True. |
|
Copyright (c) 2010. All rights reserved.
This help was created by Doc-O-Matic sponsored by toolsfactory software inc. |
|
What do you think about this topic? Send feedback!
|