|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jradius.standard.RadiusStandard
public abstract class RadiusStandard
Interface for RADIUS Standards Checking
Constructor Summary | |
---|---|
RadiusStandard()
|
Method Summary | |
---|---|
protected static void |
checkMissing(RadiusPacket p,
java.util.List list,
int[] check,
int[] ignore)
Check for missing attributes in a RadiusPacket |
void |
checkPacket(RadiusPacket p)
Same as checkPacket(p, null) |
abstract void |
checkPacket(RadiusPacket p,
int[] ignore)
Checks the packet for compliance with the implemented standard. |
abstract java.lang.String |
getName()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RadiusStandard()
Method Detail |
---|
public abstract java.lang.String getName()
public abstract void checkPacket(RadiusPacket p, int[] ignore) throws StandardViolatedException
p
- RadiusPacket to be checkedignore
- Attribute types to ignore
StandardViolatedException
public void checkPacket(RadiusPacket p) throws StandardViolatedException
p
- RadiusPacket to be checked
StandardViolatedException
protected static void checkMissing(RadiusPacket p, java.util.List list, int[] check, int[] ignore)
p
- RadiusPacket to be checkedlist
- list to append missing attributes tocheck
- attributes to look forignore
- attributes to ignore
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |