public abstract class RadiusRequest extends RadiusPacket
| Modifier and Type | Field and Description |
|---|---|
protected RadiusClient |
client |
attributes, authenticator, code, identifier, MAX_PACKET_LENGTH, MIN_PACKET_LENGTH, RADIUS_HEADER_LENGTH, recyclable, recycled| Constructor and Description |
|---|
RadiusRequest()
Default constructor
|
RadiusRequest(AttributeList attributes)
Constructor
|
RadiusRequest(RadiusClient client)
Constructor
|
RadiusRequest(RadiusClient client,
AttributeList attributes)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
setRadiusClient(RadiusClient client) |
addAttribute, addAttributes, createAuthenticator, findAttribute, findAttribute, findAttributes, getAttributes, getAttributeValue, getAttributeValue, getAuthenticator, getAuthenticator, getAuthenticator, getCode, getIdentifier, isRecyclable, overwriteAttribute, removeAttribute, removeAttribute, setAuthenticator, setCode, setIdentifier, toString, toString, verifyAuthenticatorprotected RadiusClient client
public RadiusRequest()
public RadiusRequest(RadiusClient client)
client - The client context to be used (when creating UDP packets)public RadiusRequest(AttributeList attributes)
attributes - The attributes to be usedpublic RadiusRequest(RadiusClient client, AttributeList attributes)
client - The client context to be used (when creating UDP packets)attributes - The attributes to be usedpublic void setRadiusClient(RadiusClient client)
Copyright © 2017. All rights reserved.