public abstract class RadiusAttribute extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
RadiusAttribute.Operator
The JRadius RadiusAttribute Operator Type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
attributeName |
protected int |
attributeOp |
protected long |
attributeType |
protected AttributeValue |
attributeValue |
protected boolean |
overflow |
protected boolean |
recyclable |
protected boolean |
recycled |
| Constructor and Description |
|---|
RadiusAttribute() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeName() |
int |
getAttributeOp() |
long |
getFormattedType() |
long |
getType() |
AttributeValue |
getValue() |
boolean |
isOverflow() |
void |
setAttributeOp(int attributeOp) |
void |
setAttributeOp(String attributeOp) |
void |
setOverflow(boolean b) |
abstract void |
setup() |
protected void |
setup(Serializable value) |
protected void |
setup(Serializable o,
int op) |
void |
setValue(byte[] b) |
void |
setValue(byte[] b,
int off,
int len) |
void |
setValue(String value) |
String |
toString() |
protected long attributeType
protected int attributeOp
protected AttributeValue attributeValue
protected String attributeName
protected boolean recyclable
protected boolean recycled
protected boolean overflow
public abstract void setup()
protected void setup(Serializable value)
protected void setup(Serializable o, int op)
public long getType()
public long getFormattedType()
public AttributeValue getValue()
public String getAttributeName()
public int getAttributeOp()
public void setAttributeOp(int attributeOp)
attributeOp - The new attribute "operator" to be setpublic void setAttributeOp(String attributeOp)
attributeOp - The new attribute "operator" to be setpublic void setValue(byte[] b)
b - The new attribute value to be setpublic void setValue(byte[] b,
int off,
int len)
public void setValue(String value)
value - The new attribute value to be setpublic String toString()
toString in class ObjectObject.toString()public void setOverflow(boolean b)
public boolean isOverflow()
Copyright © 2017. All rights reserved.