net.jradius.packet.attribute
Class Attr_UnknownVSAttribute
java.lang.Object
net.jradius.packet.attribute.RadiusAttribute
net.jradius.packet.attribute.VSAttribute
net.jradius.packet.attribute.Attr_UnknownVSAttribute
- All Implemented Interfaces:
- Serializable, UnknownAttribute
public class Attr_UnknownVSAttribute
- extends VSAttribute
- implements UnknownAttribute
- Author:
- David Bird
- See Also:
- Serialized Form
Methods inherited from class net.jradius.packet.attribute.VSAttribute |
getContinuation, getExtraLength, getFormattedType, getLengthLength, getTypeLength, getVendorId, getVsaAttributeType, hasContinuationByte, isGrouped, setContinuation, setContinuation, setFormat, setGrouped, setVendorId, setVsaAttributeType, unsetContinuation |
Methods inherited from class net.jradius.packet.attribute.RadiusAttribute |
getAttributeName, getAttributeOp, getType, getValue, isOverflow, setAttributeOp, setAttributeOp, setOverflow, setup, setup, setValue, setValue, setValue, toString |
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
NAME
public static final String NAME
- See Also:
- Constant Field Values
Attr_UnknownVSAttribute
public Attr_UnknownVSAttribute(long vendorId,
long vsaAttributeType)
Attr_UnknownVSAttribute
public Attr_UnknownVSAttribute(long vendorId,
long vsaAttributeType,
OctetsValue v)
Attr_UnknownVSAttribute
public Attr_UnknownVSAttribute(long vendorId,
long vsaAttributeType,
byte[] v)
setup
public void setup()
- Specified by:
setup
in class RadiusAttribute
setup
public void setup(long vendorId,
long vsaAttributeType)
getAttributeType
public long getAttributeType()
- Specified by:
getAttributeType
in interface UnknownAttribute
setAttributeName
public void setAttributeName(String attributeName)
- Specified by:
setAttributeName
in interface UnknownAttribute
Copyright © 2011 Coova Technologies, LLC, All Rights Reserved.