Package io.jenkins.plugins.ompass
Class OmpassUserProperty
java.lang.Object
hudson.model.UserProperty
io.jenkins.plugins.ompass.OmpassUserProperty
- All Implemented Interfaces:
ExtensionPoint,Describable<UserProperty>,ReconfigurableDescribable<UserProperty>
User property that tracks whether a Jenkins user is registered with the OMPASS 2FA system.
This property is stored per user and persisted as part of the user configuration.
-
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
Modifier and TypeMethodDescriptiongetOwner()Returns the user that owns this property.booleanvoidsetOmpassRegistered(boolean ompassRegistered) Methods inherited from class hudson.model.UserProperty
all, allByCategoryClass, getDescriptor, reconfigure, reconfigure, setUser
-
Constructor Details
-
OmpassUserProperty
@DataBoundConstructor public OmpassUserProperty()
-
-
Method Details
-
isOmpassRegistered
public boolean isOmpassRegistered() -
setOmpassRegistered
public void setOmpassRegistered(boolean ompassRegistered) -
getOwner
Returns the user that owns this property.
-