net.sourceforge.jradiusclient.attributes
Class ServiceTypeAttribute

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

public class ServiceTypeAttribute
extends RadiusAttribute

Released under the LGPL

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

Constructor Summary
ServiceTypeAttribute(byte[] serviceType)
          Constructs a new Attribute
 
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

ServiceTypeAttribute

public ServiceTypeAttribute(byte[] serviceType)
                     throws InvalidParameterException
Constructs a new Attribute

Parameters:
serviceType -
Throws:
InvalidParameterException