@Deprecated public abstract class Transform extends Object
Transform
class represents 'Transform' element in
'PasswordTransforms' element defined in Authentication Service schema.Constructor and Description |
---|
Transform()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getId()
Deprecated.
Returns value of 'id' attribute.
|
String |
getName()
Deprecated.
Returns value of 'name' attribute.
|
List |
getParameters()
Deprecated.
Returns a list of 'Parameter' child element.
|
void |
setId(String id)
Deprecated.
Sets value of 'id' attribute.
|
void |
setParameters(List parameters)
Deprecated.
Sets a list of 'Parameter' child element.
|
abstract String |
transform(String password)
Deprecated.
Transforms password.
|
public abstract String transform(String password)
password
- original passwordpublic String getName()
public String getId()
Transform.setId(String)
public List getParameters()
Transform.setParameters(List)
public void setId(String id)
id
- value of 'id' attributeTransform.getId()
public void setParameters(List parameters)
parameters
- a list of 'Parameter' child elementTransform.getParameters()
Copyright © 2010-2018, ForgeRock All Rights Reserved.