@Deprecated public class Parameter extends Object
Parameter
class represents 'Parameter' element in
'Transform' element in 'PasswordTransforms' element defined in
Authentication Service schema.Modifier and Type | Field and Description |
---|---|
static String |
NAME_ALLOWED
Deprecated.
Parameter name 'allowed'
|
static String |
NAME_LENGTH
Deprecated.
Parameter name 'length'
|
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 static final String NAME_LENGTH
public static final String NAME_ALLOWED
public String getName()
setName(String)
public String getValue()
setValue(String)
public void setName(String name)
name
- value of 'name' attributegetName()
public void setValue(String value)
value
- value of 'Parameter' elementgetValue()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.