|
JWSCL Documentation
|
constructor Create(const Name: WideString; Flags: TJwAuthZResourceManagerFlags; const OnAuthzComputeGroupsCallback: TJwOnAuthzComputeGroupsCallback; const OnAuthzAccessCheckCallback: TJwOnAuthzAccessCheckCallback);
|
Parameters |
Description |
|
const Name: WideString |
defines a user defined name of the manager |
|
Flags: TJwAuthZResourceManagerFlags |
defines a set of options how to create the manager. If the set is empty the default value is [authRM_NoAudit]. See TJwAuthZResourceManagerFlags for more information |
|
const OnAuthzComputeGroupsCallback: TJwOnAuthzComputeGroupsCallback |
defines a callback function that is called to retrieve more groups for an access check. Groups allocated in this method callback should be freed in OnAuthzFreeGroupsCallback. However the constructor does not enforce it. |
|
const OnAuthzAccessCheckCallback: TJwOnAuthzAccessCheckCallback |
is called everytime TJwAuthContext.AccessCheck encounters a callback ACE. Hint: Be aware that JWSCL does not provide callback access control entries at this time. TJwAuthResourceManager |
Create create a resource manager instance that is used to create one or more instances of TJwAuthContext.
|
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!
|