Core
Table of Contents
Namespaces
- Update
Classes
- Auth
- Defines the main SAML2 authentication class. This class is responsible for handling all SAML2 related processes,
including initiating SSO, processing ACS responses, and generating SP metadata.
- Config
- Defines the configuration class for the pfSense-pkg-saml2-auth package. This class provides methods to load, save,
validate, backup, and restore the package's configuration in the pfSense XML configuration file.
- TestCase
- Defines a TestCase object that can be used to define child TestCase classes that test internal functionality of
the API. This is needed because pfSense does not have PHPUnit readily available.
- TestCaseRetry
- A class to represent retry settings for test cases. This is intended to be defined in methods as a method attribute.