MatrixSynapseIntegrator_Frontend_Json
MatrixSynapseIntegrator json fronend
Implements:
Tinebase_Frontend_Json_Interface, Tinebase_Frontend_Interface
Extend:
Tinebase_Frontend_Json_Abstract
Methods
| Name | Description |
|---|---|
| getBootstrapdata | |
| getLogindata | Request new access_token and mx_device_id for user this can be done using the corporal shared auth key or using the users password. Both options will be needed. User password requires synapse to authenticate via ldap or rest against tine. Corporal shared auth key requires shared secret authenticate plugin to be setup in synapse. This is needed if matrix does not authenticate against tine or sso is used. |
| setRecoveryKey | |
| setRecoveryPassword |
Inherited methods
| Name | Description |
|---|---|
| __call | magic method for json api |
| addFilterModelPlugin | Add a plugin for a former filter |
| getModelsConfiguration | returns model configurations for application starter |
| getRegistryData | Returns registry data of the application. |
| getRelatableModels | Returns all relatable models for this app |
| getTemplates | get available templates by containerId |
| getTwigInUserContext | - |
| resolveContainersAndTags | resolve containers and tags |
MatrixSynapseIntegrator_Frontend_Json::getBootstrapdata
Description
getBootstrapdata (void)
Parameters
This function has no parameters.
Return Values
void
MatrixSynapseIntegrator_Frontend_Json::getLogindata
Description
public getLogindata (void)
Request new access_token and mx_device_id for user this can be done using the corporal shared auth key or using the users password. Both options will be needed. User password requires synapse to authenticate via ldap or rest against tine. Corporal shared auth key requires shared secret authenticate plugin to be setup in synapse. This is needed if matrix does not authenticate against tine or sso is used.
Optional: Request an access token with custom device_id branded with tine e.g tine-ERER2423d. Device ids
need to be uniqid
Parameters
This function has no parameters.
Return Values
array
MatrixSynapseIntegrator_Frontend_Json::setRecoveryKey
Description
setRecoveryKey (void)
Parameters
This function has no parameters.
Return Values
void
MatrixSynapseIntegrator_Frontend_Json::setRecoveryPassword
Description
setRecoveryPassword (void)
Parameters
This function has no parameters.
Return Values
void