Location: Symbol Reference > Types > TJwOnAuthzAccessCheckCallback Type
JWSCL Documentation
ContentsIndexHome
PreviousUpNext
TJwOnAuthzAccessCheckCallback Type
Pascal
TJwOnAuthzAccessCheckCallback = procedure ( AuthzClientContext : TAuthZClientContextHandle; const Ace : TJwSecurityAccessControlEntry; Args : Pointer; var AceApplicable : Boolean) of object;
Parameters 
Description 
AuthzClientContext 
contains the handle to the context  
Ace 
contains the access control entry  
Contains 
an used defined pointer supplied to parameter TJwAuthZAccessRequest(Request).fData  
AceApplicable 
defines whether the ACE is used for AccessCheck (true) or not (false) 

TJwOnAuthzAccessCheckCallback is called every time TJwAuthContext.AccessCheck finds a callback access control entry in an ACL.

Exceptions 
Description 
The callee can raise any exception derived from EJwsclSecurityException. The LastError value will be used to indicate an error to the caller. The function Accesscheck will usually stop executing and return this error. 
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!