@Deprecated public abstract class Transform extends Object
Transform
class represents 'Transform' element in
'PasswordTransforms' element defined in Authentication Service schema.Modifier and Type | Field and Description |
---|---|
protected String |
id
Deprecated.
|
static String |
LOWERCASE_URI
Deprecated.
Lowercase Transform name.
|
protected String |
name
Deprecated.
|
protected List |
parameters
Deprecated.
|
static String |
SELECT_URI
Deprecated.
Select Transform name.
|
static String |
TRUNCATION_URI
Deprecated.
Truncation Transform name.
|
static String |
UPPERCASE_URI
Deprecated.
Uppercase Transform name.
|
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 static final String TRUNCATION_URI
public static final String LOWERCASE_URI
public static final String UPPERCASE_URI
public static final String SELECT_URI
protected String name
protected String id
protected List parameters
public abstract String transform(String password)
password
- original passwordpublic String getName()
public String getId()
setId(String)
public List getParameters()
setParameters(List)
public void setId(String id)
id
- value of 'id' attributegetId()
public void setParameters(List parameters)
parameters
- a list of 'Parameter' child elementgetParameters()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.