Class SimpleIntConfigParameter
- java.lang.Object
-
- org.owasp.csrfguard.config.properties.SimpleIntConfigParameter
-
- All Implemented Interfaces:
SimpleConfigParameter<Integer>
public class SimpleIntConfigParameter extends Object implements SimpleConfigParameter<Integer>
-
-
Constructor Summary
Constructors Constructor Description SimpleIntConfigParameter(String propertyName, int propertyValue)
-
-
-
Constructor Detail
-
SimpleIntConfigParameter
public SimpleIntConfigParameter(String propertyName, int propertyValue)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceSimpleConfigParameter<Integer>- Returns:
- the name of the configuration parameter
-
getDefaultValue
public Integer getDefaultValue()
- Specified by:
getDefaultValuein interfaceSimpleConfigParameter<Integer>- Returns:
- the default value associated to the configuration parameter
-
-