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

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

public class GenericTransform
extends Transform

The GenericTransform class represents a generic Transform that doesn't transform.


フィールドの概要
 
クラス com.sun.identity.liberty.ws.authnsvc.protocol.Transform から継承されたフィールド
id, LOWERCASE_URI, name, parameters, SELECT_URI, TRUNCATION_URI, UPPERCASE_URI
 
コンストラクタの概要
GenericTransform(String name)
          Constructs GenericTransform with the value of 'name' attribute.
 
メソッドの概要
 String transform(String password)
          Transforms password.
 
クラス com.sun.identity.liberty.ws.authnsvc.protocol.Transform から継承されたメソッド
getId, getName, getParameters, setId, setParameters
 

コンストラクタの詳細

GenericTransform

public GenericTransform(String name)
Constructs GenericTransform with the value of 'name' attribute.

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

transform

public String transform(String password)
Transforms password.

定義:
クラス Transform 内の transform
パラメータ:
password - original password
戻り値:
transformed password