@Deprecated public class Parameter extends Object
Parameter
class represents 'Parameter' element in
'Transform' element in 'PasswordTransforms' element defined in
Authentication Service schema.Constructor and Description |
---|
Parameter(String name,
String value)
Deprecated.
Constructor takes the value of 'name' attribute and value
of 'Transform' element.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Deprecated.
Returns value of 'name' attribute.
|
String |
getValue()
Deprecated.
Returns value of 'Parameter' element.
|
void |
setName(String name)
Deprecated.
Sets value of 'name' attribute.
|
void |
setValue(String value)
Deprecated.
Sets value of 'Parameter' element.
|
public String getName()
Parameter.setName(String)
public String getValue()
Parameter.setValue(String)
public void setName(String name)
name
- value of 'name' attributeParameter.getName()
public void setValue(String value)
value
- value of 'Parameter' elementParameter.getValue()
Copyright © 2010-2018, ForgeRock All Rights Reserved.