CMS  Version 3.9
APIEndPoint Class Reference
+ Inheritance diagram for APIEndPoint:

Public Member Functions

 __construct ()
 
 checkAccess ()
 
 allowAnonymous ()
 

Detailed Description

Definition at line 10 of file api_manager.inc.

Constructor & Destructor Documentation

◆ __construct()

APIEndPoint::__construct ( )

Definition at line 12 of file api_manager.inc.

13  {
14  }

Member Function Documentation

◆ allowAnonymous()

APIEndPoint::allowAnonymous ( )

Reimplemented in ExtendTokenAPIEndPoint, AuthenticateAPIEndPoint, and SimpleQueryAPIEndPoint.

Definition at line 21 of file api_manager.inc.

22  {
23  return false;
24  }

◆ checkAccess()

APIEndPoint::checkAccess ( )

Reimplemented in SimpleQueryAPIEndPoint.

Definition at line 16 of file api_manager.inc.

17  {
18  return false;
19  }

The documentation for this class was generated from the following file: