net.sf.jradius.packet.attribute
Class Attr_UnknownAttribute

java.lang.Object
  extended by net.sf.jradius.packet.attribute.RadiusAttribute
      extended by net.sf.jradius.packet.attribute.Attr_UnknownAttribute
All Implemented Interfaces:
java.io.Serializable, UnknownAttribute

public class Attr_UnknownAttribute
extends RadiusAttribute
implements UnknownAttribute

Author:
David Bird
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class net.sf.jradius.packet.attribute.RadiusAttribute
RadiusAttribute.Operator
 
Field Summary
static java.lang.String NAME
           
 
Fields inherited from class net.sf.jradius.packet.attribute.RadiusAttribute
attributeName, attributeOp, attributeType, attributeValue
 
Constructor Summary
Attr_UnknownAttribute(int type)
           
Attr_UnknownAttribute(int type, byte[] v)
           
Attr_UnknownAttribute(int type, OctetsValue v)
           
 
Method Summary
 int getAttributeType()
           
 void setAttributeName(java.lang.String attributeName)
           
 void setup()
           
 void setup(int type)
           
 
Methods inherited from class net.sf.jradius.packet.attribute.RadiusAttribute
getAttributeName, getAttributeOp, getFormattedType, getType, getValue, setAttributeOp, setAttributeOp, setup, setup, setValue, setValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values
Constructor Detail

Attr_UnknownAttribute

public Attr_UnknownAttribute(int type)

Attr_UnknownAttribute

public Attr_UnknownAttribute(int type,
                             OctetsValue v)

Attr_UnknownAttribute

public Attr_UnknownAttribute(int type,
                             byte[] v)
Method Detail

setup

public void setup()
Specified by:
setup in class RadiusAttribute

setup

public void setup(int type)

getAttributeType

public int getAttributeType()
Specified by:
getAttributeType in interface UnknownAttribute

setAttributeName

public void setAttributeName(java.lang.String attributeName)
Specified by:
setAttributeName in interface UnknownAttribute


Copyright © 2006 The JRadius Project, All Rights Reserved.