Class MoUserConfig
java.lang.Object
hudson.model.UserProperty
io.jenkins.plugins.twofactor.jenkins.MoUserConfig
- All Implemented Interfaces:
ExtensionPoint
,Action
,Describable<UserProperty>
,ModelObject
,ReconfigurableDescribable<UserProperty>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Fields inherited from class hudson.model.UserProperty
user
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class hudson.model.UserProperty
all, reconfigure, setUser
-
Constructor Details
-
MoUserConfig
public MoUserConfig()
-
-
Method Details
-
getIconFileName
- Specified by:
getIconFileName
in interfaceAction
-
getDisplayName
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrlName
- Specified by:
getUrlName
in interfaceAction
-
isSecurityQuestionConfigurationIsEnabled
public boolean isSecurityQuestionConfigurationIsEnabled() -
getContextPath
-
showSecurityQuestionForConfiguration
public boolean showSecurityQuestionForConfiguration() -
isOtpOverEmailIsEnabled
public boolean isOtpOverEmailIsEnabled() -
showOtpOverEmailForConfiguration
public boolean showOtpOverEmailForConfiguration() -
isUserAuthenticatedFromTfa
public boolean isUserAuthenticatedFromTfa() -
getUserId
-
getBaseUrl
-
getDescriptor
- Specified by:
getDescriptor
in interfaceDescribable<UserProperty>
- Overrides:
getDescriptor
in classUserProperty
-