public class StandardCheckingHandler extends PacketHandlerBase
config| 构造器和说明 |
|---|
StandardCheckingHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
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
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 © 2016. All rights reserved.