|
Open Journal Systems
3.3.0
|
Additional Inherited Members | |
Data Fields inherited from DataObject | |
| $_data = array() | |
| $_extractionAdaptersLoaded = false | |
| $_hasLoadableAdapters = false | |
| $_injectionAdaptersLoaded = false | |
| $_metadataExtractionAdapters = array() | |
| $_metadataInjectionAdapters = array() | |
Describes an authentication source.
Definition at line 20 of file AuthSource.inc.php.
| AuthSource::getAuthId | ( | ) |
Get ID of this source.
Definition at line 30 of file AuthSource.inc.php.
References DataObject\getData().
| AuthSource::getDefault | ( | ) |
Get flag indicating this is the default authentication source.
Definition at line 78 of file AuthSource.inc.php.
References DataObject\getData().
| AuthSource::getPlugin | ( | ) |
Get the authentication plugin associated with this source.
Definition at line 62 of file AuthSource.inc.php.
References DataObject\getData().
| & AuthSource::getPluginClass | ( | ) |
Get the authentication plugin object associated with this source.
Definition at line 110 of file AuthSource.inc.php.
References DataObject\getData().
| AuthSource::getSettings | ( | ) |
Get array of plugin-specific settings for this source.
Definition at line 94 of file AuthSource.inc.php.
References DataObject\getData().
| AuthSource::getTitle | ( | ) |
Get user-specified title of this source.
Definition at line 46 of file AuthSource.inc.php.
References DataObject\getData().
| AuthSource::setAuthId | ( | $authId | ) |
Set ID of this source.
| $authId | int |
Definition at line 38 of file AuthSource.inc.php.
References DataObject\setData().
| AuthSource::setDefault | ( | $authDefault | ) |
Set flag indicating this is the default authentication source.
| $authDefault | boolean |
Definition at line 86 of file AuthSource.inc.php.
References DataObject\setData().
| AuthSource::setPlugin | ( | $plugin | ) |
Set the authentication plugin associated with this source.
| $plugin | string |
Definition at line 70 of file AuthSource.inc.php.
References DataObject\setData().
| AuthSource::setPluginClass | ( | $authPlugin | ) |
Set authentication plugin object associated with this source.
| $authPlugin | AuthPlugin |
Definition at line 119 of file AuthSource.inc.php.
References DataObject\setData().
| AuthSource::setSettings | ( | $settings | ) |
Set array of plugin-specific settings for this source.
| $settings | array |
Definition at line 102 of file AuthSource.inc.php.
References DataObject\setData().
| AuthSource::setTitle | ( | $title | ) |
Set user-specified title of this source.
| $title | string |
Definition at line 54 of file AuthSource.inc.php.
References DataObject\setData().