Class PersistentProviderRegistrations.Property

java.lang.Object
org.apache.catalina.authenticator.jaspic.PersistentProviderRegistrations.Property
Enclosing class:
PersistentProviderRegistrations

public static class PersistentProviderRegistrations.Property extends Object
Represents a name-value property within a JASPIC provider registration.
  • Constructor Details

    • Property

      public Property()
      Constructs a new Property instance.
  • Method Details

    • getName

      public String getName()
      Returns the name of the property.
      Returns:
      the name
    • setName

      public void setName(String name)
      Sets the name of the property.
      Parameters:
      name - the name
    • getValue

      public String getValue()
      Returns the value of the property.
      Returns:
      the value
    • setValue

      public void setValue(String value)
      Sets the value of the property.
      Parameters:
      value - the value