ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilSamlCommands Interface Reference
+ Inheritance diagram for ilSamlCommands:
+ Collaboration diagram for ilSamlCommands:

Data Fields

const string CMD_LIST_IDPS = 'listIdps'
 
const string CMD_TABLE_ACTIONS = 'handleTableActions'
 
const string CMD_SHOW_NEW_IDP_FORM = 'showNewIdpForm'
 
const string CMD_SAVE_NEW_IDP = 'saveNewIdp'
 
const string CMD_DELETE_IDP = 'deleteIdp'
 
const string CMD_SAVE_SETTINGS = 'saveSettings'
 
const string CMD_SHOW_SETTINGS = 'showSettings'
 
const string CMD_SHOW_IDP_SETTINGS = 'showIdpSettings'
 
const string CMD_SAVE_IDP_SETTINGS = 'saveIdpSettings'
 
const string CMD_SAVE_USER_ATTRIBUTE_MAPPING = 'saveUserAttributeMapping'
 
const string CMD_SHOW_USER_ATTRIBUTE_MAPPING_FORM = 'showUserAttributeMappingForm'
 
const string TABLE_ACTION_CONFIRM_DELETE_IDP = 'confirmDeleteIdp'
 
const string TABLE_ACTION_DEACTIVATE_IDP = 'deactivateIdp'
 
const string TABLE_ACTION_ACTIVATE_IDP = 'activateIdp'
 
const string TABLE_ACTION_SHOW_IDP_SETTINGS = 'showIdpSettings'
 
const array GLOBAL_COMMANDS
 
const array GLOBAL_ENTITY_COMMANDS
 
const array GLOBAL_ENTITY_TABLE_ACTIONS
 

Detailed Description

Definition at line 21 of file interface.ilSamlCommands.php.

Field Documentation

◆ CMD_DELETE_IDP

const string ilSamlCommands::CMD_DELETE_IDP = 'deleteIdp'

Definition at line 27 of file interface.ilSamlCommands.php.

◆ CMD_LIST_IDPS

const string ilSamlCommands::CMD_LIST_IDPS = 'listIdps'

Definition at line 23 of file interface.ilSamlCommands.php.

◆ CMD_SAVE_IDP_SETTINGS

const string ilSamlCommands::CMD_SAVE_IDP_SETTINGS = 'saveIdpSettings'

Definition at line 31 of file interface.ilSamlCommands.php.

◆ CMD_SAVE_NEW_IDP

const string ilSamlCommands::CMD_SAVE_NEW_IDP = 'saveNewIdp'

Definition at line 26 of file interface.ilSamlCommands.php.

◆ CMD_SAVE_SETTINGS

const string ilSamlCommands::CMD_SAVE_SETTINGS = 'saveSettings'

Definition at line 28 of file interface.ilSamlCommands.php.

◆ CMD_SAVE_USER_ATTRIBUTE_MAPPING

const string ilSamlCommands::CMD_SAVE_USER_ATTRIBUTE_MAPPING = 'saveUserAttributeMapping'

Definition at line 32 of file interface.ilSamlCommands.php.

◆ CMD_SHOW_IDP_SETTINGS

const string ilSamlCommands::CMD_SHOW_IDP_SETTINGS = 'showIdpSettings'

Definition at line 30 of file interface.ilSamlCommands.php.

◆ CMD_SHOW_NEW_IDP_FORM

const string ilSamlCommands::CMD_SHOW_NEW_IDP_FORM = 'showNewIdpForm'

Definition at line 25 of file interface.ilSamlCommands.php.

◆ CMD_SHOW_SETTINGS

const string ilSamlCommands::CMD_SHOW_SETTINGS = 'showSettings'

Definition at line 29 of file interface.ilSamlCommands.php.

◆ CMD_SHOW_USER_ATTRIBUTE_MAPPING_FORM

const string ilSamlCommands::CMD_SHOW_USER_ATTRIBUTE_MAPPING_FORM = 'showUserAttributeMappingForm'

Definition at line 33 of file interface.ilSamlCommands.php.

◆ CMD_TABLE_ACTIONS

const string ilSamlCommands::CMD_TABLE_ACTIONS = 'handleTableActions'

Definition at line 24 of file interface.ilSamlCommands.php.

Referenced by ilSamlSettingsGUI\getUnsafeGetCommands().

◆ GLOBAL_COMMANDS

const array ilSamlCommands::GLOBAL_COMMANDS

◆ GLOBAL_ENTITY_COMMANDS

const array ilSamlCommands::GLOBAL_ENTITY_COMMANDS
Initial value:

Definition at line 49 of file interface.ilSamlCommands.php.

◆ GLOBAL_ENTITY_TABLE_ACTIONS

const array ilSamlCommands::GLOBAL_ENTITY_TABLE_ACTIONS

◆ TABLE_ACTION_ACTIVATE_IDP

const string ilSamlCommands::TABLE_ACTION_ACTIVATE_IDP = 'activateIdp'

Definition at line 37 of file interface.ilSamlCommands.php.

◆ TABLE_ACTION_CONFIRM_DELETE_IDP

const string ilSamlCommands::TABLE_ACTION_CONFIRM_DELETE_IDP = 'confirmDeleteIdp'

Definition at line 35 of file interface.ilSamlCommands.php.

◆ TABLE_ACTION_DEACTIVATE_IDP

const string ilSamlCommands::TABLE_ACTION_DEACTIVATE_IDP = 'deactivateIdp'

Definition at line 36 of file interface.ilSamlCommands.php.

◆ TABLE_ACTION_SHOW_IDP_SETTINGS

const string ilSamlCommands::TABLE_ACTION_SHOW_IDP_SETTINGS = 'showIdpSettings'

Definition at line 38 of file interface.ilSamlCommands.php.


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