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

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

public class SelectTransform
extends Transform

The SelectTransform class represents a Transform that removes all characters except those specified in the "allowed" parameter.


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

コンストラクタの詳細

SelectTransform

public SelectTransform()
This is the default constructor.


SelectTransform

public SelectTransform(String allowed)
Constructs SelectTransform with allowed characters.

パラメータ:
allowed - all characters except specified in 'allowed' will be removed
メソッドの詳細

transform

public String transform(String password)
Transforms password.

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