Squiz Matrix
4.12.2
|
Public Member Functions | |
__construct () | |
paintSimplesamlphpInstall (&$asset, &$o, $prefix) | |
paintAuthSource (&$asset, &$o, $prefix) | |
processAuthSource (&$asset, &$o, $prefix) | |
paintMetadataUrl (&$asset, &$o, $prefix) | |
paintAcsUrl (&$asset, &$o, $prefix) | |
paintSlsUrl (&$asset, &$o, $prefix) | |
paintRedirectAssetid (&$asset, &$o, $prefix) | |
processRedirectAssetid (&$asset, &$o, $prefix) | |
paintAddCreateType (&$asset, &$o, $prefix) | |
processAddCreateType (&$asset, &$o, $prefix) | |
paintCreateFormCustomisation (&$asset, &$o, $prefix) | |
processCreateFormCustomisation (&$asset, &$o, $prefix) | |
paintParseMetadata (&$asset, &$o, $prefix) | |
use_extensions (&$asset, $prefix) | |
saml_userid_in_attribute (&$asset, $prefix) | |
Public Member Functions inherited from Page_Asset_Builder_Edit_Fns | |
__construct () | |
paintAssetTypes (&$asset, &$o, $prefix) | |
processAssetTypes (&$asset, &$o, $prefix) | |
paintCreateStatus (&$asset, &$o, $prefix) | |
processCreateStatus (&$asset, &$o, $prefix) | |
paintSchemasToApply (&$asset, &$o, $prefix) | |
processSchemasToApply (&$asset, &$o, $prefix) | |
paintCreateFormCustomisation (&$asset, &$o, $prefix) | |
processCreateFormCustomisation (&$asset, &$o, $prefix) | |
paintFixedCreateLocations (&$asset, &$o, $prefix) | |
processFixedCreateLocations (&$asset, &$o, $prefix) | |
_paintSelectableLocationSet (&$asset, &$o, $prefix, $name, &$data) | |
paintSelectableLocationSets (&$asset, &$o, $prefix) | |
processSelectableLocationSets (&$asset, &$o, $prefix) | |
paintConditionalCreateLocations (&$asset, &$o, $prefix) | |
processConditionalCreateLocations (&$asset, &$o, $prefix) | |
paintAdditionalLocationParents (&$asset, &$o, $prefix) | |
processAdditionalLocationParents (&$asset, &$o, $prefix) | |
paintAdditionalLocationTypes (&$asset, &$o, $prefix) | |
processAdditionalLocationTypes (&$asset, &$o, $prefix) | |
paintDynamicCreateLocations (&$asset, &$o, $prefix) | |
_paintDynamicCreateLocationSet (&$asset, &$o, $prefix, $name, &$data) | |
processDynamicCreateLocations (&$asset, &$o, $prefix) | |
paintRequiredFields (&$asset, &$o, $prefix) | |
processRequiredFields (&$asset, &$o, $prefix) | |
paintCaptchaFontField (&$asset, &$o, $prefix) | |
processCaptchaFontField (&$asset, &$o, $prefix) | |
definesMultipleLocations (&$asset) | |
definesMultipleAssetTypes (&$asset) | |
paintMollomAttributeToCheck (&$asset, &$o, $prefix) | |
processMollomAttributeToCheck (&$asset, &$o, $prefix) | |
Public Member Functions inherited from Page_Edit_Fns | |
__construct () | |
Public Member Functions inherited from Asset_Edit_Fns | |
Asset_Edit_Fns () | |
paintPaths (&$asset, &$o, $prefix) | |
paintEditRemapURLs (&$asset, &$o, $prefix) | |
processPaths (&$asset, &$o, $prefix) | |
processEditRemapURLs (&$asset, &$o, $prefix) | |
paintURLs (&$asset, &$o, $prefix) | |
paintAddRemapURLs (&$asset, &$o, $prefix) | |
processAddRemapURLs (&$asset, &$o, $prefix) | |
isWorkflowComplete (&$asset) | |
paintNoticeLinkedAsset (&$asset, $link_value, $type_codes=Array(), $field_name='', $multiple=FALSE) | |
processNoticeLinkedAsset (&$asset, $link_value, $field_name='', $multiple=FALSE) | |
isSearchInstalled (&$asset, $prefix) | |
isBeingCreated (&$asset) | |
isNotBeingCreated (&$asset) | |
paintAutomaticRemapSetting (&$asset, &$o, $prefix) | |
paintCreateLink (&$asset, &$o, $prefix) | |
Public Member Functions inherited from MySource_Object | |
MySource_Object () | |
__sleep () | |
__wakeup () | |
Additional Inherited Members | |
Data Fields inherited from Page_Asset_Builder_Edit_Fns | |
$location_types = Array() | |
Definition at line 30 of file saml_account_manager_edit_fns.inc.
__construct | ( | ) |
Constructor
Definition at line 38 of file saml_account_manager_edit_fns.inc.
paintAcsUrl | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paint the SP metadata download URL
object | &$asset | the asset whose interface we are painting |
object | &$o | the outputter class |
string | $prefix | prefix for the form elements |
Definition at line 147 of file saml_account_manager_edit_fns.inc.
paintAddCreateType | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paint the interface for choosing the user type that is created
object | &$asset | the asset whose interface we are painting |
object | &$o | the outputter class |
string | $prefix | prefix for the form elements |
Definition at line 246 of file saml_account_manager_edit_fns.inc.
paintAuthSource | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paint the interface for choosing authSource defined in simplesamlphp library
object | &$asset | the asset whose interface we are painting |
object | &$o | the outputter class |
string | $prefix | prefix for the form elements |
Definition at line 77 of file saml_account_manager_edit_fns.inc.
paintCreateFormCustomisation | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paints the interface for choosing create types whose form should be customised
object | &$asset | the asset to which we belong |
object | &$o | the outputter class |
string | $prefix | prefix for the form element |
Definition at line 304 of file saml_account_manager_edit_fns.inc.
paintMetadataUrl | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paint the SP metadata download URL
object | &$asset | the asset whose interface we are painting |
object | &$o | the outputter class |
string | $prefix | prefix for the form elements |
Definition at line 129 of file saml_account_manager_edit_fns.inc.
paintParseMetadata | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
A tool to parse IDP XML metadata to simplesamlphp config array
object | &$asset | the asset to which we belong |
object | &$o | the outputter class |
string | $prefix | prefix for the form element |
Definition at line 353 of file saml_account_manager_edit_fns.inc.
paintRedirectAssetid | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paint the interface for selecting the asset to redirect to
object | &$asset | the asset whose interface we are painting |
object | &$o | the outputter class |
string | $prefix | prefix for the form elements |
Definition at line 189 of file saml_account_manager_edit_fns.inc.
paintSimplesamlphpInstall | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paint the interface to display if simplesamlphp lib is installed
object | &$asset | the asset whose interface we are painting |
object | &$o | the outputter class |
string | $prefix | prefix for the form elements |
Definition at line 55 of file saml_account_manager_edit_fns.inc.
paintSlsUrl | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paint the SP metadata download URL
object | &$asset | the asset whose interface we are painting |
object | &$o | the outputter class |
string | $prefix | prefix for the form elements |
Definition at line 167 of file saml_account_manager_edit_fns.inc.
processAddCreateType | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Process the section for choosing the user type that is created
This is overridden from Asset Builder because it makes sense for the account manager to still be only allowed to create one type of user from the frontend interface.
object | &$asset | the asset whose interface we are painting |
object | &$o | the outputter class |
string | $prefix | prefix for the form elements |
Definition at line 279 of file saml_account_manager_edit_fns.inc.
processAuthSource | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Process the interface of setting authSource
object | &$asset | the asset whose interface we are painting |
object | &$o | the outputter class |
string | $prefix | prefix for the form elements |
Definition at line 107 of file saml_account_manager_edit_fns.inc.
processCreateFormCustomisation | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Processes the interface for choosing create types whose form should be customised
object | &$asset | the asset to which we belong |
object | &$o | the outputter class |
string | $prefix | prefix for the form element |
Definition at line 329 of file saml_account_manager_edit_fns.inc.
processRedirectAssetid | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Process the interface for selecting the asset to redirect to
object | &$asset | the asset whose interface we are painting |
object | &$o | the outputter class |
string | $prefix | prefix for the form elements |
Definition at line 216 of file saml_account_manager_edit_fns.inc.
saml_userid_in_attribute | ( | & | $asset, |
$prefix | |||
) |
Does SAML user id exist in returned user attributes?
object | &$asset | the asset to which we belong |
string | $prefix | prefix for the form element |
Definition at line 416 of file saml_account_manager_edit_fns.inc.
use_extensions | ( | & | $asset, |
$prefix | |||
) |
Use extensions elements in Auth Request?
object | &$asset | the asset to which we belong |
string | $prefix | prefix for the form element |
Definition at line 401 of file saml_account_manager_edit_fns.inc.