public interface RadiusProtocolHandler
Modifier and Type | Method and Description |
---|---|
default java.lang.String |
overrideNasIdentifier(RadiusPacket request)
Возможность переопределения NAS-Identifier, для того, чтобы запрос обрабатывался другим NAS-ом.
|
void |
postprocessAccessRequest(RadiusPacket request,
RadiusPacket response,
ConnectionSet connectionSet)
Постобработка RADIUS-запроса Access-Request
|
void |
postprocessAccountingRequest(RadiusPacket request,
RadiusPacket response,
ConnectionSet connectionSet)
Постобработка RADIUS-запроса Accounting-Request
|
void |
preprocessAccessRequest(RadiusPacket request,
RadiusPacket response,
ConnectionSet connectionSet)
Предобработка RADIUS-запроса Access-Request
|
void |
preprocessAccountingRequest(RadiusPacket request,
RadiusPacket response,
ConnectionSet connectionSet)
Предобработка RADIUS-запроса Accounting-Request
|
default java.lang.String overrideNasIdentifier(RadiusPacket request) throws java.lang.Exception
request
- java.lang.Exception
void preprocessAccessRequest(RadiusPacket request, RadiusPacket response, ConnectionSet connectionSet) throws java.lang.Exception
request
- response
- connectionSet
- java.lang.Exception
void postprocessAccessRequest(RadiusPacket request, RadiusPacket response, ConnectionSet connectionSet) throws java.lang.Exception
request
- response
- connectionSet
- java.lang.Exception
void preprocessAccountingRequest(RadiusPacket request, RadiusPacket response, ConnectionSet connectionSet) throws java.lang.Exception
request
- response
- connectionSet
- java.lang.Exception
void postprocessAccountingRequest(RadiusPacket request, RadiusPacket response, ConnectionSet connectionSet) throws java.lang.Exception
request
- response
- connectionSet
- java.lang.Exception