net.sourceforge.jradiusclient.attributes
Class UserPasswordAttribute

java.lang.Object
  |
  +--net.sourceforge.jradiusclient.RadiusAttribute
        |
        +--net.sourceforge.jradiusclient.attributes.UserPasswordAttribute

public class UserPasswordAttribute
extends RadiusAttribute

Released under the LGPL

Version:
$Revision: 1.4 $
Author:
Robert J. Loihl

Constructor Summary
UserPasswordAttribute(byte[] plaintext)
          Constructs a new UserPasswordAttribute for use in RadiusPackets
UserPasswordAttribute(java.lang.String plaintext)
          Constructs a new UserPasswordAttribute for use in RadiusPackets
 
Methods inherited from class net.sourceforge.jradiusclient.RadiusAttribute
getBytes, getType, getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserPasswordAttribute

public UserPasswordAttribute(java.lang.String plaintext)
                      throws InvalidParameterException
Constructs a new UserPasswordAttribute for use in RadiusPackets

Parameters:
plaintext -
Throws:
InvalidParameterException

UserPasswordAttribute

public UserPasswordAttribute(byte[] plaintext)
                      throws InvalidParameterException
Constructs a new UserPasswordAttribute for use in RadiusPackets

Parameters:
plaintext -
Throws:
InvalidParameterException