com.sun.identity.liberty.ws.authnsvc.protocol
Class GenericTransform

java.lang.Object
  extended by com.sun.identity.liberty.ws.authnsvc.protocol.Transform
      extended by com.sun.identity.liberty.ws.authnsvc.protocol.GenericTransform

public class GenericTransform
extends Transform

The GenericTransform class represents a generic Transform that doesn't transform.


Field Summary
 
Fields inherited from class com.sun.identity.liberty.ws.authnsvc.protocol.Transform
id, LOWERCASE_URI, name, parameters, SELECT_URI, TRUNCATION_URI, UPPERCASE_URI
 
Constructor Summary
GenericTransform(String name)
          Constructs GenericTransform with the value of 'name' attribute.
 
Method Summary
 String transform(String password)
          Transforms password.
 
Methods inherited from class com.sun.identity.liberty.ws.authnsvc.protocol.Transform
getId, getName, getParameters, setId, setParameters
 

Constructor Detail

GenericTransform

public GenericTransform(String name)
Constructs GenericTransform with the value of 'name' attribute.

Parameters:
name - value of 'name' attribute
Method Detail

transform

public String transform(String password)
Transforms password.

Specified by:
transform in class Transform
Parameters:
password - original password
Returns:
transformed password