Class PersistentProviderRegistrations.Property
java.lang.Object
org.apache.catalina.authenticator.jaspic.PersistentProviderRegistrations.Property
- Enclosing class:
PersistentProviderRegistrations
Represents a name-value property within a JASPIC provider registration.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Property
public Property()Constructs a new Property instance.
-
-
Method Details
-
getName
Returns the name of the property.- Returns:
- the name
-
setName
Sets the name of the property.- Parameters:
name- the name
-
getValue
Returns the value of the property.- Returns:
- the value
-
setValue
Sets the value of the property.- Parameters:
value- the value
-