Progress.Security.PAMStatus class (enhanced for STS)
What's new
To support STS authentication, five new properties have been added to this class: AccessDenied, AccessRevoked, AccountDisabled, LoginDenied, and LoginLockout. See below for links to their entries.
Description
A class whose static members are the valid status codes that can be returned by an ABL authentication callback procedure, which can be called during the execution of an OpenEdge user authentication operation. See OpenEdge Development: Programming Interfaces for more information about authentication callback procedures.
Definition
This class is FINAL and cannot be inherited.
Serializable:
No
Constructors
This class only contains a private constructor.
Super Class
Progress.Lang.Object
Interfaces
This class does not implement interfaces (beyond those it inherits from its base class).
This class does not contain methods (beyond those it inherits from its base class).
Public Events
This class does not contain events.
Notes
An authentication callback procedure must return one of the values specified on the above table, otherwise the AVM raises a standard authentication failure error (PAMStatus:AuthenticationFailed).
The values associated with each property of this class conform to Identity Management (IdM) standards. The AVM maps them to the corresponding values defined by the RFC 86 PAM (Pluggable Authentication Modules) API specification.