|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jradius.packet.RadiusPacket
net.sf.jradius.packet.RadiusRequest
net.sf.jradius.packet.AccessRequest
public class AccessRequest
The RADIUS Access-Request Packet. See http://www.iana.org/assignments/radius-types
| Field Summary | |
|---|---|
static byte |
CODE
|
| Fields inherited from class net.sf.jradius.packet.RadiusRequest |
|---|
client |
| Fields inherited from class net.sf.jradius.packet.RadiusPacket |
|---|
attributes, authenticator, code, identifier, MAX_PACKET_LENGTH, MIN_PACKET_LENGTH, RADIUS_HEADER_LENGTH |
| Constructor Summary | |
|---|---|
AccessRequest()
|
|
AccessRequest(AttributeList attributes)
|
|
AccessRequest(RadiusClient client)
|
|
AccessRequest(RadiusClient client,
AttributeList attributes)
|
|
| Method Summary | |
|---|---|
byte[] |
createAuthenticator(byte[] attributes)
Creates an Access-Request Authenticator |
| Methods inherited from class net.sf.jradius.packet.RadiusPacket |
|---|
addAttribute, addAttributes, findAttribute, findAttribute, findAttributes, getAttributes, getAttributeValue, getAttributeValue, getAuthenticator, getAuthenticator, getCode, getIdentifier, overwriteAttribute, removeAttribute, removeAttribute, setAuthenticator, setCode, setIdentifier, toString, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final byte CODE
| Constructor Detail |
|---|
public AccessRequest()
public AccessRequest(RadiusClient client)
public AccessRequest(AttributeList attributes)
public AccessRequest(RadiusClient client,
AttributeList attributes)
| Method Detail |
|---|
public byte[] createAuthenticator(byte[] attributes)
createAuthenticator in class RadiusPacketRadiusPacket.createAuthenticator(byte[])
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||