com.sun.identity.liberty.ws.authnsvc.protocol
クラス Parameter

java.lang.Object
  上位を拡張 com.sun.identity.liberty.ws.authnsvc.protocol.Parameter

public class Parameter
extends Object

The Parameter class represents 'Parameter' element in 'Transform' element in 'PasswordTransforms' element defined in Authentication Service schema.


フィールドの概要
static String NAME_ALLOWED
          Parameter name 'allowed'
static String NAME_LENGTH
          Parameter name 'length'
 
コンストラクタの概要
Parameter(String name, String value)
          Constructor takes the value of 'name' attribute and value of 'Transform' element.
 
メソッドの概要
 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.
 

フィールドの詳細

NAME_LENGTH

public static final String NAME_LENGTH
Parameter name 'length'

関連項目:
定数フィールド値

NAME_ALLOWED

public static final String NAME_ALLOWED
Parameter name 'allowed'

関連項目:
定数フィールド値
コンストラクタの詳細

Parameter

public Parameter(String name,
                 String value)
Constructor takes the value of 'name' attribute and value of 'Transform' element.

パラメータ:
name - value of 'name' attribute
value - value of 'Transform' element
メソッドの詳細

getName

public String getName()
Returns value of 'name' attribute.

戻り値:
value of 'name' attribute
関連項目:
Parameter.setName(String)

getValue

public String getValue()
Returns value of 'Parameter' element.

戻り値:
value of 'Parameter' element
関連項目:
Parameter.setValue(String)

setName

public void setName(String name)
Sets value of 'name' attribute.

パラメータ:
name - value of 'name' attribute
関連項目:
Parameter.getName()

setValue

public void setValue(String value)
Sets value of 'Parameter' element.

パラメータ:
value - value of 'Parameter' element
関連項目:
Parameter.getValue()