public class AccessRequest extends RadiusRequest
| Modifier and Type | Field and Description |
|---|---|
static byte |
CODE |
clientattributes, authenticator, code, identifier, MAX_PACKET_LENGTH, MIN_PACKET_LENGTH, RADIUS_HEADER_LENGTH, recyclable, recycled| Constructor and Description |
|---|
AccessRequest() |
AccessRequest(AttributeList attributes) |
AccessRequest(RadiusClient client) |
AccessRequest(RadiusClient client,
AttributeList attributes) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
createAuthenticator(byte[] attributes,
int off,
int len,
String sharedSecret)
Creates an Access-Request Authenticator
|
setRadiusClientaddAttribute, addAttributes, findAttribute, findAttribute, findAttributes, getAttributes, getAttributeValue, getAttributeValue, getAuthenticator, getAuthenticator, getAuthenticator, getCode, getIdentifier, isRecyclable, overwriteAttribute, removeAttribute, removeAttribute, setAuthenticator, setCode, setIdentifier, toString, toString, verifyAuthenticatorpublic static final byte CODE
public AccessRequest()
public AccessRequest(RadiusClient client)
public AccessRequest(AttributeList attributes)
public AccessRequest(RadiusClient client, AttributeList attributes)
public byte[] createAuthenticator(byte[] attributes,
int off,
int len,
String sharedSecret)
createAuthenticator in class RadiusPacketnet.jradius.packet.RadiusPacket#createAuthenticator(byte[])Copyright © 2017. All rights reserved.