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

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

public class UppercaseTransform
extends Transform

The UppercaseTransform class represents a Transform that replaces all lowercase characters with uppercase characters.


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

コンストラクタの詳細

UppercaseTransform

public UppercaseTransform()
This is the default constructor.

メソッドの詳細

transform

public String transform(String password)
Transforms password.

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