public class CoaRequest extends RadiusPacket
ACCESS_ACCEPT, ACCESS_CHALLENGE, ACCESS_REJECT, ACCESS_REQUEST, ACCOUNTING_MESSAGE, ACCOUNTING_REQUEST, ACCOUNTING_RESPONSE, ACCOUNTING_STATUS, COA_ACK, COA_NAK, COA_REQUEST, DISCONNECT_ACK, DISCONNECT_NAK, DISCONNECT_REQUEST, MAX_PACKET_LENGTH, PASSWORD_ACCEPT, PASSWORD_REJECT, PASSWORD_REQUEST, RADIUS_HEADER_LENGTH, RESERVED, STATUS_ACCEPT, STATUS_CLIENT, STATUS_REJECT, STATUS_REQUEST, STATUS_SERVER| 构造器和说明 |
|---|
CoaRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected byte[] |
updateRequestAuthenticator(String sharedSecret,
int packetLength,
byte[] attributes)
AccountingRequest overrides this
method to create a request authenticator as specified by RFC 2866.
|
addAttribute, addAttribute, checkRequestAuthenticator, checkResponseAuthenticator, createRadiusPacket, createRequestAuthenticator, createResponseAuthenticator, decodePacket, decodeRequestAttributes, decodeRequestPacket, decodeRequestPacket, decodeResponsePacket, decodeResponsePacket, encodePacket, encodeRequestAttributes, encodeRequestPacket, encodeResponsePacket, getAttribute, getAttribute, getAttribute, getAttributeBytes, getAttributes, getAttributes, getAttributes, getAttributeValue, getAuthenticator, getDictionary, getMd5Digest, getNextPacketIdentifier, getPacketIdentifier, getPacketType, getPacketTypeName, getVendorAttribute, getVendorAttributes, removeAttribute, removeAttributes, removeAttributes, removeLastAttribute, setAttributes, setAuthenticator, setDictionary, setPacketIdentifier, setPacketType, toStringprotected byte[] updateRequestAuthenticator(String sharedSecret, int packetLength, byte[] attributes)
RadiusPacketupdateRequestAuthenticator 在类中 RadiusPacketsharedSecret - shared secretpacketLength - length of the final Radius packetattributes - attribute dataAccountingRequest.updateRequestAuthenticator(String, int, byte[])Copyright © 2016. All rights reserved.