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

java.lang.Object
  extended bycom.sun.identity.liberty.ws.authnsvc.protocol.PasswordTransforms

public class PasswordTransforms
extends java.lang.Object

The PasswordTransforms class represents 'PasswordTransforms' element defined in Authentication Service schema.


Constructor Summary
PasswordTransforms(java.util.List transforms)
          This is the default constructor.
 
Method Summary
 java.util.List getTransforms()
          Returns a list of child 'Transforms' Elements
 void setTransforms(java.util.List transforms)
          Sets a list of child 'Transforms' Elements.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordTransforms

public PasswordTransforms(java.util.List transforms)
This is the default constructor.

Method Detail

getTransforms

public java.util.List getTransforms()
Returns a list of child 'Transforms' Elements

Returns:
a list of child 'Transforms' Elements

setTransforms

public void setTransforms(java.util.List transforms)
Sets a list of child 'Transforms' Elements.

Parameters:
transforms - a list of child 'Transforms' Element


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