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

java.lang.Object
  |
  +--com.sun.identity.liberty.ws.authnsvc.protocol.Transform
        |
        +--com.sun.identity.liberty.ws.authnsvc.protocol.SelectTransform

public class SelectTransform
extends Transform

The SelectTransform class represents a Transform that removes all characters except those specified in the "allowed" parameter.


Fields inherited from class com.sun.identity.liberty.ws.authnsvc.protocol.Transform
LOWERCASE_URI, SELECT_URI, TRUNCATION_URI, UPPERCASE_URI
 
Constructor Summary
SelectTransform()
          This is the default constructor.
SelectTransform(java.lang.String allowed)
          This constructor takes allowed characters.
 
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

SelectTransform

public SelectTransform()
This is the default constructor.

SelectTransform

public SelectTransform(java.lang.String allowed)
This constructor takes allowed characters.
Parameters:
allowed - all characters except specified in 'allowed' will be removed
Method Detail

transform

public java.lang.String transform(java.lang.String password)
Transforms password.
Overrides:
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.