|
||||||||||
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.RadiusResponse
net.sf.jradius.packet.AccessChallenge
public class AccessChallenge
The RADIUS Access-Challenge Packet. See http://www.iana.org/assignments/radius-types
Field Summary | |
---|---|
static byte |
CODE
|
Fields inherited from class net.sf.jradius.packet.RadiusPacket |
---|
attributes, authenticator, code, identifier, MAX_PACKET_LENGTH, MIN_PACKET_LENGTH, RADIUS_HEADER_LENGTH |
Constructor Summary | |
---|---|
AccessChallenge()
|
Method Summary |
---|
Methods inherited from class net.sf.jradius.packet.RadiusResponse |
---|
verifyAuthenticator |
Methods inherited from class net.sf.jradius.packet.RadiusPacket |
---|
addAttribute, addAttributes, createAuthenticator, 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 AccessChallenge()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |