@Deprecated public class SelectTransform extends Transform
SelectTransform
class represents a Transform
that removes all characters except those specified in the "allowed"
parameter.Constructor and Description |
---|
SelectTransform()
Deprecated.
This is the default constructor.
|
SelectTransform(String allowed)
Deprecated.
Constructs
SelectTransform with allowed characters. |
Modifier and Type | Method and Description |
---|---|
String |
transform(String password)
Deprecated.
Transforms password.
|
getId, getName, getParameters, setId, setParameters
public SelectTransform()
public SelectTransform(String allowed)
SelectTransform
with allowed characters.allowed
- all characters except specified in 'allowed' will be
removedCopyright © 2010-2018, ForgeRock All Rights Reserved.