Class MoGlobalConfigView
java.lang.Object
hudson.model.ManagementLink
io.jenkins.plugins.twofactor.jenkins.MoGlobalConfigView
- All Implemented Interfaces:
ExtensionPoint,Action,Describable<MoGlobalConfigView>,ModelObject
@Extension
public class MoGlobalConfigView
extends ManagementLink
implements Describable<MoGlobalConfigView>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class hudson.model.ManagementLink
ManagementLink.CategoryNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields inherited from class hudson.model.ManagementLink
LIST -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoConfirmationFormSubmit(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) voiddoInstallPlugin(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) voiddoSaveGlobalTfaSettings(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) booleanbooleanbooleanbooleanisAdmin()Methods inherited from class hudson.model.ManagementLink
all, getCategory, getRequiredPermission, getRequiresConfirmation, getRequiresPOST
-
Constructor Details
-
MoGlobalConfigView
public MoGlobalConfigView()
-
-
Method Details
-
getIconFileName
- Specified by:
getIconFileNamein interfaceAction- Specified by:
getIconFileNamein classManagementLink
-
getDisplayName
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getUrlName
- Specified by:
getUrlNamein interfaceAction- Specified by:
getUrlNamein classManagementLink
-
getDescription
- Overrides:
getDescriptionin classManagementLink
-
getEnableTfa
public boolean getEnableTfa() -
getEnableSecurityQuestion
public boolean getEnableSecurityQuestion() -
getEnableOtpOverEmail
public boolean getEnableOtpOverEmail() -
getSenderEmailAddress
-
getAdvancedSettings
-
getUserManagement
-
getIpRestrictions
-
doConfirmationFormSubmit
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public void doConfirmationFormSubmit(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) -
doInstallPlugin
public void doInstallPlugin(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) -
doSaveGlobalTfaSettings
public void doSaveGlobalTfaSettings(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException, javax.servlet.ServletException, Descriptor.FormException - Throws:
IOExceptionjavax.servlet.ServletExceptionDescriptor.FormException
-
getCategoryName
- Overrides:
getCategoryNamein classManagementLink
-
getBaseUrl
-
isAdmin
public boolean isAdmin() -
getDescriptor
- Specified by:
getDescriptorin interfaceDescribable<MoGlobalConfigView>
-
getGlobalConfig
-