|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.identity.liberty.ws.authnsvc.protocol.Parameter
public class Parameter
The Parameter class represents 'Parameter' element in
'Transform' element in 'PasswordTransforms' element defined in
Authentication Service schema.
| Field Summary | |
|---|---|
static String |
NAME_ALLOWED
Parameter name 'allowed' |
static String |
NAME_LENGTH
Parameter name 'length' |
| Constructor Summary | |
|---|---|
Parameter(String name,
String value)
Constructor takes the value of 'name' attribute and value of 'Transform' element. |
|
| Method Summary | |
|---|---|
String |
getName()
Returns value of 'name' attribute. |
String |
getValue()
Returns value of 'Parameter' element. |
void |
setName(String name)
Sets value of 'name' attribute. |
void |
setValue(String value)
Sets value of 'Parameter' element. |
| Field Detail |
|---|
public static final String NAME_LENGTH
public static final String NAME_ALLOWED
| Constructor Detail |
|---|
public Parameter(String name,
String value)
name - value of 'name' attributevalue - value of 'Transform' element| Method Detail |
|---|
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()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||