|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.identity.liberty.ws.authnsvc.protocol.Transform
public abstract class Transform
The Transform class represents 'Transform' element in
'PasswordTransforms' element defined in Authentication Service schema.
| Field Summary | |
|---|---|
protected String |
id
|
static String |
LOWERCASE_URI
Lowercase Transform name. |
protected String |
name
|
protected List |
parameters
|
static String |
SELECT_URI
Select Transform name. |
static String |
TRUNCATION_URI
Truncation Transform name. |
static String |
UPPERCASE_URI
Uppercase Transform name. |
| Constructor Summary | |
|---|---|
Transform()
|
|
| Method Summary | |
|---|---|
String |
getId()
Returns value of 'id' attribute. |
String |
getName()
Returns value of 'name' attribute. |
List |
getParameters()
Returns a list of 'Parameter' child element. |
void |
setId(String id)
Sets value of 'id' attribute. |
void |
setParameters(List parameters)
Sets a list of 'Parameter' child element. |
abstract String |
transform(String password)
Transforms password. |
| Field Detail |
|---|
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
| Constructor Detail |
|---|
public Transform()
| Method Detail |
|---|
public abstract String transform(String password)
password - original password
public 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()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||