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

java.lang.Object
  extended bycom.sun.identity.liberty.ws.authnsvc.protocol.Transform
      extended bycom.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
LOWERCASE_URI, SELECT_URI, TRUNCATION_URI, UPPERCASE_URI
 
Constructor Summary
GenericTransform(java.lang.String name)
          This constructor takes the value of 'name' attribute.
 
Method Summary
 java.lang.String transform(java.lang.String password)
          Transforms password.
 
Methods inherited from class com.sun.identity.liberty.ws.authnsvc.protocol.Transform
getId, getName, getParameters, setId, setParameters
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericTransform

public GenericTransform(java.lang.String name)
This constructor takes the value of 'name' attribute.

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

transform

public java.lang.String transform(java.lang.String password)
Transforms password.

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


Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.