include/externalAPI/Base/ExternalAPIPlugin.php

Show: inherited
    Table of Contents

    \ExternalAPIPlugin

    Package: SugarCRM

    External API interface

    Children
    \ExternalAPIBase
    Api
     

    Methods

    methodpubliccheckLogin( \EAPM $eapmBean = null ) : bool

    Check if the data from the bean are good for login

    Parameters
    Name Type Description
    $eapmBean \EAPM
    Returns
    Type Description
    bool
    methodpublicloadEAPM( \EAPM $eapmBean ) : void

    Load data from EAPM bean

    Parameters
    Name Type Description
    $eapmBean \EAPM
    methodpubliclogOff( ) : void

    Log out from the service

    methodpublicsupports( string $method = '' ) : array | bool

    Check if this API supports certain authentication method If $method is empty, return the list of supported methods

    Parameters
    Name Type Description
    $method string
    Returns
    Type Description
    array | bool
    Documentation was generated by DocBlox 0.18.1.