From fbce514b494e88851cc239c69c5b7d55733faaf6 Mon Sep 17 00:00:00 2001 From: Jesse Glick Date: Mon, 11 Aug 2014 16:51:29 -0400 Subject: [PATCH] Moving some more help files to their natural homes. --- .../main/java/hudson/security/AuthorizationStrategy.java | 6 ------ .../FullControlOnceLoggedInAuthorizationStrategy.java | 5 ----- .../java/hudson/security/LegacyAuthorizationStrategy.java | 4 ---- core/src/main/java/hudson/security/LegacySecurityRealm.java | 4 ---- .../security/AuthorizationStrategy/Unsecured/help.html | 0 .../security/AuthorizationStrategy/Unsecured/help_de.html | 0 .../security/AuthorizationStrategy/Unsecured/help_fr.html | 0 .../security/AuthorizationStrategy/Unsecured/help_ja.html | 0 .../AuthorizationStrategy/Unsecured/help_pt_BR.html | 0 .../security/AuthorizationStrategy/Unsecured/help_ru.html | 0 .../security/AuthorizationStrategy/Unsecured/help_tr.html | 0 .../AuthorizationStrategy/Unsecured/help_zh_CN.html | 0 .../AuthorizationStrategy/Unsecured/help_zh_TW.html | 0 .../FullControlOnceLoggedInAuthorizationStrategy/help.html | 0 .../help_de.html | 0 .../help_fr.html | 0 .../help_ja.html | 0 .../help_pt_BR.html | 0 .../help_ru.html | 0 .../help_tr.html | 0 .../help_zh_CN.html | 0 .../help_zh_TW.html | 0 .../hudson/security/LegacyAuthorizationStrategy/help.html | 0 .../security/LegacyAuthorizationStrategy/help_de.html | 0 .../security/LegacyAuthorizationStrategy/help_fr.html | 0 .../security/LegacyAuthorizationStrategy/help_ja.html | 0 .../security/LegacyAuthorizationStrategy/help_pt_BR.html | 0 .../security/LegacyAuthorizationStrategy/help_ru.html | 0 .../security/LegacyAuthorizationStrategy/help_tr.html | 0 .../security/LegacyAuthorizationStrategy/help_zh_CN.html | 0 .../security/LegacyAuthorizationStrategy/help_zh_TW.html | 0 .../resources/hudson/security/LegacySecurityRealm/help.html | 0 .../hudson/security/LegacySecurityRealm/help_de.html | 0 .../hudson/security/LegacySecurityRealm/help_fr.html | 0 .../hudson/security/LegacySecurityRealm/help_ja.html | 0 .../hudson/security/LegacySecurityRealm/help_pt_BR.html | 0 .../hudson/security/LegacySecurityRealm/help_ru.html | 0 .../hudson/security/LegacySecurityRealm/help_tr.html | 0 .../hudson/security/LegacySecurityRealm/help_zh_CN.html | 0 .../hudson/security/LegacySecurityRealm/help_zh_TW.html | 0 40 files changed, 19 deletions(-) rename war/src/main/webapp/help/security/no-authorization.html => core/src/main/resources/hudson/security/AuthorizationStrategy/Unsecured/help.html (100%) rename war/src/main/webapp/help/security/no-authorization_de.html => core/src/main/resources/hudson/security/AuthorizationStrategy/Unsecured/help_de.html (100%) rename war/src/main/webapp/help/security/no-authorization_fr.html => core/src/main/resources/hudson/security/AuthorizationStrategy/Unsecured/help_fr.html (100%) rename war/src/main/webapp/help/security/no-authorization_ja.html => core/src/main/resources/hudson/security/AuthorizationStrategy/Unsecured/help_ja.html (100%) rename war/src/main/webapp/help/security/no-authorization_pt_BR.html => core/src/main/resources/hudson/security/AuthorizationStrategy/Unsecured/help_pt_BR.html (100%) rename war/src/main/webapp/help/security/no-authorization_ru.html => core/src/main/resources/hudson/security/AuthorizationStrategy/Unsecured/help_ru.html (100%) rename war/src/main/webapp/help/security/no-authorization_tr.html => core/src/main/resources/hudson/security/AuthorizationStrategy/Unsecured/help_tr.html (100%) rename war/src/main/webapp/help/security/no-authorization_zh_CN.html => core/src/main/resources/hudson/security/AuthorizationStrategy/Unsecured/help_zh_CN.html (100%) rename war/src/main/webapp/help/security/no-authorization_zh_TW.html => core/src/main/resources/hudson/security/AuthorizationStrategy/Unsecured/help_zh_TW.html (100%) rename war/src/main/webapp/help/security/full-control-once-logged-in.html => core/src/main/resources/hudson/security/FullControlOnceLoggedInAuthorizationStrategy/help.html (100%) rename war/src/main/webapp/help/security/full-control-once-logged-in_de.html => core/src/main/resources/hudson/security/FullControlOnceLoggedInAuthorizationStrategy/help_de.html (100%) rename war/src/main/webapp/help/security/full-control-once-logged-in_fr.html => core/src/main/resources/hudson/security/FullControlOnceLoggedInAuthorizationStrategy/help_fr.html (100%) rename war/src/main/webapp/help/security/full-control-once-logged-in_ja.html => core/src/main/resources/hudson/security/FullControlOnceLoggedInAuthorizationStrategy/help_ja.html (100%) rename war/src/main/webapp/help/security/full-control-once-logged-in_pt_BR.html => core/src/main/resources/hudson/security/FullControlOnceLoggedInAuthorizationStrategy/help_pt_BR.html (100%) rename war/src/main/webapp/help/security/full-control-once-logged-in_ru.html => core/src/main/resources/hudson/security/FullControlOnceLoggedInAuthorizationStrategy/help_ru.html (100%) rename war/src/main/webapp/help/security/full-control-once-logged-in_tr.html => core/src/main/resources/hudson/security/FullControlOnceLoggedInAuthorizationStrategy/help_tr.html (100%) rename war/src/main/webapp/help/security/full-control-once-logged-in_zh_CN.html => core/src/main/resources/hudson/security/FullControlOnceLoggedInAuthorizationStrategy/help_zh_CN.html (100%) rename war/src/main/webapp/help/security/full-control-once-logged-in_zh_TW.html => core/src/main/resources/hudson/security/FullControlOnceLoggedInAuthorizationStrategy/help_zh_TW.html (100%) rename war/src/main/webapp/help/security/legacy-auth-strategy.html => core/src/main/resources/hudson/security/LegacyAuthorizationStrategy/help.html (100%) rename war/src/main/webapp/help/security/legacy-auth-strategy_de.html => core/src/main/resources/hudson/security/LegacyAuthorizationStrategy/help_de.html (100%) rename war/src/main/webapp/help/security/legacy-auth-strategy_fr.html => core/src/main/resources/hudson/security/LegacyAuthorizationStrategy/help_fr.html (100%) rename war/src/main/webapp/help/security/legacy-auth-strategy_ja.html => core/src/main/resources/hudson/security/LegacyAuthorizationStrategy/help_ja.html (100%) rename war/src/main/webapp/help/security/legacy-auth-strategy_pt_BR.html => core/src/main/resources/hudson/security/LegacyAuthorizationStrategy/help_pt_BR.html (100%) rename war/src/main/webapp/help/security/legacy-auth-strategy_ru.html => core/src/main/resources/hudson/security/LegacyAuthorizationStrategy/help_ru.html (100%) rename war/src/main/webapp/help/security/legacy-auth-strategy_tr.html => core/src/main/resources/hudson/security/LegacyAuthorizationStrategy/help_tr.html (100%) rename war/src/main/webapp/help/security/legacy-auth-strategy_zh_CN.html => core/src/main/resources/hudson/security/LegacyAuthorizationStrategy/help_zh_CN.html (100%) rename war/src/main/webapp/help/security/legacy-auth-strategy_zh_TW.html => core/src/main/resources/hudson/security/LegacyAuthorizationStrategy/help_zh_TW.html (100%) rename war/src/main/webapp/help/security/container-realm.html => core/src/main/resources/hudson/security/LegacySecurityRealm/help.html (100%) rename war/src/main/webapp/help/security/container-realm_de.html => core/src/main/resources/hudson/security/LegacySecurityRealm/help_de.html (100%) rename war/src/main/webapp/help/security/container-realm_fr.html => core/src/main/resources/hudson/security/LegacySecurityRealm/help_fr.html (100%) rename war/src/main/webapp/help/security/container-realm_ja.html => core/src/main/resources/hudson/security/LegacySecurityRealm/help_ja.html (100%) rename war/src/main/webapp/help/security/container-realm_pt_BR.html => core/src/main/resources/hudson/security/LegacySecurityRealm/help_pt_BR.html (100%) rename war/src/main/webapp/help/security/container-realm_ru.html => core/src/main/resources/hudson/security/LegacySecurityRealm/help_ru.html (100%) rename war/src/main/webapp/help/security/container-realm_tr.html => core/src/main/resources/hudson/security/LegacySecurityRealm/help_tr.html (100%) rename war/src/main/webapp/help/security/container-realm_zh_CN.html => core/src/main/resources/hudson/security/LegacySecurityRealm/help_zh_CN.html (100%) rename war/src/main/webapp/help/security/container-realm_zh_TW.html => core/src/main/resources/hudson/security/LegacySecurityRealm/help_zh_TW.html (100%) diff --git a/core/src/main/java/hudson/security/AuthorizationStrategy.java b/core/src/main/java/hudson/security/AuthorizationStrategy.java index da7d7348fd..22d21d72fc 100644 --- a/core/src/main/java/hudson/security/AuthorizationStrategy.java +++ b/core/src/main/java/hudson/security/AuthorizationStrategy.java @@ -39,7 +39,6 @@ import jenkins.model.Jenkins; import net.sf.json.JSONObject; import org.acegisecurity.Authentication; -import org.acegisecurity.acls.sid.Sid; import org.kohsuke.stapler.StaplerRequest; /** @@ -242,11 +241,6 @@ public abstract class AuthorizationStrategy extends AbstractDescribableImpl