org.openmdx.uses.net.sourceforge.jradiusclient.attributes
Class UserNameAttribute

java.lang.Object
  extended by org.openmdx.uses.net.sourceforge.jradiusclient.RadiusAttribute
      extended by org.openmdx.uses.net.sourceforge.jradiusclient.attributes.UserNameAttribute

public class UserNameAttribute
extends RadiusAttribute

Released under the LGPL

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

Constructor Summary
UserNameAttribute(String username)
          Constructs a new UserNameAttribute for use in RadiusPackets
 
Method Summary
 String getUserName()
          gets the username stored in this object
 
Methods inherited from class org.openmdx.uses.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

UserNameAttribute

public UserNameAttribute(String username)
                  throws InvalidParameterException
Constructs a new UserNameAttribute for use in RadiusPackets

Parameters:
username - java.lang.String
Throws:
InvalidParameterException
Method Detail

getUserName

public String getUserName()
gets the username stored in this object

Returns:
java.lang.String the user name stored in this attribute


This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.