@Deprecated public class TruncationTransform extends Transform
TruncationTransform
class represents a
Transform
that remove all subsequent characters after a given
number of characters have been obtained.Constructor and Description |
---|
TruncationTransform()
Deprecated.
This is the default constructor.
|
TruncationTransform(int length)
Deprecated.
Constructs
TruncationTransform object with length. |
Modifier and Type | Method and Description |
---|---|
String |
transform(String password)
Deprecated.
Transforms password.
|
getId, getName, getParameters, setId, setParameters
public TruncationTransform()
public TruncationTransform(int length)
TruncationTransform
object with length.length
- all subsequent characters after the length will be
removedCopyright © 2010-2018, ForgeRock All Rights Reserved.