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

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

public class TruncationTransform
extends Transform

The TruncationTransform class represents a Transform that remove all subsequent characters after a given number of characters have been obtained.


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

コンストラクタの詳細

TruncationTransform

public TruncationTransform()
This is the default constructor.


TruncationTransform

public TruncationTransform(int length)
Constructs TruncationTransform object with length.

パラメータ:
length - all subsequent characters after the length will be removed
メソッドの詳細

transform

public String transform(String password)
Transforms password.

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