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.
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