public class StandardCheckingHandler extends PacketHandlerBase
config| Constructor and Description |
|---|
StandardCheckingHandler() |
| Modifier and Type | Method and Description |
|---|---|
RadiusStandard |
getStandard() |
boolean |
handle(JRadiusRequest request)
This handler checks the request against the configured standard.
|
void |
setStandard(RadiusStandard standard) |
void |
setStandardName(String name)
This bean method is to support the chain configuration "standardName"
|
handledoesHandle, execute, getName, setConfig, setNamepublic boolean handle(JRadiusRequest request) throws Exception
handle in class PacketHandlerBaseExceptionPacketHandler.handle(net.jradius.server.JRadiusRequest)public void setStandardName(String name)
name - The Class Name of the standard to check against.public RadiusStandard getStandard()
public void setStandard(RadiusStandard standard)
standard - The standard to set.Copyright © 2017. All rights reserved.