| Package | Description |
|---|---|
| org.onlab.packet |
Utilities for decoding and encoding packets of various network protocols
and encapsulations.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<RADIUSAttribute> |
RADIUS.attributes |
| Modifier and Type | Method and Description |
|---|---|
RADIUSAttribute |
RADIUS.addMessageAuthenticator(String key)
Adds a message authenticator to the packet based on the given key.
|
RADIUSAttribute |
RADIUS.getAttribute(byte attrType)
Gets an attribute from the RADIUS packet.
|
RADIUSAttribute |
RADIUS.setAttribute(byte attrType,
byte[] value)
Sets an attribute in the RADIUS packet.
|
RADIUSAttribute |
RADIUSAttribute.setLength(byte length)
Sets the attribute length.
|
RADIUSAttribute |
RADIUSAttribute.setType(byte type)
Sets the attribute type.
|
RADIUSAttribute |
RADIUSAttribute.setValue(byte[] value)
Sets the attribute value.
|
RADIUSAttribute |
RADIUS.updateAttribute(byte attrType,
byte[] value)
Updates an attribute in the RADIUS packet.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<RADIUSAttribute> |
RADIUS.getAttributeList(byte attrType)
Gets a list of attributes from the RADIUS packet.
|
Copyright © 2016. All rights reserved.