Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php include "\102\141\x73\151\x63\x45\x6e\165\x6d\56\160\150\x70"; class mo_option..

Decoded Output download

<?php 
 
 
include "BasicEnum.php"; 
class mo_options_enum_sso_login extends BasicEnum 
{ 
    const Relay_state = "mo_saml_relay_state"; 
    const Logout_Relay_state = "mo_saml_logout_relay_state"; 
    const Redirect_Idp = "mo_saml_registered_only_access"; 
    const Force_authentication = "mo_saml_force_authentication"; 
    const Enable_access_RSS = "mo_saml_enable_rss_access"; 
    const Auto_redirect = "mo_saml_enable_login_redirect"; 
    const Allow_wp_signin = "mo_saml_allow_wp_signin"; 
    const Backdoor_URL = "mo_saml_backdoor_url"; 
    const Custom_login_button = "mo_saml_custom_login_text"; 
    const Custom_greeting_text = "mo_saml_custom_greeting_text"; 
    const Custom_greeting_name = "mo_saml_greeting_name"; 
    const Custom_logout_button = "mo_saml_custom_logout_text"; 
    const Redirect_to_WP_login = "mo_saml_redirect_to_wp_login"; 
    const Add_SSO_button = "mo_saml_add_sso_button_wp"; 
    const Use_Button_as_shortcode = "mo_saml_use_button_as_shortcode"; 
    const Use_Button_as_widget = "mo_saml_use_button_as_widget"; 
    const SSO_Button_Size = "mo_saml_button_size"; 
    const SSO_Button_Width = "mo_saml_button_width"; 
    const SSO_Button_Height = "mo_saml_button_height"; 
    const SSO_Button_Curve = "mo_saml_button_curve"; 
    const SSO_Button_Color = "mo_saml_button_color"; 
    const SSO_Button_Text = "mo_saml_button_text"; 
    const SSO_Button_font_color = "mo_saml_font_color"; 
    const SSO_Button_font_size = "mo_saml_font_size"; 
    const SSO_Button_position = "sso_button_login_form_position"; 
    const Keep_Configuration_Intact = "mo_saml_keep_settings_on_deletion"; 
} 
class mo_options_enum_identity_provider extends BasicEnum 
{ 
    const Broker_service = "mo_saml_enable_cloud_broker"; 
    const SP_Base_Url = "mo_saml_sp_base_url"; 
    const SP_Entity_ID = "mo_saml_sp_entity_id"; 
} 
class mo_options_enum_service_provider extends BasicEnum 
{ 
    const Identity_name = "saml_identity_name"; 
    const Login_binding_type = "saml_login_binding_type"; 
    const Login_URL = "saml_login_url"; 
    const Logout_binding_type = "saml_logout_binding_type"; 
    const Logout_URL = "saml_logout_url"; 
    const Issuer = "saml_issuer"; 
    const X509_certificate = "saml_x509_certificate"; 
    const Request_signed = "saml_request_signed"; 
    const NameID_Format = "saml_nameid_format"; 
    const Guide_name = "saml_identity_provider_guide_name"; 
    const Is_encoding_enabled = "mo_saml_encoding_enabled"; 
} 
class mo_options_enum_test_configuration extends BasicEnum 
{ 
    const SAML_REQUEST = "mo_saml_request"; 
    const SAML_RESPONSE = "mo_saml_response"; 
    const TEST_CONFIG_ERROR_LOG = "mo_saml_test"; 
    const TEST_CONFIG_ATTIBUTES = "mo_saml_test_config_attrs"; 
} 
class mo_options_enum_attribute_mapping extends BasicEnum 
{ 
    const Attribute_Username = "saml_am_username"; 
    const Attribute_Email = "saml_am_email"; 
    const Attribute_First_name = "saml_am_first_name"; 
    const Attribute_Last_name = "saml_am_last_name"; 
    const Attribute_Group_name = "saml_am_group_name"; 
    const Attribute_Custom_mapping = "mo_saml_custom_attrs_mapping"; 
    const Attribute_Account_matcher = "saml_am_account_matcher"; 
    const Attribute_Display_name = "saml_am_display_name"; 
    const Attribute_Show_in_User_Menu = "saml_show_user_attribute"; 
} 
class mo_options_enum_domain_restriction extends BasicEnum 
{ 
    const Email_Domains = "saml_am_email_domains"; 
    const Enable_Domain_Restriction_Login = "mo_saml_enable_domain_restriction_login"; 
    const Allow_deny_user_with_Domain = "mo_saml_allow_deny_user_with_domain"; 
} 
class mo_options_enum_role_mapping extends BasicEnum 
{ 
    const Role_do_not_auto_create_users = "mo_saml_dont_create_user_if_role_not_mapped"; 
    const Role_do_not_assign_role_unlisted = "saml_am_dont_allow_unlisted_user_role"; 
    const Role_do_not_update_existing_user = "saml_am_dont_update_existing_user_role"; 
    const Role_default_role = "saml_am_default_user_role"; 
    const Role_do_not_login_with_roles = "saml_am_dont_allow_user_tologin_create_with_given_groups"; 
    const Role_restrict_users_with_groups = "mo_saml_restrict_users_with_groups"; 
    const Role_mapping = "saml_am_role_mapping"; 
} 
class mo_options_enum_custom_certificate extends BasicEnum 
{ 
    const Custom_Public_Certificate = "mo_saml_custom_cert"; 
    const Custom_Private_Certificate = "mo_saml_custom_cert_private_key"; 
    const Enable_Public_certificate = "mo_saml_enable_custom_certificate"; 
} 
class mo_options_enum_custom_messages extends BasicEnum 
{ 
    const Custom_Account_Creation_Disabled_message = "mo_saml_account_creation_disabled_msg"; 
    const Custom_Restricted_Domain_message = "mo_saml_restricted_domain_error_msg"; 
} 
class mo_options_error_constants extends BasicEnum 
{ 
    const Error_no_certificate = "Unable to find a certificate ."; 
    const Cause_no_certificate = "No signature found in SAML Response or Assertion. Please sign at least one of them."; 
    const Error_wrong_certificate = "Unable to find a certificate matching the configured fingerprint."; 
    const Cause_wrong_certificate = "X.509 Certificate field in plugin does not match the certificate found in SAML Response."; 
    const Error_invalid_audience = "Invalid Audience URI."; 
    const Cause_invalid_audience = "The value of 'Audience URI' field on Identity Provider's side is incorrect"; 
    const Error_issuer_not_verfied = "Issuer cannot be verified."; 
    const Cause_issuer_not_verfied = "IdP Entity ID configured and the one found in SAML Response do not match"; 
} 
class mo_options_enum_nameid_formats extends BasicEnum 
{ 
    const EMAIL = "urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress"; 
    const UNSPECIFIED = "urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified"; 
    const TRANSIENT = "urn:oasis:names:tc:SAML:2.0:nameid-format:transient"; 
    const PERSISTENT = "urn:oasis:names:tc:SAML:2.0:nameid-format:persistent"; 
} 
class mo_options_plugin_constants extends BasicEnum 
{ 
    const CMS_Name = "WP"; 
    const Application_Name = "WP miniOrange SAML 2.0 SSO Plugin"; 
    const Application_type = "SAML"; 
    const Version = "12.1.0"; 
    const HOSTNAME = "https://login.xecurify.com"; 
    const LICENSE_TYPE = "WP_SAML_SP_PLUGIN"; 
    const LICENSE_PLAN_NAME = "wp_saml_sso_basic_plan"; 
    const PLUGIN_CONFIG_FILENAME = "mo_saml_config.php"; 
} 
class mo_options_plugin_idp extends BasicEnum 
{ 
    public static $IDP_GUIDES = array("ADFS" => "adfs", "Azure AD" => "azure-ad", "Azure B2C" => "azure-b2c", "Okta" => "okta", "SalesForce" => "salesforce", "Google Apps" => "google-apps", "OneLogin" => "onelogin", "Keycloak" => "jboss-keycloak", "MiniOrange" => "miniorange", "PingFederate" => "pingfederate", "PingOne" => "pingone", "Centrify" => "centrify", "Oracle" => "oracle-enterprise-manager", "Bitium" => "bitium", "Shibboleth 2" => "shibboleth2", "Shibboleth 3" => "shibboleth3", "SimpleSAMLphp" => "simplesaml", "OpenAM" => "openam", "Authanvil" => "authanvil", "Auth0" => "auth0", "CA Identity" => "ca-identity", "WSO2" => "wso2", "RSA SecureID" => "rsa-secureid", "Other" => "Other"); 
} 
class mo_options_environments extends BasicEnum 
{ 
    const Environment_Objects = "mo_saml_environment_objects"; 
    const Selected_Environments = "mo_saml_selected_environment"; 
    const Environment_Objects_old = "environment_objects"; 
    const Multiple_Licenses = "mo_enable_multiple_licenses"; 
} 
class mo_options_plugin_admin extends BasicEnum 
{ 
    const HOST_NAME = "mo_saml_host_name"; 
    const New_Registration = "mo_saml_new_registration"; 
    const Admin_Phone = "mo_saml_admin_phone"; 
    const Admin_Email = "mo_saml_admin_email"; 
    const Admin_Pass = "mo_saml_admin_password"; 
    const Verify_Customer = "mo_saml_verify_customer"; 
    const Admin_Customer_Key = "mo_saml_admin_customer_key"; 
    const Admin_Api_Key = "mo_saml_admin_api_key"; 
    const Customer_Token = "mo_saml_customer_token"; 
    const Admin_notices_Message = "mo_saml_message"; 
    const Registration_Status = "mo_saml_registration_status"; 
    const IDP_Config_ID = "saml_idp_config_id"; 
    const IDP_Config_Complete = "mo_saml_idp_config_complete"; 
    const Transaction_ID = "mo_saml_transactionId"; 
    const SML_LK = "sml_lk"; 
    const Site_Status = "t_site_status"; 
    const Site_Check = "site_ck_l"; 
    const Free_Version = "mo_saml_free_version"; 
    const Admin_company = "mo_saml_admin_company"; 
    const Admin_First_Name = "mo_saml_admin_first_name"; 
    const Admin_Last_Name = "mo_saml_admin_last_name"; 
    const License_Name = "mo_saml_license_name"; 
    const User_Limit = "mo_saml_usr_lmt"; 
} 
class mo_saml_cli_error extends BasicEnum 
{ 
    const Poor_Internet = "Unable to connect to the internet. Please try connecting again."; 
    const Code_Expired = "License key you have entered has already been used. Please enter a key which has not been used before on any other instance or if you have exhausted all your keys"; 
    const Invalid_License = "You have entered an invalid license key. Please enter a valid license key."; 
    const Not_Upgraded = "You have not upgraded yet.Please upgrade to the premium version."; 
    const Curl_Error = "miniOrange SAML 2.0 SSO Plugin - ERROR: PHP cURL extension is not installed or disabled. Registration failed."; 
    const Customer_Not_Found = "There was an error processing your request. Registered customer not found in our system."; 
    const File_Empty = "Error while fetching the contents. Please check your license file once."; 
    const Invalid_JSON = "Error while retrieving the details. Invalid JSON found."; 
    const File_Not_Found = "Error while retrieving the details. Specified file not found in the plugin directory."; 
    const Incorrect_File_Format = "Error while retrieving the details. Please upload a valid configuration file in .json format."; 
} 
class mo_saml_options_addons extends BasicEnum 
{ 
    public static $ADDON_URL = array("scim" => "https://plugins.miniorange.com/wordpress-user-provisioning", "page_restriction" => "https://plugins.miniorange.com/wordpress-page-restriction", "file_prevention" => "https://plugins.miniorange.com/wordpress-media-restriction", "ssologin" => "https://plugins.miniorange.com/wordpress-sso-login-audit", "buddypress" => "https://plugins.miniorange.com/wordpress-buddypress-integrator", "learndash" => "https://plugins.miniorange.com/wordpress-learndash-integrator", "attribute_based_redirection" => "https://plugins.miniorange.com/wordpress-attribute-based-redirection-restriction", "ssosession" => "https://plugins.miniorange.com/sso-session-management", "fsso" => "https://plugins.miniorange.com/incommon-federation-single-sign-on-sso", "paid_mem_pro" => "https://plugins.miniorange.com/paid-membership-pro-integrator", "memberpress" => "https://plugins.miniorange.com/wordpress-memberpress-integrator", "wp_members" => "https://plugins.miniorange.com/wordpress-members-integrator", "woocommerce" => "https://plugins.miniorange.com/wordpress-woocommerce-integrator", "guest_login" => "https://plugins.miniorange.com/guest-user-login", "profile_picture_add_on" => "https://plugins.miniorange.com/wordpress-profile-picture-map"); 
    public static $WP_ADDON_URL = array("page-restriction" => "https://wordpress.org/plugins/page-and-post-restriction/embed/", "scim-user-sync" => "https://wordpress.org/plugins/scim-user-provisioning/embed/"); 
    public static $ADDON_TITLE = array("scim" => "SCIM User Provisioning", "page_restriction" => "Page and Post Restriction", "file_prevention" => "Prevent File Access", "ssologin" => "SSO Login Audit", "buddypress" => "BuddyPress Integrator", "learndash" => "Learndash Integrator", "attribute_based_redirection" => "Attribute Based Redirection", "ssosession" => "SSO Session Management", "fsso" => "Federation Single Sign-On", "memberpress" => "MemberPress Integrator", "wp_members" => "WP-Members Integrator", "woocommerce" => "WooCommerce Integrator", "guest_login" => "Guest Login", "profile_picture_add_on" => "Profile Picture Add-on", "paid_mem_pro" => "PaidMembership Pro Integrator"); 
    public static $RECOMMENDED_ADDONS_PATH = array("learndash" => "sfwd-lms/sfwd_lms.php", "buddypress" => "buddypress/bp-loader.php", "paid_mem_pro" => "paid-memberships-pro/paid-memberships-pro.php", "memberpress" => "memberpress/memberpress.php", "wp_members" => "wp-members/wp-members.php", "woocommerce" => "woocommerce/woocommerce.php"); 
} 
class mo_saml_options_plugin_idp extends BasicEnum 
{ 
    public static $IDP_GUIDES = array("ADFS" => array("adfs", "saml-single-sign-on-sso-wordpress-using-adfs"), "Azure AD" => array("azure-ad", "saml-single-sign-on-sso-wordpress-using-azure-ad"), "Azure B2C" => array("azure-b2c", "saml-single-sign-on-sso-wordpress-using-azure-b2c"), "Okta" => array("okta", "saml-single-sign-on-sso-wordpress-using-okta"), "Keycloak" => array("jboss-keycloak", "saml-single-sign-on-sso-wordpress-using-jboss-keycloak"), "Google Apps" => array("google-apps", "saml-single-sign-on-sso-wordpress-using-google-apps"), "Windows SSO" => array("windows", "saml-single-sign-on-sso-wordpress-using-adfs"), "SalesForce" => array("salesforce", "saml-single-sign-on-sso-wordpress-using-salesforce"), "WordPress" => array("wordpress", "saml-single-sign-on-sso-between-two-wordpress-sites"), "Office 365" => array("office365", "saml-single-sign-on-sso-wordpress-using-azure-ad"), "Auth0" => array("auth0", "saml-single-sign-on-sso-wordpress-using-auth0"), "MiniOrange" => array("miniorange", "saml-single-sign-on-sso-wordpress-using-miniorange"), "Community" => array("salesforce", "saml-single-sign-on-sso-wordpress-using-salesforce community"), "Classlink" => array("classlink", "saml-single-sign-on-sso-login-wordpress-using-classlink"), "OneLogin" => array("onelogin", "saml-single-sign-on-sso-wordpress-using-onelogin"), "Centrify" => array("centrify", "saml-single-sign-on-sso-wordpress-using-centrify"), "PingFederate" => array("pingfederate", "saml-single-sign-on-sso-wordpress-using-pingfederate"), "Shibboleth 2" => array("shibboleth2", "saml-single-sign-on-sso-wordpress-using-shibboleth2"), "Shibboleth 3" => array("shibboleth3", "saml-single-sign-on-sso-wordpress-using-shibboleth3"), "AbsorbLMS" => array("absorb-lms", "saml-single-sign-on-sso-wordpress-using-absorb-lms"), "Gluu Server" => array("gluu-server", "saml-single-sign-on-sso-wordpress-using-gluu-server"), "JumpCloud" => array("jumpcloud", "saml-single-sign-on-sso-wordpress-using-jumpcloud"), "IdentityServer" => array("identityserver4", "saml-single-sign-on-sso-wordpress-using-identityserver4"), "Degreed" => array("degreed", "saml-single-sign-on-sso-wordpress-using-degreed"), "CyberArk" => array("cyberark", "saml-single-sign-on-sso-for-wordpress-using-cyberark"), "Duo" => array("duo", "saml-single-sign-on-sso-wordpress-using-duo"), "FusionAuth" => array("fusionauth", "saml-single-sign-on-sso-wordpress-using-fusionauth"), "SecureAuth" => array("secureauth", "saml-single-sign-on-sso-wordpress-using-secureauth"), "NetIQ" => array("netIQ", "saml-single-sign-on-sso-wordpress-using-netIQ"), "Fonteva" => array("fonteva", "saml-single-sign-on-sso-wordpress-using-fonteva"), "SURFconext" => array("surfconext", "surfconext-saml-single-sign-on-sso-in-wordpress"), "PhenixID" => array("phenixid", "phenixid-saml-single-sign-on-sso-login-wordpresss"), "Authanvil" => array("authanvil", "saml-single-sign-on-sso-wordpress-using-authanvil"), "Bitium" => array("bitium", "saml-single-sign-on-sso-wordpress-using-bitium"), "CA Identity" => array("ca-identity", "saml-single-sign-on-sso-wordpress-using-ca-identity"), "OpenAM" => array("openam", "saml-single-sign-on-sso-wordpress-using-openam"), "Oracle" => array("oracle-enterprise-manager", "saml-single-sign-on-sso-wordpress-using-oracle-enterprise-manager"), "PingOne" => array("pingone", "saml-single-sign-on-sso-wordpress-using-pingone"), "RSA SecureID" => array("rsa-secureid", "saml-single-sign-on-sso-wordpress-using-rsa-secureid"), "SimpleSAMLphp" => array("simplesaml", "saml-single-sign-on-sso-wordpress-using-simplesaml"), "WSO2" => array("wso2", "saml-single-sign-on-sso-wordpress-using-wso2"), "Custom IDP" => array("custom-idp", "saml-single-sign-on-sso-wordpress-using-custom-idp")); 
} 
class mo_saml_options_plugin_idp_videos extends BasicEnum 
{ 
    public static $IDP_VIDEOS = array("azure-ad" => "eHen4aiflFU", "azure-b2c" => "B8zCYjhV3UU", "adfs" => "rLBHbRbrY5E", "okta" => "YHE8iYojUqM", "salesforce" => "LRQrmgr255Q", "google-apps" => "5BwzEjgZiu4", "onelogin" => "_Hsot_RG9YY", "miniorange" => "eamf9s6JpbA", "jboss-keycloak" => "Io6x1fTNWHI", "auth0" => "54pz6m5h9mk", "custom-idp" => "gilfhNFYsgc"); 
} 
 ?>

Did this file decode correctly?

Original Code

<?php


include "\102\141\x73\151\x63\x45\x6e\165\x6d\56\160\150\x70";
class mo_options_enum_sso_login extends BasicEnum
{
    const Relay_state = "\x6d\x6f\137\163\141\x6d\154\x5f\x72\145\x6c\x61\171\x5f\163\x74\x61\164\145";
    const Logout_Relay_state = "\x6d\157\x5f\x73\x61\x6d\x6c\x5f\154\x6f\x67\157\x75\164\x5f\162\x65\154\x61\x79\137\x73\164\141\164\x65";
    const Redirect_Idp = "\x6d\x6f\x5f\163\141\155\154\137\x72\145\x67\151\x73\x74\x65\162\x65\x64\x5f\157\156\154\x79\137\141\143\x63\x65\x73\x73";
    const Force_authentication = "\x6d\x6f\137\163\141\155\154\x5f\146\x6f\x72\x63\145\137\x61\x75\164\150\x65\156\164\x69\x63\x61\x74\151\157\156";
    const Enable_access_RSS = "\x6d\x6f\137\x73\141\155\154\x5f\x65\156\141\x62\154\145\137\162\x73\163\137\x61\x63\143\145\x73\163";
    const Auto_redirect = "\x6d\x6f\x5f\x73\x61\155\x6c\x5f\x65\x6e\x61\x62\154\145\137\154\157\x67\x69\156\x5f\162\x65\144\151\162\145\143\x74";
    const Allow_wp_signin = "\155\157\137\163\141\x6d\x6c\137\x61\154\154\157\x77\x5f\167\160\x5f\x73\151\147\x6e\x69\156";
    const Backdoor_URL = "\155\x6f\x5f\163\141\x6d\x6c\x5f\142\x61\x63\x6b\x64\x6f\157\162\x5f\x75\x72\154";
    const Custom_login_button = "\155\x6f\137\163\x61\x6d\154\x5f\x63\165\163\x74\157\x6d\137\154\157\x67\x69\156\x5f\164\145\170\x74";
    const Custom_greeting_text = "\x6d\157\x5f\x73\x61\155\154\137\x63\165\163\x74\157\155\137\147\x72\x65\x65\x74\151\156\147\x5f\x74\x65\x78\x74";
    const Custom_greeting_name = "\x6d\157\137\163\141\x6d\x6c\x5f\147\162\x65\x65\x74\151\x6e\147\137\156\141\x6d\145";
    const Custom_logout_button = "\x6d\x6f\137\x73\141\155\154\137\143\x75\163\x74\x6f\155\x5f\154\157\147\157\x75\164\137\164\x65\170\164";
    const Redirect_to_WP_login = "\x6d\x6f\x5f\x73\x61\x6d\x6c\137\162\145\x64\151\x72\x65\x63\164\x5f\x74\157\137\167\x70\137\154\157\147\x69\156";
    const Add_SSO_button = "\155\157\137\x73\x61\155\154\137\x61\x64\144\x5f\x73\163\x6f\137\142\165\x74\164\157\156\137\167\160";
    const Use_Button_as_shortcode = "\155\157\x5f\163\x61\155\154\137\x75\x73\145\x5f\x62\x75\164\x74\x6f\x6e\x5f\141\x73\x5f\163\150\x6f\162\164\x63\157\144\x65";
    const Use_Button_as_widget = "\155\157\x5f\x73\141\155\x6c\x5f\x75\x73\145\x5f\142\165\x74\x74\157\x6e\137\x61\x73\x5f\167\x69\x64\x67\145\164";
    const SSO_Button_Size = "\x6d\157\137\163\x61\155\x6c\137\x62\x75\x74\164\x6f\x6e\x5f\x73\x69\172\x65";
    const SSO_Button_Width = "\x6d\x6f\137\x73\141\155\154\x5f\142\165\164\x74\157\156\x5f\x77\151\x64\164\150";
    const SSO_Button_Height = "\155\157\137\163\141\155\154\x5f\142\x75\164\x74\157\x6e\137\x68\145\151\x67\x68\164";
    const SSO_Button_Curve = "\x6d\157\x5f\163\141\155\154\137\x62\165\x74\x74\157\156\x5f\x63\x75\162\166\145";
    const SSO_Button_Color = "\x6d\x6f\x5f\163\x61\155\154\x5f\x62\165\x74\164\x6f\156\x5f\x63\157\x6c\157\x72";
    const SSO_Button_Text = "\x6d\x6f\x5f\163\x61\x6d\154\137\142\165\x74\x74\157\156\137\164\145\x78\x74";
    const SSO_Button_font_color = "\x6d\x6f\137\x73\141\155\154\137\x66\157\x6e\x74\137\x63\157\154\157\162";
    const SSO_Button_font_size = "\155\x6f\x5f\163\141\x6d\154\x5f\146\157\156\164\x5f\163\151\x7a\145";
    const SSO_Button_position = "\x73\163\x6f\137\142\x75\164\164\x6f\156\137\154\157\x67\151\156\137\146\x6f\x72\x6d\x5f\160\x6f\x73\x69\164\151\x6f\156";
    const Keep_Configuration_Intact = "\155\157\x5f\x73\x61\x6d\x6c\137\153\145\145\x70\137\163\145\164\x74\x69\156\147\163\x5f\x6f\x6e\x5f\144\145\154\145\x74\x69\157\156";
}
class mo_options_enum_identity_provider extends BasicEnum
{
    const Broker_service = "\x6d\157\137\x73\x61\155\x6c\x5f\x65\156\141\x62\x6c\x65\x5f\x63\154\x6f\x75\144\x5f\142\162\x6f\153\x65\x72";
    const SP_Base_Url = "\x6d\x6f\137\x73\141\x6d\x6c\x5f\x73\160\137\142\141\163\x65\137\x75\162\154";
    const SP_Entity_ID = "\x6d\157\137\x73\141\155\x6c\x5f\x73\x70\x5f\x65\156\164\151\164\x79\137\151\x64";
}
class mo_options_enum_service_provider extends BasicEnum
{
    const Identity_name = "\163\141\x6d\154\137\x69\x64\x65\x6e\x74\x69\x74\x79\x5f\156\141\x6d\x65";
    const Login_binding_type = "\x73\x61\x6d\154\x5f\x6c\x6f\x67\x69\x6e\x5f\x62\151\156\x64\151\156\x67\137\164\171\x70\x65";
    const Login_URL = "\163\141\x6d\x6c\x5f\154\x6f\147\151\156\137\x75\x72\154";
    const Logout_binding_type = "\x73\x61\x6d\x6c\137\x6c\157\x67\157\165\x74\137\142\x69\156\x64\151\x6e\147\137\x74\171\x70\x65";
    const Logout_URL = "\x73\141\x6d\x6c\137\154\x6f\147\x6f\x75\x74\137\165\x72\x6c";
    const Issuer = "\163\x61\155\154\137\151\163\163\x75\x65\162";
    const X509_certificate = "\x73\x61\x6d\154\137\170\65\60\x39\137\x63\x65\162\164\151\x66\x69\x63\x61\164\x65";
    const Request_signed = "\x73\141\x6d\x6c\x5f\x72\145\x71\165\x65\x73\164\x5f\x73\x69\147\156\145\x64";
    const NameID_Format = "\163\141\155\x6c\137\156\141\155\145\151\x64\x5f\146\157\x72\x6d\x61\164";
    const Guide_name = "\x73\x61\x6d\x6c\137\x69\x64\145\x6e\x74\x69\x74\x79\x5f\x70\x72\x6f\166\151\144\x65\162\137\147\x75\151\x64\x65\x5f\x6e\141\x6d\145";
    const Is_encoding_enabled = "\x6d\x6f\137\x73\141\155\154\137\145\156\143\x6f\x64\151\156\x67\137\145\x6e\141\142\x6c\145\144";
}
class mo_options_enum_test_configuration extends BasicEnum
{
    const SAML_REQUEST = "\x6d\x6f\x5f\x73\141\x6d\154\137\x72\145\161\165\145\163\164";
    const SAML_RESPONSE = "\x6d\x6f\x5f\x73\141\155\x6c\x5f\x72\145\x73\x70\157\x6e\163\x65";
    const TEST_CONFIG_ERROR_LOG = "\x6d\157\137\x73\x61\x6d\x6c\x5f\164\x65\x73\x74";
    const TEST_CONFIG_ATTIBUTES = "\x6d\x6f\137\x73\x61\155\154\137\164\x65\x73\164\x5f\x63\x6f\156\x66\x69\147\137\141\x74\x74\x72\x73";
}
class mo_options_enum_attribute_mapping extends BasicEnum
{
    const Attribute_Username = "\x73\141\155\154\x5f\141\x6d\x5f\165\x73\145\x72\156\x61\155\x65";
    const Attribute_Email = "\x73\x61\155\x6c\137\x61\155\137\x65\155\x61\151\x6c";
    const Attribute_First_name = "\x73\x61\155\x6c\137\141\155\x5f\x66\x69\x72\x73\x74\x5f\x6e\141\x6d\x65";
    const Attribute_Last_name = "\163\x61\x6d\154\x5f\x61\x6d\x5f\x6c\x61\163\164\x5f\156\x61\155\145";
    const Attribute_Group_name = "\x73\x61\155\154\137\141\155\137\x67\x72\157\x75\x70\x5f\x6e\x61\x6d\x65";
    const Attribute_Custom_mapping = "\x6d\157\x5f\x73\x61\155\154\137\143\x75\x73\164\157\155\137\141\164\164\162\163\x5f\x6d\x61\x70\x70\x69\156\x67";
    const Attribute_Account_matcher = "\163\x61\x6d\x6c\137\141\x6d\x5f\x61\143\x63\x6f\x75\156\x74\x5f\155\x61\x74\x63\150\145\x72";
    const Attribute_Display_name = "\x73\141\x6d\x6c\x5f\x61\155\x5f\x64\x69\x73\x70\x6c\141\x79\137\156\141\155\145";
    const Attribute_Show_in_User_Menu = "\163\141\x6d\x6c\137\x73\x68\x6f\x77\x5f\165\x73\145\x72\137\141\x74\164\x72\151\x62\x75\x74\145";
}
class mo_options_enum_domain_restriction extends BasicEnum
{
    const Email_Domains = "\x73\x61\155\154\x5f\x61\x6d\x5f\145\x6d\x61\x69\x6c\x5f\144\x6f\x6d\x61\151\156\x73";
    const Enable_Domain_Restriction_Login = "\155\157\x5f\x73\141\155\154\137\x65\156\x61\x62\154\x65\137\144\x6f\x6d\x61\151\156\137\x72\145\163\164\162\151\x63\164\x69\157\156\x5f\154\157\x67\x69\x6e";
    const Allow_deny_user_with_Domain = "\x6d\x6f\137\x73\141\x6d\154\137\141\x6c\154\x6f\x77\137\x64\x65\x6e\x79\x5f\x75\x73\145\162\137\167\x69\164\150\137\x64\x6f\155\x61\151\156";
}
class mo_options_enum_role_mapping extends BasicEnum
{
    const Role_do_not_auto_create_users = "\x6d\157\x5f\163\141\155\x6c\x5f\x64\x6f\156\164\x5f\143\162\x65\x61\164\x65\137\x75\x73\x65\162\137\151\x66\x5f\162\x6f\x6c\145\137\156\157\x74\137\x6d\x61\x70\x70\145\x64";
    const Role_do_not_assign_role_unlisted = "\163\x61\x6d\x6c\137\x61\155\137\x64\157\156\x74\x5f\x61\154\x6c\157\167\x5f\165\156\x6c\151\163\x74\x65\x64\137\165\163\x65\162\137\162\157\x6c\145";
    const Role_do_not_update_existing_user = "\163\141\155\x6c\137\x61\155\x5f\144\x6f\x6e\164\x5f\x75\160\x64\141\164\x65\x5f\x65\x78\151\163\x74\151\x6e\147\137\x75\x73\x65\x72\137\x72\157\x6c\x65";
    const Role_default_role = "\x73\x61\x6d\x6c\137\x61\x6d\137\144\145\x66\141\x75\x6c\x74\x5f\165\x73\x65\x72\137\x72\x6f\154\x65";
    const Role_do_not_login_with_roles = "\163\141\155\x6c\137\141\x6d\x5f\144\x6f\x6e\164\x5f\x61\154\x6c\157\167\x5f\x75\x73\145\162\x5f\164\x6f\x6c\x6f\147\x69\156\137\143\x72\x65\x61\164\145\x5f\167\x69\164\150\x5f\147\x69\x76\x65\x6e\x5f\x67\162\157\165\160\163";
    const Role_restrict_users_with_groups = "\155\157\x5f\163\141\155\x6c\137\x72\145\x73\164\162\151\x63\x74\137\165\x73\145\162\x73\137\x77\x69\164\x68\137\147\x72\157\165\160\x73";
    const Role_mapping = "\163\x61\x6d\x6c\x5f\x61\155\137\x72\157\154\145\x5f\x6d\141\160\160\151\156\x67";
}
class mo_options_enum_custom_certificate extends BasicEnum
{
    const Custom_Public_Certificate = "\155\x6f\137\163\x61\155\x6c\137\x63\165\163\x74\157\x6d\137\143\x65\x72\x74";
    const Custom_Private_Certificate = "\x6d\157\x5f\x73\x61\155\x6c\x5f\x63\165\x73\x74\x6f\155\137\143\145\162\164\x5f\x70\x72\151\166\x61\x74\145\137\153\x65\171";
    const Enable_Public_certificate = "\155\157\x5f\163\x61\155\x6c\137\x65\156\x61\142\154\145\x5f\143\x75\163\x74\x6f\x6d\137\143\x65\x72\x74\151\x66\151\143\141\x74\145";
}
class mo_options_enum_custom_messages extends BasicEnum
{
    const Custom_Account_Creation_Disabled_message = "\155\x6f\x5f\163\141\155\154\x5f\x61\x63\143\157\x75\156\x74\137\143\162\x65\141\164\x69\x6f\156\137\x64\151\163\141\142\154\x65\144\137\155\163\147";
    const Custom_Restricted_Domain_message = "\155\157\137\x73\x61\155\154\x5f\162\145\163\x74\162\151\x63\x74\x65\144\x5f\x64\157\x6d\x61\151\156\137\145\162\162\x6f\162\x5f\155\163\147";
}
class mo_options_error_constants extends BasicEnum
{
    const Error_no_certificate = "\125\x6e\141\142\x6c\x65\40\164\x6f\x20\146\x69\x6e\x64\x20\141\x20\x63\x65\x72\x74\151\x66\x69\143\141\164\x65\40\x2e";
    const Cause_no_certificate = "\x4e\157\40\163\x69\x67\x6e\x61\x74\x75\162\x65\x20\x66\157\x75\x6e\x64\x20\x69\x6e\x20\x53\101\115\114\40\x52\x65\163\x70\x6f\156\163\145\40\x6f\x72\x20\101\163\x73\145\x72\x74\x69\x6f\x6e\56\40\x50\x6c\x65\141\163\145\x20\x73\151\147\156\40\x61\x74\x20\x6c\x65\x61\x73\164\x20\157\x6e\145\x20\x6f\146\40\x74\150\145\155\x2e";
    const Error_wrong_certificate = "\x55\156\141\x62\x6c\x65\x20\164\157\40\146\x69\x6e\x64\40\x61\40\143\x65\x72\x74\x69\146\x69\143\141\164\x65\40\155\141\164\143\x68\151\x6e\x67\40\x74\150\x65\x20\x63\x6f\x6e\146\x69\x67\x75\162\x65\144\40\146\151\156\147\x65\162\x70\162\151\156\x74\56";
    const Cause_wrong_certificate = "\x58\56\65\60\x39\x20\103\145\162\x74\x69\x66\151\x63\x61\x74\x65\40\146\151\145\154\x64\40\x69\x6e\x20\x70\154\165\x67\x69\x6e\x20\144\x6f\x65\163\x20\x6e\x6f\x74\x20\155\141\164\x63\150\40\164\150\145\40\143\145\162\x74\151\146\151\143\141\x74\x65\x20\x66\157\165\x6e\x64\40\151\x6e\40\123\101\115\x4c\40\x52\145\x73\x70\x6f\x6e\x73\145\56";
    const Error_invalid_audience = "\111\156\166\x61\x6c\151\x64\40\101\165\x64\151\x65\x6e\143\x65\x20\125\122\x49\x2e";
    const Cause_invalid_audience = "\124\150\x65\40\x76\141\x6c\165\x65\40\x6f\x66\40\x27\x41\x75\144\x69\x65\x6e\x63\x65\x20\x55\x52\x49\47\x20\x66\151\145\x6c\144\x20\157\156\x20\x49\144\145\x6e\164\151\164\171\x20\120\162\x6f\166\151\144\145\162\x27\x73\x20\163\x69\x64\x65\40\x69\163\x20\x69\156\x63\157\x72\162\145\x63\164";
    const Error_issuer_not_verfied = "\111\x73\163\x75\145\162\40\143\141\x6e\x6e\x6f\164\x20\x62\x65\40\x76\x65\x72\x69\x66\151\145\x64\x2e";
    const Cause_issuer_not_verfied = "\x49\144\x50\x20\x45\156\164\151\x74\x79\x20\x49\x44\x20\143\x6f\156\x66\151\x67\x75\162\145\144\x20\x61\x6e\144\x20\x74\150\x65\x20\157\156\145\40\x66\157\x75\x6e\144\x20\x69\x6e\40\x53\x41\115\x4c\x20\122\145\163\x70\x6f\x6e\163\x65\x20\x64\157\x20\156\157\164\40\155\x61\x74\143\150";
}
class mo_options_enum_nameid_formats extends BasicEnum
{
    const EMAIL = "\165\162\x6e\x3a\x6f\x61\x73\151\163\72\x6e\x61\155\145\x73\x3a\164\143\x3a\123\101\x4d\114\x3a\x31\x2e\61\72\156\141\155\x65\151\144\55\x66\157\162\155\141\164\x3a\145\x6d\141\x69\154\101\x64\144\x72\145\163\x73";
    const UNSPECIFIED = "\165\162\x6e\x3a\157\x61\x73\x69\163\72\x6e\x61\x6d\145\163\x3a\x74\x63\72\123\101\x4d\x4c\72\61\x2e\x31\x3a\x6e\141\x6d\x65\151\144\x2d\x66\x6f\x72\155\141\164\x3a\165\156\x73\160\x65\x63\x69\146\x69\x65\x64";
    const TRANSIENT = "\x75\x72\x6e\x3a\157\x61\x73\151\163\x3a\x6e\x61\155\x65\x73\72\x74\x63\x3a\x53\x41\115\x4c\x3a\x32\x2e\60\x3a\156\x61\155\145\151\x64\x2d\146\x6f\162\155\141\164\72\x74\162\x61\156\x73\x69\145\x6e\x74";
    const PERSISTENT = "\165\162\x6e\x3a\157\x61\x73\151\x73\72\156\x61\155\145\x73\72\164\x63\x3a\123\101\x4d\x4c\x3a\62\56\60\72\156\141\155\145\151\144\55\x66\157\x72\x6d\141\x74\x3a\x70\x65\x72\163\x69\x73\164\x65\156\164";
}
class mo_options_plugin_constants extends BasicEnum
{
    const CMS_Name = "\x57\120";
    const Application_Name = "\x57\x50\x20\x6d\151\156\151\117\x72\141\x6e\x67\x65\x20\x53\x41\x4d\x4c\40\62\x2e\x30\x20\123\123\117\40\120\154\165\147\151\156";
    const Application_type = "\x53\101\115\x4c";
    const Version = "\61\62\x2e\x31\x2e\60";
    const HOSTNAME = "\150\x74\x74\x70\x73\72\57\57\x6c\x6f\x67\151\x6e\56\170\x65\x63\x75\x72\x69\146\171\x2e\143\157\155";
    const LICENSE_TYPE = "\127\120\137\x53\101\115\114\137\x53\120\137\120\x4c\125\x47\111\116";
    const LICENSE_PLAN_NAME = "\x77\160\137\x73\x61\155\x6c\x5f\163\163\x6f\137\142\x61\163\151\143\137\160\154\x61\x6e";
    const PLUGIN_CONFIG_FILENAME = "\x6d\x6f\x5f\x73\x61\x6d\154\137\143\157\x6e\146\x69\147\56\x70\x68\x70";
}
class mo_options_plugin_idp extends BasicEnum
{
    public static $IDP_GUIDES = array("\x41\104\106\x53" => "\x61\x64\146\163", "\x41\172\165\x72\145\x20\x41\104" => "\x61\x7a\x75\x72\145\55\x61\144", "\101\172\x75\x72\x65\40\102\x32\x43" => "\x61\172\x75\x72\x65\55\142\62\143", "\x4f\x6b\164\141" => "\157\x6b\164\x61", "\x53\x61\x6c\145\163\106\x6f\162\143\x65" => "\163\141\x6c\145\163\146\x6f\x72\143\145", "\107\x6f\x6f\x67\x6c\x65\40\101\x70\x70\x73" => "\147\157\157\x67\154\145\55\141\160\x70\163", "\x4f\x6e\145\x4c\x6f\x67\x69\x6e" => "\x6f\156\x65\x6c\157\x67\x69\x6e", "\x4b\x65\171\x63\154\157\141\x6b" => "\x6a\x62\157\163\x73\x2d\153\x65\x79\143\154\157\141\153", "\115\x69\x6e\x69\x4f\162\x61\156\147\x65" => "\x6d\x69\x6e\151\157\162\141\x6e\147\145", "\120\x69\x6e\147\x46\145\144\x65\x72\x61\x74\x65" => "\x70\151\156\147\x66\x65\x64\145\x72\x61\x74\x65", "\x50\151\x6e\147\117\156\145" => "\x70\151\x6e\x67\157\156\x65", "\x43\x65\x6e\x74\162\151\146\171" => "\143\x65\x6e\x74\162\x69\x66\171", "\117\162\141\x63\154\145" => "\157\162\x61\143\x6c\145\55\145\156\x74\145\162\160\162\151\163\x65\x2d\155\141\x6e\x61\147\x65\162", "\102\x69\164\151\x75\x6d" => "\142\151\x74\x69\165\155", "\123\150\x69\142\142\x6f\x6c\145\164\150\40\62" => "\163\150\x69\142\142\x6f\154\x65\164\150\62", "\123\x68\151\142\x62\x6f\154\145\x74\x68\40\x33" => "\x73\x68\x69\x62\142\x6f\154\x65\x74\150\x33", "\123\x69\155\160\154\x65\123\101\115\114\x70\150\160" => "\x73\151\155\160\x6c\x65\163\141\x6d\x6c", "\x4f\160\145\156\101\115" => "\x6f\x70\145\156\141\x6d", "\101\x75\164\150\x61\x6e\x76\x69\x6c" => "\141\165\x74\x68\141\x6e\166\151\154", "\101\165\164\x68\60" => "\141\x75\164\x68\60", "\103\101\x20\x49\144\x65\x6e\164\x69\164\x79" => "\143\x61\x2d\x69\144\145\156\x74\x69\x74\x79", "\127\x53\x4f\62" => "\167\163\x6f\62", "\x52\123\101\x20\x53\x65\x63\165\x72\x65\111\104" => "\x72\163\x61\55\x73\x65\143\x75\x72\x65\x69\144", "\117\x74\x68\x65\162" => "\x4f\164\150\145\x72");
}
class mo_options_environments extends BasicEnum
{
    const Environment_Objects = "\x6d\x6f\x5f\x73\x61\x6d\154\137\x65\x6e\x76\x69\x72\x6f\156\155\145\156\164\137\157\142\x6a\145\143\x74\x73";
    const Selected_Environments = "\x6d\x6f\x5f\x73\x61\155\x6c\137\163\x65\154\145\143\164\145\x64\137\x65\156\x76\151\162\157\x6e\x6d\x65\x6e\164";
    const Environment_Objects_old = "\145\x6e\x76\151\162\157\156\x6d\145\156\x74\x5f\157\142\152\x65\143\164\163";
    const Multiple_Licenses = "\155\157\x5f\145\156\x61\x62\154\x65\x5f\x6d\x75\x6c\x74\151\160\154\x65\x5f\154\x69\x63\145\156\163\145\x73";
}
class mo_options_plugin_admin extends BasicEnum
{
    const HOST_NAME = "\155\157\137\x73\141\155\x6c\x5f\x68\x6f\163\164\137\x6e\141\155\145";
    const New_Registration = "\155\157\x5f\x73\141\155\x6c\x5f\x6e\145\x77\137\x72\x65\x67\151\163\164\162\x61\x74\x69\157\x6e";
    const Admin_Phone = "\x6d\157\137\163\141\x6d\x6c\137\141\144\155\x69\x6e\x5f\x70\x68\x6f\x6e\145";
    const Admin_Email = "\x6d\157\137\163\x61\155\154\137\x61\x64\x6d\x69\156\137\145\155\x61\151\154";
    const Admin_Pass = "\155\x6f\137\163\x61\x6d\154\137\x61\x64\155\x69\x6e\137\x70\141\x73\x73\167\x6f\162\144";
    const Verify_Customer = "\155\157\137\x73\141\x6d\x6c\137\166\145\x72\151\x66\171\x5f\143\x75\163\164\x6f\x6d\145\x72";
    const Admin_Customer_Key = "\155\x6f\x5f\x73\x61\155\154\x5f\141\x64\155\151\x6e\x5f\x63\x75\163\164\157\155\145\x72\x5f\x6b\x65\x79";
    const Admin_Api_Key = "\155\x6f\137\x73\141\x6d\154\x5f\141\x64\x6d\151\156\x5f\x61\x70\151\137\153\145\x79";
    const Customer_Token = "\155\x6f\x5f\163\141\155\x6c\137\143\x75\163\x74\157\155\x65\162\137\164\x6f\153\x65\156";
    const Admin_notices_Message = "\x6d\x6f\137\163\141\x6d\154\137\155\145\x73\163\141\147\x65";
    const Registration_Status = "\x6d\157\137\163\141\x6d\154\137\x72\x65\147\151\163\164\x72\141\164\x69\x6f\156\x5f\163\164\x61\164\x75\163";
    const IDP_Config_ID = "\x73\x61\x6d\x6c\137\x69\144\160\x5f\x63\157\x6e\146\x69\x67\137\x69\144";
    const IDP_Config_Complete = "\155\157\x5f\x73\x61\155\x6c\137\151\x64\x70\137\143\x6f\x6e\146\x69\x67\137\143\157\x6d\160\154\x65\164\x65";
    const Transaction_ID = "\155\157\137\x73\x61\x6d\154\x5f\164\x72\141\156\x73\x61\143\164\x69\157\156\x49\x64";
    const SML_LK = "\163\x6d\x6c\x5f\154\x6b";
    const Site_Status = "\164\137\163\151\x74\x65\x5f\163\x74\141\x74\x75\163";
    const Site_Check = "\163\151\164\145\137\143\x6b\x5f\x6c";
    const Free_Version = "\155\x6f\x5f\x73\x61\x6d\154\x5f\x66\162\145\x65\137\166\145\x72\163\151\x6f\x6e";
    const Admin_company = "\x6d\x6f\137\163\141\155\154\137\141\x64\x6d\x69\156\x5f\143\x6f\155\160\x61\156\x79";
    const Admin_First_Name = "\155\157\x5f\163\x61\155\x6c\137\x61\144\155\151\x6e\x5f\x66\151\x72\163\x74\137\x6e\141\x6d\145";
    const Admin_Last_Name = "\x6d\x6f\x5f\163\x61\155\x6c\137\x61\144\x6d\x69\x6e\137\x6c\x61\163\x74\137\156\141\x6d\x65";
    const License_Name = "\155\157\x5f\163\x61\x6d\154\137\x6c\x69\143\x65\x6e\163\x65\x5f\x6e\x61\155\145";
    const User_Limit = "\x6d\x6f\137\x73\x61\x6d\154\137\x75\163\162\137\x6c\155\x74";
}
class mo_saml_cli_error extends BasicEnum
{
    const Poor_Internet = "\x55\x6e\141\x62\x6c\x65\x20\x74\157\40\143\157\156\x6e\145\x63\164\40\164\157\40\x74\150\145\40\151\156\x74\x65\162\156\145\164\56\x20\x50\x6c\145\141\163\x65\x20\x74\x72\x79\40\x63\157\156\x6e\145\143\x74\x69\156\147\x20\x61\x67\141\x69\x6e\56";
    const Code_Expired = "\114\151\143\145\x6e\163\x65\40\x6b\x65\171\40\171\157\165\40\x68\x61\166\x65\40\145\156\164\145\162\145\144\x20\150\x61\x73\x20\141\x6c\x72\145\141\144\171\x20\142\x65\x65\156\x20\x75\163\145\x64\x2e\40\120\x6c\145\x61\x73\x65\40\145\156\x74\145\162\x20\x61\x20\x6b\145\171\x20\167\150\151\143\150\40\150\x61\163\x20\x6e\157\x74\40\142\x65\x65\x6e\x20\165\163\145\x64\x20\142\x65\x66\x6f\162\x65\40\157\156\40\141\156\171\40\x6f\164\150\x65\162\x20\x69\156\x73\164\x61\156\x63\145\40\x6f\x72\x20\151\146\40\x79\x6f\165\40\150\x61\166\145\x20\x65\x78\x68\141\x75\163\164\x65\144\x20\x61\x6c\154\40\171\x6f\165\x72\x20\x6b\145\171\x73";
    const Invalid_License = "\x59\x6f\165\x20\x68\141\x76\145\x20\x65\x6e\x74\x65\x72\145\x64\x20\141\x6e\x20\151\156\166\141\154\151\x64\x20\154\151\x63\x65\156\x73\145\40\153\145\x79\x2e\x20\x50\154\145\141\x73\145\x20\x65\x6e\x74\145\x72\40\x61\40\166\141\154\x69\x64\40\x6c\151\143\x65\156\x73\x65\40\x6b\145\x79\x2e";
    const Not_Upgraded = "\131\x6f\165\x20\x68\x61\x76\145\x20\156\157\164\40\x75\160\147\162\x61\x64\x65\x64\40\171\145\x74\56\x50\154\145\141\163\145\40\165\x70\x67\162\141\x64\x65\40\164\x6f\x20\164\150\x65\x20\x70\162\x65\x6d\151\x75\155\x20\x76\x65\x72\163\151\x6f\156\56";
    const Curl_Error = "\x6d\151\x6e\151\x4f\162\141\156\147\145\40\x53\101\x4d\114\x20\x32\x2e\x30\40\x53\123\117\x20\x50\154\165\x67\x69\x6e\x20\55\40\x45\122\122\x4f\x52\x3a\40\120\x48\x50\x20\x63\x55\122\114\40\145\170\164\x65\x6e\x73\151\157\x6e\x20\x69\163\x20\x6e\157\x74\40\x69\156\x73\x74\x61\154\x6c\145\144\40\157\162\x20\x64\x69\x73\x61\142\x6c\x65\x64\56\x20\x52\145\x67\151\163\164\162\x61\x74\x69\157\x6e\40\x66\x61\151\x6c\x65\144\x2e";
    const Customer_Not_Found = "\124\x68\145\162\x65\40\167\141\x73\x20\x61\156\x20\x65\x72\162\157\x72\40\160\162\157\x63\x65\x73\163\x69\x6e\147\x20\x79\x6f\x75\x72\40\x72\145\161\x75\145\163\164\56\40\x52\x65\x67\151\x73\164\x65\162\145\144\x20\x63\165\x73\164\157\155\145\162\40\156\x6f\x74\40\x66\157\x75\156\x64\40\151\x6e\x20\x6f\x75\162\x20\163\x79\163\164\x65\155\56";
    const File_Empty = "\x45\x72\x72\157\162\x20\x77\150\151\x6c\145\x20\146\x65\x74\x63\x68\x69\x6e\x67\x20\x74\x68\145\40\x63\157\156\164\x65\x6e\164\x73\56\40\120\154\145\x61\x73\x65\40\x63\x68\145\x63\x6b\40\x79\157\165\162\x20\154\151\x63\x65\x6e\163\x65\40\x66\x69\154\145\40\x6f\x6e\x63\145\56";
    const Invalid_JSON = "\105\x72\162\157\x72\40\x77\x68\x69\154\145\x20\162\x65\164\162\151\x65\166\x69\156\x67\40\164\x68\x65\x20\144\x65\164\x61\151\x6c\x73\56\40\x49\156\x76\141\x6c\151\144\x20\x4a\123\x4f\x4e\x20\x66\157\165\x6e\x64\x2e";
    const File_Not_Found = "\105\x72\162\x6f\x72\x20\167\x68\x69\154\x65\x20\x72\x65\164\x72\151\x65\x76\151\156\x67\x20\x74\x68\x65\40\x64\145\164\x61\x69\154\x73\56\x20\123\160\x65\x63\151\x66\151\x65\144\40\146\x69\154\x65\x20\156\x6f\164\40\146\x6f\x75\156\144\40\x69\156\x20\x74\x68\x65\x20\x70\154\165\x67\151\156\40\x64\x69\162\x65\143\x74\157\162\x79\x2e";
    const Incorrect_File_Format = "\x45\x72\162\157\162\x20\x77\150\x69\154\145\x20\162\x65\x74\x72\151\x65\166\x69\156\147\40\164\x68\145\40\144\x65\164\141\x69\x6c\163\56\x20\x50\154\145\x61\163\x65\x20\x75\x70\x6c\157\141\x64\x20\141\40\166\141\154\x69\144\x20\143\x6f\x6e\146\x69\147\x75\162\141\164\151\157\156\40\146\x69\154\145\x20\x69\x6e\40\56\x6a\x73\157\x6e\40\x66\157\x72\x6d\x61\164\x2e";
}
class mo_saml_options_addons extends BasicEnum
{
    public static $ADDON_URL = array("\163\143\151\x6d" => "\150\x74\164\x70\x73\x3a\57\57\x70\154\165\x67\x69\x6e\163\x2e\x6d\x69\156\x69\157\162\x61\x6e\x67\x65\56\x63\x6f\x6d\57\x77\x6f\162\x64\x70\x72\x65\x73\x73\55\165\x73\145\x72\55\160\162\157\166\x69\163\x69\x6f\156\151\x6e\x67", "\160\x61\147\145\x5f\162\145\163\x74\x72\151\143\164\x69\x6f\x6e" => "\150\x74\x74\x70\163\72\57\x2f\x70\154\x75\x67\151\156\163\x2e\155\151\x6e\x69\157\162\x61\156\147\x65\x2e\x63\x6f\155\57\x77\157\162\x64\x70\162\145\x73\x73\55\160\141\x67\145\x2d\x72\145\163\164\x72\151\x63\164\x69\x6f\x6e", "\146\151\154\145\x5f\x70\162\x65\x76\145\156\x74\151\157\x6e" => "\150\x74\x74\x70\x73\x3a\x2f\57\x70\x6c\x75\147\151\x6e\163\x2e\155\151\156\151\157\x72\x61\x6e\147\x65\56\143\157\x6d\57\x77\157\162\x64\x70\x72\145\x73\x73\55\155\145\x64\151\141\x2d\162\145\x73\x74\x72\151\x63\164\x69\x6f\156", "\x73\x73\x6f\x6c\x6f\147\x69\156" => "\x68\x74\164\160\x73\x3a\57\57\160\x6c\x75\x67\151\156\163\x2e\155\x69\156\x69\157\162\x61\x6e\x67\x65\x2e\143\157\155\x2f\x77\157\162\x64\x70\x72\x65\x73\x73\55\x73\x73\157\55\x6c\157\x67\x69\x6e\x2d\x61\x75\144\151\x74", "\x62\x75\144\144\171\x70\x72\145\163\163" => "\x68\x74\x74\160\163\72\x2f\x2f\160\154\165\147\151\156\163\56\x6d\151\x6e\x69\x6f\162\141\156\x67\145\x2e\143\x6f\x6d\57\x77\x6f\x72\144\160\x72\145\163\x73\55\142\x75\x64\144\x79\160\x72\145\163\x73\55\151\x6e\164\145\x67\162\x61\x74\157\162", "\x6c\x65\141\x72\x6e\144\x61\x73\x68" => "\x68\x74\164\160\163\72\x2f\57\160\x6c\x75\x67\x69\156\163\x2e\x6d\151\156\151\157\162\x61\x6e\x67\145\x2e\x63\157\155\57\167\x6f\162\x64\x70\162\145\x73\x73\55\x6c\x65\x61\x72\156\144\141\163\150\55\151\x6e\x74\145\x67\162\141\164\x6f\x72", "\x61\164\x74\162\151\x62\x75\x74\x65\x5f\142\141\x73\145\x64\137\x72\145\144\151\x72\x65\143\164\151\x6f\x6e" => "\x68\164\x74\160\x73\x3a\57\57\x70\x6c\x75\147\x69\x6e\163\56\x6d\151\156\x69\x6f\162\141\156\147\x65\56\x63\157\x6d\x2f\x77\x6f\x72\144\x70\162\145\x73\x73\x2d\141\164\164\x72\151\x62\x75\164\145\x2d\142\141\x73\145\144\x2d\162\x65\144\151\162\145\143\164\151\x6f\156\x2d\162\145\163\164\162\x69\x63\164\151\x6f\156", "\x73\163\x6f\x73\145\x73\163\x69\x6f\156" => "\150\164\164\160\163\x3a\x2f\x2f\x70\154\x75\x67\x69\156\163\x2e\155\151\156\x69\x6f\162\141\156\147\x65\x2e\x63\157\155\x2f\x73\x73\x6f\55\x73\145\x73\163\x69\x6f\156\55\155\141\x6e\x61\147\x65\x6d\145\156\164", "\x66\x73\163\x6f" => "\150\x74\x74\x70\163\72\x2f\x2f\160\154\165\x67\x69\156\x73\56\155\151\x6e\x69\x6f\x72\141\156\x67\145\56\143\x6f\155\57\151\x6e\x63\157\155\x6d\157\156\55\146\145\144\145\162\x61\x74\151\157\x6e\x2d\163\151\156\147\154\145\55\x73\x69\147\156\x2d\157\x6e\x2d\x73\163\157", "\160\x61\x69\144\137\155\x65\x6d\137\160\162\157" => "\150\x74\164\x70\x73\x3a\57\x2f\160\x6c\165\x67\x69\x6e\x73\56\155\x69\156\151\x6f\162\141\156\147\145\56\x63\x6f\155\57\x70\141\x69\144\55\x6d\145\155\142\145\x72\163\150\151\160\55\160\162\157\x2d\x69\x6e\164\x65\x67\x72\x61\164\157\x72", "\155\145\155\142\145\x72\x70\162\x65\x73\x73" => "\150\x74\x74\x70\x73\x3a\x2f\57\x70\x6c\165\147\151\156\163\56\155\x69\156\151\x6f\x72\x61\x6e\x67\145\x2e\143\157\155\x2f\167\x6f\162\144\160\x72\145\163\x73\x2d\x6d\145\155\142\x65\x72\160\162\x65\x73\163\x2d\151\156\x74\x65\x67\x72\x61\164\x6f\x72", "\x77\x70\137\155\145\155\142\x65\162\163" => "\150\164\x74\160\163\x3a\x2f\57\160\154\x75\x67\151\x6e\x73\x2e\155\151\x6e\151\157\x72\141\x6e\x67\x65\x2e\x63\x6f\155\57\167\157\x72\x64\x70\x72\145\x73\163\55\155\x65\155\x62\145\162\x73\55\x69\x6e\x74\145\147\162\x61\x74\x6f\x72", "\x77\x6f\x6f\x63\x6f\x6d\x6d\x65\x72\x63\x65" => "\150\x74\164\x70\163\72\x2f\x2f\160\x6c\x75\x67\151\156\163\x2e\x6d\x69\x6e\x69\157\162\141\156\x67\x65\56\143\x6f\155\57\167\x6f\162\144\x70\162\x65\163\x73\55\167\x6f\157\143\157\155\x6d\145\162\x63\145\55\x69\x6e\x74\145\x67\162\x61\164\x6f\x72", "\147\x75\x65\x73\164\137\x6c\157\x67\151\x6e" => "\x68\164\x74\160\x73\x3a\x2f\57\160\154\165\x67\151\x6e\x73\x2e\155\x69\x6e\151\157\162\x61\156\147\x65\x2e\143\157\x6d\x2f\147\x75\145\163\164\55\x75\x73\145\162\x2d\154\157\x67\x69\156", "\x70\162\157\x66\151\x6c\145\137\x70\151\x63\164\x75\162\x65\137\x61\x64\x64\137\157\156" => "\150\164\x74\x70\163\x3a\x2f\x2f\160\154\x75\147\x69\x6e\x73\56\155\151\x6e\151\x6f\162\141\156\x67\145\x2e\x63\157\x6d\57\167\x6f\162\x64\x70\x72\145\x73\x73\x2d\x70\x72\x6f\x66\151\x6c\145\x2d\x70\151\143\x74\165\162\x65\55\x6d\141\160");
    public static $WP_ADDON_URL = array("\160\x61\x67\x65\x2d\x72\145\x73\164\x72\x69\143\164\x69\x6f\x6e" => "\x68\x74\164\160\163\72\57\57\x77\x6f\x72\144\x70\162\x65\x73\163\56\x6f\x72\147\57\x70\154\x75\147\151\156\x73\57\160\x61\147\145\x2d\141\156\144\55\160\157\x73\164\x2d\162\x65\x73\164\x72\x69\143\x74\x69\x6f\x6e\x2f\145\155\142\x65\x64\x2f", "\x73\143\151\x6d\x2d\165\163\x65\x72\x2d\163\171\x6e\x63" => "\x68\x74\x74\160\163\72\x2f\57\x77\x6f\162\144\x70\x72\145\163\x73\56\x6f\162\147\x2f\160\x6c\x75\147\151\156\163\57\163\x63\x69\x6d\55\165\163\x65\162\55\160\162\157\166\x69\163\151\x6f\156\x69\156\x67\x2f\x65\x6d\142\145\144\x2f");
    public static $ADDON_TITLE = array("\163\x63\x69\155" => "\x53\x43\x49\115\x20\x55\x73\145\x72\x20\x50\162\157\x76\151\163\x69\157\156\151\x6e\x67", "\x70\x61\147\145\x5f\162\145\x73\x74\x72\151\x63\164\x69\x6f\156" => "\x50\x61\147\145\x20\141\156\144\40\x50\x6f\163\164\40\122\x65\x73\x74\x72\151\143\164\151\157\156", "\146\x69\154\x65\137\x70\162\145\x76\x65\156\x74\x69\157\x6e" => "\120\x72\145\166\145\x6e\164\x20\x46\151\154\145\40\x41\143\143\145\163\163", "\x73\163\157\x6c\x6f\x67\151\x6e" => "\123\x53\x4f\x20\x4c\x6f\147\x69\x6e\x20\x41\165\x64\x69\x74", "\142\165\x64\144\x79\x70\x72\145\x73\163" => "\102\165\x64\144\x79\x50\162\x65\x73\x73\40\x49\156\164\x65\147\x72\141\164\157\x72", "\154\145\x61\x72\156\144\x61\x73\150" => "\114\145\141\x72\156\144\x61\163\x68\x20\111\x6e\x74\x65\x67\162\141\x74\157\162", "\x61\x74\164\162\151\x62\165\164\145\x5f\142\x61\163\145\x64\x5f\x72\145\x64\x69\162\x65\143\x74\151\157\156" => "\x41\164\x74\162\x69\142\165\164\x65\40\102\141\163\x65\x64\x20\122\145\x64\151\162\145\x63\164\151\x6f\x6e", "\x73\x73\157\163\145\x73\163\x69\x6f\x6e" => "\x53\123\117\40\x53\145\x73\163\x69\157\156\40\115\141\x6e\x61\147\x65\155\x65\x6e\x74", "\x66\163\163\157" => "\x46\145\144\x65\x72\x61\164\x69\157\x6e\x20\x53\x69\156\x67\x6c\145\x20\x53\x69\147\156\x2d\117\x6e", "\x6d\145\x6d\x62\145\x72\x70\162\145\x73\x73" => "\x4d\x65\x6d\142\x65\x72\x50\162\x65\x73\163\x20\111\x6e\x74\145\147\162\x61\164\157\x72", "\x77\x70\x5f\x6d\x65\155\x62\x65\162\163" => "\127\x50\55\115\x65\x6d\x62\x65\162\163\40\x49\156\164\x65\x67\162\x61\164\x6f\x72", "\x77\x6f\x6f\x63\x6f\155\x6d\x65\162\143\x65" => "\127\157\157\x43\157\155\155\145\162\143\x65\x20\111\156\x74\x65\147\162\x61\x74\157\x72", "\x67\165\x65\x73\164\137\x6c\157\x67\151\x6e" => "\107\x75\x65\163\x74\40\x4c\157\x67\x69\156", "\x70\162\157\146\151\154\x65\x5f\x70\151\x63\x74\165\162\x65\x5f\141\144\144\x5f\x6f\156" => "\120\162\x6f\x66\151\154\145\40\x50\x69\143\x74\165\x72\145\x20\101\144\x64\x2d\x6f\x6e", "\160\141\x69\144\137\155\145\155\137\x70\162\x6f" => "\120\x61\x69\144\x4d\x65\x6d\142\145\162\163\150\151\x70\x20\x50\162\x6f\x20\111\x6e\164\x65\147\x72\141\164\157\x72");
    public static $RECOMMENDED_ADDONS_PATH = array("\154\x65\x61\162\x6e\x64\141\163\x68" => "\x73\x66\x77\144\55\x6c\155\x73\57\x73\x66\167\144\x5f\x6c\x6d\163\56\x70\150\160", "\x62\x75\144\144\x79\x70\x72\145\163\163" => "\x62\x75\144\x64\x79\160\x72\x65\x73\163\x2f\x62\x70\55\154\x6f\141\x64\145\x72\56\160\150\160", "\x70\141\151\144\x5f\155\145\155\x5f\160\162\x6f" => "\x70\141\151\144\55\x6d\x65\x6d\x62\145\x72\163\150\151\160\x73\55\x70\162\x6f\57\x70\x61\x69\144\55\155\x65\155\142\145\162\163\150\151\x70\163\55\x70\x72\157\56\x70\x68\x70", "\x6d\145\155\142\145\x72\160\x72\145\x73\x73" => "\x6d\145\x6d\142\x65\x72\160\162\x65\x73\x73\x2f\x6d\x65\155\142\x65\x72\x70\162\x65\x73\x73\56\160\x68\x70", "\167\160\x5f\155\145\155\142\145\x72\163" => "\x77\x70\55\155\145\x6d\x62\x65\x72\163\57\x77\160\55\155\x65\155\x62\x65\x72\x73\x2e\160\x68\x70", "\x77\x6f\157\x63\157\x6d\x6d\x65\x72\143\145" => "\x77\157\x6f\x63\157\155\155\x65\x72\143\145\57\x77\157\157\x63\157\155\155\145\162\x63\145\x2e\160\150\x70");
}
class mo_saml_options_plugin_idp extends BasicEnum
{
    public static $IDP_GUIDES = array("\101\104\106\x53" => array("\141\144\x66\x73", "\163\141\x6d\x6c\x2d\x73\x69\156\x67\x6c\145\x2d\163\x69\147\x6e\x2d\x6f\156\x2d\x73\163\x6f\x2d\167\157\162\x64\160\162\145\x73\163\55\x75\x73\151\x6e\x67\x2d\x61\x64\146\x73"), "\x41\x7a\165\x72\145\40\x41\104" => array("\x61\x7a\x75\162\145\x2d\141\144", "\163\x61\x6d\154\55\163\x69\x6e\147\x6c\x65\55\163\x69\147\x6e\55\x6f\156\55\x73\163\157\55\x77\x6f\162\144\160\x72\x65\x73\x73\x2d\x75\163\151\x6e\x67\x2d\x61\172\x75\x72\145\x2d\141\144"), "\x41\x7a\x75\x72\x65\x20\x42\62\x43" => array("\141\x7a\165\x72\x65\55\x62\62\x63", "\x73\x61\155\x6c\55\x73\x69\156\147\x6c\145\x2d\x73\151\x67\156\x2d\x6f\156\x2d\163\163\157\x2d\167\157\x72\144\160\x72\x65\163\x73\55\x75\x73\x69\156\147\x2d\x61\x7a\x75\x72\x65\x2d\142\62\x63"), "\x4f\153\x74\141" => array("\157\x6b\x74\141", "\x73\x61\x6d\154\55\x73\151\x6e\x67\154\x65\55\x73\x69\x67\x6e\55\x6f\156\x2d\163\163\157\x2d\167\157\x72\144\x70\162\145\x73\163\x2d\165\163\151\x6e\x67\55\x6f\153\164\141"), "\x4b\145\171\143\154\x6f\141\x6b" => array("\152\142\x6f\163\163\x2d\x6b\145\171\143\154\x6f\x61\153", "\163\x61\x6d\154\55\163\x69\156\x67\154\145\55\163\x69\x67\156\55\157\x6e\55\x73\x73\157\55\167\157\162\144\160\162\145\163\x73\x2d\x75\163\x69\156\x67\x2d\x6a\x62\x6f\x73\x73\55\153\x65\171\x63\154\x6f\x61\x6b"), "\x47\x6f\x6f\147\154\145\40\101\160\160\x73" => array("\x67\157\x6f\147\x6c\x65\55\x61\160\x70\x73", "\x73\141\155\x6c\55\x73\x69\156\x67\x6c\145\x2d\163\x69\x67\x6e\x2d\x6f\156\x2d\163\x73\157\55\167\157\162\144\160\x72\x65\x73\163\55\165\163\x69\156\147\x2d\x67\157\157\147\x6c\145\55\x61\x70\x70\x73"), "\127\x69\156\x64\x6f\167\x73\x20\x53\x53\x4f" => array("\167\x69\156\144\x6f\x77\x73", "\x73\x61\x6d\x6c\x2d\163\151\156\x67\154\145\55\x73\151\147\x6e\55\x6f\156\x2d\x73\x73\157\x2d\167\157\162\144\160\x72\x65\x73\x73\x2d\165\163\x69\156\147\x2d\141\x64\146\x73"), "\123\141\154\x65\x73\106\157\162\143\x65" => array("\163\x61\154\x65\x73\146\x6f\x72\143\145", "\163\x61\155\154\x2d\163\151\156\147\154\145\55\x73\x69\147\x6e\x2d\157\x6e\55\163\x73\157\x2d\167\x6f\162\144\x70\x72\145\x73\x73\55\x75\x73\x69\156\x67\x2d\x73\141\x6c\145\163\x66\x6f\x72\143\145"), "\x57\x6f\162\x64\120\162\x65\163\x73" => array("\167\x6f\162\x64\x70\x72\145\163\163", "\x73\x61\x6d\x6c\x2d\163\x69\x6e\x67\x6c\145\x2d\163\x69\x67\x6e\x2d\x6f\x6e\x2d\163\x73\157\x2d\142\x65\x74\x77\145\x65\156\x2d\x74\x77\x6f\x2d\x77\x6f\x72\144\x70\x72\x65\163\x73\55\x73\x69\164\145\x73"), "\117\146\x66\x69\143\145\40\63\x36\x35" => array("\x6f\146\146\151\x63\x65\x33\x36\65", "\x73\x61\155\x6c\55\163\151\x6e\x67\154\145\55\163\151\x67\x6e\x2d\x6f\156\x2d\163\x73\x6f\55\x77\x6f\x72\x64\x70\162\145\x73\163\55\x75\x73\151\x6e\x67\x2d\x61\x7a\165\x72\x65\x2d\141\x64"), "\x41\165\x74\150\60" => array("\141\165\x74\x68\60", "\163\x61\155\x6c\x2d\163\x69\156\x67\x6c\x65\55\163\151\x67\156\55\x6f\156\x2d\163\x73\157\55\x77\157\162\144\160\162\x65\x73\x73\x2d\x75\163\x69\x6e\147\55\x61\x75\x74\150\x30"), "\115\x69\156\151\117\x72\141\156\147\145" => array("\155\151\x6e\151\157\162\141\156\147\145", "\163\x61\155\154\55\x73\151\x6e\x67\x6c\145\55\x73\151\147\x6e\x2d\157\x6e\55\163\x73\157\55\167\157\x72\144\x70\x72\x65\163\163\x2d\x75\x73\151\x6e\147\55\x6d\151\x6e\x69\157\162\141\x6e\147\145"), "\103\x6f\155\155\x75\x6e\x69\x74\171" => array("\163\x61\x6c\x65\163\x66\x6f\x72\x63\x65", "\x73\141\155\154\55\163\x69\x6e\147\x6c\145\x2d\x73\151\x67\156\x2d\x6f\x6e\x2d\163\163\x6f\55\x77\157\162\x64\x70\162\x65\x73\163\x2d\165\163\x69\x6e\147\x2d\x73\x61\154\x65\163\146\x6f\x72\x63\145\40\143\x6f\x6d\155\x75\156\151\164\171"), "\x43\x6c\141\x73\x73\x6c\151\x6e\153" => array("\143\x6c\x61\x73\x73\x6c\x69\156\153", "\163\x61\x6d\x6c\55\163\151\x6e\147\x6c\145\55\163\151\147\156\x2d\x6f\156\55\x73\163\157\x2d\154\157\147\151\x6e\55\x77\157\x72\144\160\x72\145\163\x73\55\165\x73\151\x6e\x67\x2d\x63\154\141\163\163\154\x69\x6e\x6b"), "\x4f\156\x65\114\157\147\x69\x6e" => array("\x6f\156\145\154\157\x67\151\156", "\163\x61\155\x6c\x2d\163\x69\156\x67\154\145\x2d\163\x69\147\x6e\x2d\157\156\55\x73\163\157\x2d\x77\x6f\162\144\x70\x72\x65\x73\x73\55\x75\x73\x69\x6e\147\x2d\x6f\x6e\145\154\x6f\x67\x69\156"), "\103\x65\156\x74\x72\151\x66\171" => array("\143\145\x6e\164\162\x69\x66\x79", "\x73\141\155\x6c\x2d\163\151\x6e\x67\x6c\145\55\x73\151\x67\x6e\55\157\x6e\x2d\x73\163\x6f\55\x77\x6f\x72\x64\x70\162\145\x73\x73\x2d\165\x73\151\x6e\x67\55\143\145\x6e\x74\162\x69\x66\x79"), "\120\151\x6e\147\x46\145\144\x65\x72\x61\164\145" => array("\160\151\156\147\146\145\x64\145\162\141\164\x65", "\163\141\x6d\x6c\x2d\163\x69\x6e\x67\154\145\55\163\x69\147\x6e\x2d\157\156\55\x73\x73\157\55\x77\157\162\x64\x70\162\145\163\163\x2d\165\163\151\156\x67\x2d\x70\x69\156\x67\x66\145\144\145\x72\x61\x74\x65"), "\123\x68\151\142\x62\157\x6c\x65\164\150\40\x32" => array("\x73\150\151\142\142\x6f\x6c\145\164\150\62", "\163\x61\155\154\x2d\x73\151\156\147\x6c\x65\x2d\163\151\147\x6e\55\x6f\x6e\x2d\x73\163\157\55\x77\x6f\x72\x64\x70\x72\x65\x73\163\x2d\165\x73\151\156\147\x2d\163\150\x69\142\142\x6f\154\x65\x74\150\x32"), "\123\150\151\142\x62\x6f\x6c\145\x74\x68\40\63" => array("\x73\150\x69\142\x62\x6f\x6c\x65\x74\150\x33", "\x73\x61\x6d\x6c\x2d\163\x69\x6e\147\154\x65\x2d\x73\151\147\156\55\x6f\156\55\163\x73\157\55\167\x6f\x72\144\x70\x72\x65\163\x73\x2d\x75\x73\151\x6e\147\x2d\x73\x68\151\x62\x62\x6f\154\145\164\150\x33"), "\x41\x62\163\x6f\x72\x62\x4c\x4d\x53" => array("\141\142\x73\x6f\162\142\x2d\154\x6d\x73", "\x73\141\155\x6c\x2d\x73\151\156\x67\154\x65\55\x73\x69\147\156\x2d\x6f\156\x2d\x73\163\157\x2d\167\157\x72\x64\160\162\x65\x73\x73\x2d\165\163\x69\x6e\147\55\x61\x62\163\x6f\x72\142\x2d\x6c\155\x73"), "\x47\x6c\165\x75\x20\x53\145\x72\x76\x65\x72" => array("\147\x6c\x75\165\x2d\163\x65\x72\166\x65\162", "\163\141\155\154\x2d\x73\151\156\x67\154\x65\55\x73\151\x67\x6e\55\x6f\156\55\163\x73\x6f\x2d\167\x6f\x72\144\x70\162\x65\163\x73\55\165\x73\151\x6e\x67\x2d\x67\x6c\165\x75\55\163\x65\x72\x76\145\x72"), "\112\165\x6d\160\x43\x6c\x6f\x75\144" => array("\x6a\165\x6d\x70\143\x6c\x6f\165\144", "\x73\x61\x6d\x6c\x2d\x73\x69\156\147\154\145\55\x73\151\147\156\x2d\157\x6e\55\163\163\157\55\167\157\162\x64\160\x72\145\163\x73\55\x75\x73\151\156\147\x2d\x6a\x75\x6d\160\x63\154\x6f\165\x64"), "\x49\x64\145\156\164\151\x74\171\123\145\162\x76\x65\162" => array("\x69\144\x65\x6e\164\x69\x74\171\163\x65\162\166\145\162\x34", "\x73\x61\x6d\x6c\x2d\163\x69\x6e\x67\x6c\x65\55\x73\x69\x67\156\55\157\x6e\55\x73\x73\157\x2d\167\157\x72\144\160\x72\145\x73\163\x2d\165\x73\151\156\147\55\x69\144\x65\x6e\164\151\x74\x79\x73\x65\162\x76\x65\x72\x34"), "\104\145\x67\162\x65\145\x64" => array("\x64\145\x67\x72\145\145\x64", "\x73\141\x6d\154\55\163\x69\x6e\147\x6c\x65\55\x73\151\147\x6e\55\157\156\55\x73\163\x6f\55\167\x6f\x72\x64\x70\162\x65\163\163\x2d\x75\x73\x69\156\x67\x2d\144\145\x67\x72\145\145\144"), "\103\x79\x62\145\162\x41\162\x6b" => array("\143\171\142\145\162\x61\x72\x6b", "\x73\x61\x6d\154\x2d\x73\151\x6e\147\x6c\x65\55\x73\x69\x67\156\x2d\157\x6e\55\163\163\x6f\55\x66\157\x72\x2d\x77\157\162\144\160\162\x65\x73\x73\55\165\x73\151\156\147\x2d\143\x79\x62\x65\x72\141\162\153"), "\104\x75\157" => array("\x64\165\x6f", "\163\x61\155\154\x2d\x73\x69\x6e\x67\x6c\145\x2d\x73\x69\147\x6e\x2d\x6f\x6e\x2d\163\x73\157\x2d\x77\x6f\162\144\x70\x72\x65\x73\x73\55\x75\x73\151\x6e\147\55\x64\x75\x6f"), "\x46\x75\163\x69\157\x6e\101\165\164\150" => array("\146\x75\163\x69\x6f\156\141\x75\x74\x68", "\163\x61\155\x6c\x2d\x73\151\156\147\154\x65\x2d\163\x69\x67\156\55\157\x6e\x2d\x73\163\x6f\x2d\167\157\x72\144\160\x72\x65\x73\x73\x2d\165\163\x69\x6e\x67\x2d\x66\x75\x73\x69\x6f\x6e\141\165\164\150"), "\x53\x65\143\x75\162\145\x41\165\x74\150" => array("\x73\x65\143\x75\x72\145\x61\x75\x74\x68", "\x73\x61\x6d\154\55\163\x69\x6e\147\x6c\145\x2d\163\x69\x67\x6e\55\x6f\156\x2d\163\x73\157\x2d\167\x6f\162\144\160\x72\145\163\x73\x2d\x75\x73\151\156\147\55\163\145\x63\x75\x72\145\141\165\x74\x68"), "\116\145\164\x49\121" => array("\156\145\164\x49\x51", "\163\x61\x6d\154\x2d\163\x69\156\x67\154\x65\55\163\151\x67\x6e\x2d\x6f\x6e\x2d\x73\x73\x6f\x2d\167\157\x72\x64\160\162\x65\x73\x73\x2d\165\163\x69\156\147\x2d\x6e\x65\x74\x49\121"), "\x46\157\x6e\x74\145\166\x61" => array("\146\x6f\x6e\x74\145\166\x61", "\x73\141\155\x6c\x2d\163\151\156\x67\x6c\x65\55\x73\x69\x67\156\x2d\157\156\x2d\163\x73\x6f\55\167\x6f\162\x64\160\162\x65\x73\x73\55\165\x73\151\x6e\147\55\x66\157\x6e\164\145\166\x61"), "\123\x55\122\x46\x63\157\156\x65\x78\x74" => array("\163\165\x72\x66\143\x6f\x6e\x65\170\164", "\163\165\x72\146\x63\x6f\x6e\x65\x78\x74\55\x73\x61\x6d\154\55\163\151\156\x67\154\145\x2d\163\x69\x67\156\x2d\x6f\156\55\163\x73\x6f\55\x69\x6e\x2d\167\157\x72\x64\160\162\145\163\x73"), "\x50\x68\x65\x6e\151\x78\111\x44" => array("\x70\150\145\x6e\x69\x78\151\144", "\160\x68\145\156\x69\170\151\x64\55\163\141\x6d\x6c\x2d\163\x69\156\x67\x6c\145\x2d\163\x69\x67\156\55\157\156\x2d\x73\x73\157\55\x6c\157\x67\x69\x6e\55\x77\157\x72\x64\x70\x72\x65\163\x73\163"), "\x41\165\164\150\x61\156\166\151\x6c" => array("\141\165\x74\x68\141\x6e\x76\x69\x6c", "\163\141\x6d\154\55\163\151\x6e\x67\154\x65\55\x73\151\147\156\x2d\x6f\156\55\x73\163\x6f\55\167\x6f\162\x64\160\162\x65\163\163\x2d\165\163\x69\156\x67\x2d\x61\x75\164\x68\141\x6e\166\151\154"), "\102\x69\x74\151\x75\x6d" => array("\x62\x69\164\x69\x75\x6d", "\x73\x61\155\154\x2d\x73\151\156\x67\x6c\x65\55\163\151\x67\156\x2d\157\x6e\55\x73\163\157\55\x77\x6f\162\x64\160\x72\x65\x73\x73\55\165\x73\151\x6e\x67\55\x62\151\164\x69\165\x6d"), "\x43\101\x20\111\144\145\156\164\151\164\x79" => array("\x63\141\55\x69\144\x65\156\x74\x69\164\171", "\163\141\x6d\154\x2d\x73\151\156\147\154\145\x2d\x73\151\x67\x6e\55\x6f\x6e\x2d\163\163\157\x2d\167\157\x72\144\160\162\x65\x73\x73\x2d\165\163\151\x6e\147\55\x63\x61\x2d\x69\x64\x65\x6e\x74\x69\x74\x79"), "\117\160\x65\156\x41\115" => array("\x6f\x70\145\156\x61\155", "\x73\x61\x6d\154\55\x73\151\156\147\154\145\55\x73\x69\147\x6e\55\157\156\55\163\x73\x6f\55\x77\x6f\162\144\160\x72\x65\163\x73\x2d\165\x73\x69\x6e\x67\55\157\160\145\156\141\x6d"), "\117\x72\x61\x63\x6c\x65" => array("\157\x72\x61\x63\154\145\55\x65\156\x74\x65\x72\160\x72\151\163\x65\55\155\x61\156\x61\x67\145\162", "\163\141\x6d\x6c\x2d\163\x69\156\x67\154\x65\55\163\151\x67\x6e\55\157\x6e\x2d\163\x73\157\55\x77\157\x72\x64\x70\162\x65\163\163\x2d\x75\x73\x69\156\x67\x2d\x6f\x72\x61\143\x6c\145\55\x65\x6e\164\145\x72\160\x72\x69\x73\145\55\x6d\141\156\x61\x67\x65\x72"), "\x50\151\x6e\147\x4f\156\x65" => array("\160\x69\156\147\x6f\x6e\145", "\163\141\x6d\154\x2d\163\x69\156\147\154\145\x2d\163\x69\147\x6e\x2d\157\156\x2d\x73\x73\157\x2d\167\157\x72\144\160\x72\x65\x73\163\x2d\165\x73\151\156\147\x2d\x70\151\156\147\157\156\145"), "\x52\123\101\40\x53\145\x63\x75\162\x65\x49\104" => array("\x72\163\141\55\x73\x65\x63\x75\x72\x65\151\144", "\163\x61\155\x6c\x2d\x73\x69\x6e\x67\x6c\145\55\x73\x69\147\156\x2d\157\156\x2d\x73\x73\x6f\55\x77\157\x72\x64\x70\162\145\x73\x73\55\x75\163\151\156\147\55\x72\163\141\x2d\163\x65\143\165\162\145\x69\144"), "\123\x69\x6d\x70\154\145\x53\101\115\114\160\x68\160" => array("\163\151\x6d\160\154\x65\163\x61\155\x6c", "\x73\141\x6d\x6c\55\163\151\x6e\x67\x6c\145\x2d\x73\151\147\156\55\x6f\156\x2d\x73\x73\x6f\x2d\167\x6f\162\144\x70\162\x65\x73\163\x2d\x75\x73\x69\x6e\x67\55\163\151\x6d\160\154\x65\163\x61\x6d\154"), "\x57\123\x4f\x32" => array("\x77\x73\157\62", "\163\141\x6d\x6c\55\163\x69\156\x67\154\x65\55\163\151\147\156\x2d\x6f\156\x2d\163\x73\x6f\x2d\x77\x6f\x72\x64\160\x72\145\x73\x73\x2d\x75\x73\151\156\147\55\x77\x73\x6f\62"), "\103\x75\x73\164\157\155\40\x49\104\120" => array("\x63\165\x73\x74\x6f\155\55\x69\x64\160", "\x73\141\155\x6c\x2d\163\x69\x6e\147\x6c\x65\x2d\x73\x69\x67\156\x2d\157\x6e\55\x73\163\x6f\x2d\x77\x6f\162\x64\x70\162\x65\x73\163\55\165\x73\x69\156\x67\55\x63\165\163\164\157\155\55\x69\x64\160"));
}
class mo_saml_options_plugin_idp_videos extends BasicEnum
{
    public static $IDP_VIDEOS = array("\141\172\x75\162\x65\x2d\x61\x64" => "\145\x48\145\x6e\64\141\151\x66\154\106\125", "\x61\172\x75\x72\x65\55\x62\x32\143" => "\x42\70\x7a\103\131\152\x68\126\63\x55\x55", "\141\x64\146\163" => "\162\114\x42\110\142\122\142\x72\131\65\105", "\157\153\164\x61" => "\131\x48\x45\70\x69\x59\157\x6a\125\161\x4d", "\x73\141\154\x65\163\x66\157\x72\x63\145" => "\114\122\x51\162\155\147\x72\62\x35\x35\x51", "\x67\157\157\147\154\x65\55\x61\160\x70\163" => "\65\102\167\172\105\x6a\147\132\x69\165\64", "\157\x6e\145\x6c\x6f\147\151\156" => "\137\110\163\x6f\164\137\x52\x47\x39\x59\131", "\x6d\x69\x6e\151\x6f\162\141\156\147\x65" => "\x65\141\x6d\x66\71\163\x36\112\160\142\x41", "\152\142\157\163\163\x2d\x6b\x65\171\143\154\x6f\x61\153" => "\111\x6f\66\x78\61\x66\x54\x4e\127\110\111", "\141\165\x74\x68\60" => "\x35\x34\160\172\66\155\x35\150\71\155\153", "\143\165\163\164\x6f\155\x2d\x69\144\160" => "\x67\x69\x6c\146\150\116\x46\x59\163\147\x63");
}

Function Calls

None

Variables

None

Stats

MD5 4839b79f44eca3401e1a9fab5ff9ce2d
Eval Count 0
Decode Time 97 ms