Package org.miniorange.saml
Class MoPluginConfigView
java.lang.Object
hudson.model.ManagementLink
org.miniorange.saml.MoPluginConfigView
- All Implemented Interfaces:
ExtensionPoint
,Action
,ModelObject
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.ManagementLink
ManagementLink.Category
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Fields inherited from class hudson.model.ManagementLink
LIST
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doDownload
(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) void
doSaveConfiguration
(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) void
doUploadSamlConfigJson
(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) getRealm()
Methods inherited from class hudson.model.ManagementLink
all, getCategory, getRequiredPermission, getRequiresConfirmation, getRequiresPOST
-
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
- Overrides:
getCategoryName
in classManagementLink
-
getRealm
-
getIconFileName
- Specified by:
getIconFileName
in interfaceAction
- Specified by:
getIconFileName
in classManagementLink
-
getDisplayName
-
getUrlName
- Specified by:
getUrlName
in interfaceAction
- Specified by:
getUrlName
in classManagementLink
-
getDescription
- Overrides:
getDescription
in classManagementLink
-
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
-