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

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

public class LowercaseTransform
extends Transform

The LowercaseTransform class represents a Transform that replaces all upprtcase characters with lowercase characters.


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

コンストラクタの詳細

LowercaseTransform

public LowercaseTransform()
This is the default constructor.

メソッドの詳細

transform

public String transform(String password)
Transforms password.

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