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

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

public class LowercaseTransform
extends Transform

The LowercaseTransform class represents a Transform that replaces all upprtcase characters with lowercase characters.


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
LowercaseTransform()
          This is the default constructor.
 
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

LowercaseTransform

public LowercaseTransform()
This is the default constructor.

Method Detail

transform

public String transform(String password)
Transforms password.

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