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

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

public class PasswordTransforms
extends Object

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


コンストラクタの概要
PasswordTransforms(List transforms)
          This is the default constructor.
 
メソッドの概要
 List getTransforms()
          Returns a list of child 'Transforms' Elements
 void setTransforms(List transforms)
          Sets a list of child 'Transforms' Elements.
 

コンストラクタの詳細

PasswordTransforms

public PasswordTransforms(List transforms)
This is the default constructor.

メソッドの詳細

getTransforms

public List getTransforms()
Returns a list of child 'Transforms' Elements

戻り値:
a list of child 'Transforms' Elements
関連項目:
PasswordTransforms.setTransforms(List)

setTransforms

public void setTransforms(List transforms)
Sets a list of child 'Transforms' Elements.

パラメータ:
transforms - a list of child 'Transforms' Element
関連項目:
PasswordTransforms.getTransforms()