Class SamlCustomProperty.Attribute

java.lang.Object
hudson.model.AbstractDescribableImpl<SamlCustomProperty.Attribute>
org.jenkinsci.plugins.saml.user.SamlCustomProperty.Attribute
All Implemented Interfaces:
Describable<SamlCustomProperty.Attribute>
Enclosing class:
SamlCustomProperty

public static class SamlCustomProperty.Attribute extends AbstractDescribableImpl<SamlCustomProperty.Attribute>
  • Constructor Details

    • Attribute

      public Attribute(String name, String displayName)
  • Method Details

    • getName

      public String getName()
    • getDisplayName

      public String getDisplayName()
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object