ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
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 |
Definition at line 21 of file interface.ilSamlCommands.php.
const string ilSamlCommands::CMD_DELETE_IDP = 'deleteIdp' |
Definition at line 27 of file interface.ilSamlCommands.php.
const string ilSamlCommands::CMD_LIST_IDPS = 'listIdps' |
Definition at line 23 of file interface.ilSamlCommands.php.
const string ilSamlCommands::CMD_SAVE_IDP_SETTINGS = 'saveIdpSettings' |
Definition at line 31 of file interface.ilSamlCommands.php.
const string ilSamlCommands::CMD_SAVE_NEW_IDP = 'saveNewIdp' |
Definition at line 26 of file interface.ilSamlCommands.php.
const string ilSamlCommands::CMD_SAVE_SETTINGS = 'saveSettings' |
Definition at line 28 of file interface.ilSamlCommands.php.
const string ilSamlCommands::CMD_SAVE_USER_ATTRIBUTE_MAPPING = 'saveUserAttributeMapping' |
Definition at line 32 of file interface.ilSamlCommands.php.
const string ilSamlCommands::CMD_SHOW_IDP_SETTINGS = 'showIdpSettings' |
Definition at line 30 of file interface.ilSamlCommands.php.
const string ilSamlCommands::CMD_SHOW_NEW_IDP_FORM = 'showNewIdpForm' |
Definition at line 25 of file interface.ilSamlCommands.php.
const string ilSamlCommands::CMD_SHOW_SETTINGS = 'showSettings' |
Definition at line 29 of file interface.ilSamlCommands.php.
const string ilSamlCommands::CMD_SHOW_USER_ATTRIBUTE_MAPPING_FORM = 'showUserAttributeMappingForm' |
Definition at line 33 of file interface.ilSamlCommands.php.
const string ilSamlCommands::CMD_TABLE_ACTIONS = 'handleTableActions' |
Definition at line 24 of file interface.ilSamlCommands.php.
Referenced by ilSamlSettingsGUI\getUnsafeGetCommands().
const array ilSamlCommands::GLOBAL_COMMANDS |
Definition at line 41 of file interface.ilSamlCommands.php.
const array ilSamlCommands::GLOBAL_ENTITY_COMMANDS |
Definition at line 49 of file interface.ilSamlCommands.php.
const array ilSamlCommands::GLOBAL_ENTITY_TABLE_ACTIONS |
Definition at line 54 of file interface.ilSamlCommands.php.
const string ilSamlCommands::TABLE_ACTION_ACTIVATE_IDP = 'activateIdp' |
Definition at line 37 of file interface.ilSamlCommands.php.
const string ilSamlCommands::TABLE_ACTION_CONFIRM_DELETE_IDP = 'confirmDeleteIdp' |
Definition at line 35 of file interface.ilSamlCommands.php.
const string ilSamlCommands::TABLE_ACTION_DEACTIVATE_IDP = 'deactivateIdp' |
Definition at line 36 of file interface.ilSamlCommands.php.
const string ilSamlCommands::TABLE_ACTION_SHOW_IDP_SETTINGS = 'showIdpSettings' |
Definition at line 38 of file interface.ilSamlCommands.php.