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

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

public class Parameter
extends java.lang.Object

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


Field Summary
static java.lang.String NAME_ALLOWED
          Parameter name 'allowed'
static java.lang.String NAME_LENGTH
          Parameter name 'length'
 
Constructor Summary
Parameter(java.lang.String name, java.lang.String value)
          This constructor takes the value of 'name' attribute and value of 'Transform' element.
 
Method Summary
 java.lang.String getName()
          Returns value of 'name' attribute.
 java.lang.String getValue()
          Returns value of 'Parameter' element.
 void setName(java.lang.String name)
          Sets value of 'name' attribute.
 void setValue(java.lang.String value)
          Sets value of 'Parameter' element.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME_LENGTH

public static final java.lang.String NAME_LENGTH
Parameter name 'length'

See Also:
Constant Field Values

NAME_ALLOWED

public static final java.lang.String NAME_ALLOWED
Parameter name 'allowed'

See Also:
Constant Field Values
Constructor Detail

Parameter

public Parameter(java.lang.String name,
                 java.lang.String value)
This constructor takes the value of 'name' attribute and value of 'Transform' element.

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

getName

public java.lang.String getName()
Returns value of 'name' attribute.

Returns:
value of 'name' attribute

getValue

public java.lang.String getValue()
Returns value of 'Parameter' element.

Returns:
value of 'Parameter' element

setName

public void setName(java.lang.String name)
Sets value of 'name' attribute.

Parameters:
name - value of 'name' attribute

setValue

public void setValue(java.lang.String value)
Sets value of 'Parameter' element.

Parameters:
value - value of 'Parameter' element


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