Location: Symbol Reference > Structs, Records, Enums > TJwReplyErrorEnum Enumeration
JWSCL Documentation
ContentsIndexHome
PreviousUpNext
TJwReplyErrorEnum Enumeration
Pascal
TJwReplyErrorEnum = (
  reSuccess,
  rePrivilegeNotHeld,
  reAccessDenied,
  reUnknown
);
Members 
Description 
reSuccess 
The access check was successful for the given element so all access bits are granted (excluding MAXIMUM_ALLOWED). 
rePrivilegeNotHeld 
The DesiredAccess value contained ACCESS_SYSTEM_SECURITY, but the privilege SE_SECURITY_PRIVILEGE was not set. 
reAccessDenied 
The access was denied. The following reason can be:
  • The requested bits are not granted.
  • MaximumAllowed bit is on and granted access is zero.
  • DesiredAccess is zero.
 
reUnknown 
The result value was not recognized. You must use the property TJwAuthZAccessReply.Error to get more information. 

TJwReplyErrorEnum is used by TJwAuthZAccessReply to define the result of an access checked element.

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!