Class OmpassUserProperty

java.lang.Object
hudson.model.UserProperty
io.jenkins.plugins.ompass.OmpassUserProperty
All Implemented Interfaces:
ExtensionPoint, Describable<UserProperty>, ReconfigurableDescribable<UserProperty>

public class OmpassUserProperty extends 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.
  • Constructor Details

    • OmpassUserProperty

      @DataBoundConstructor public OmpassUserProperty()
  • Method Details

    • isOmpassRegistered

      public boolean isOmpassRegistered()
    • setOmpassRegistered

      public void setOmpassRegistered(boolean ompassRegistered)
    • getOwner

      public User getOwner()
      Returns the user that owns this property.