Class MoPluginConfigView

java.lang.Object
hudson.model.ManagementLink
org.miniorange.saml.MoPluginConfigView
All Implemented Interfaces:
ExtensionPoint, Action, ModelObject

@Extension public class MoPluginConfigView extends ManagementLink
  • Constructor Details

    • MoPluginConfigView

      public MoPluginConfigView()
  • Method Details

    • doSaveConfiguration

      @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public void doSaveConfiguration(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) throws Exception
      Throws:
      Exception
    • getCategoryName

      @NonNull public String getCategoryName()
      Overrides:
      getCategoryName in class ManagementLink
    • getRealm

      @CheckForNull public SecurityRealm getRealm()
    • getIconFileName

      @NonNull public String getIconFileName()
      Specified by:
      getIconFileName in interface Action
      Specified by:
      getIconFileName in class ManagementLink
    • getDisplayName

      @NonNull public String getDisplayName()
    • getUrlName

      @NonNull public String getUrlName()
      Specified by:
      getUrlName in interface Action
      Specified by:
      getUrlName in class ManagementLink
    • getDescription

      public String getDescription()
      Overrides:
      getDescription in class ManagementLink
    • getGroupsConfiguration

      public MoGroupConfiguration getGroupsConfiguration()
    • doDownload

      public void doDownload(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException
      Throws:
      IOException
    • doUploadSamlConfigJson

      public void doUploadSamlConfigJson(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException, javax.servlet.ServletException
      Throws:
      IOException
      javax.servlet.ServletException