public abstract class RadiusStandard extends Object
| Constructor and Description |
|---|
RadiusStandard() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
checkMissing(RadiusPacket p,
List list,
long[] check,
long[] ignore)
Check for missing attributes in a RadiusPacket
|
void |
checkPacket(RadiusPacket p)
Same as checkPacket(p, null)
|
abstract void |
checkPacket(RadiusPacket p,
long[] ignore)
Checks the packet for compliance with the implemented standard.
|
abstract String |
getName() |
public abstract String getName()
public abstract void checkPacket(RadiusPacket p, long[] ignore) throws StandardViolatedException
p - RadiusPacket to be checkedignore - Attribute types to ignoreStandardViolatedExceptionpublic void checkPacket(RadiusPacket p) throws StandardViolatedException
p - RadiusPacket to be checkedStandardViolatedExceptionprotected static void checkMissing(RadiusPacket p, List list, long[] check, long[] ignore)
p - RadiusPacket to be checkedlist - list to append missing attributes tocheck - attributes to look forignore - attributes to ignoreCopyright © 2017. All rights reserved.