Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
H
I
L
M
O
P
R
S
T
U
V
W
R
RADIUS_HEADER_LENGTH
- Static variable in class org.tinyradius.packet.
RadiusPacket
Packet header length.
RadiusAttribute
- Class in
org.tinyradius.attribute
This class represents a generic Radius attribute.
RadiusAttribute()
- Constructor for class org.tinyradius.attribute.
RadiusAttribute
Constructs an empty Radius attribute.
RadiusAttribute(int, byte[])
- Constructor for class org.tinyradius.attribute.
RadiusAttribute
Constructs a Radius attribute with the specified type and data.
RadiusClient
- Class in
org.tinyradius.util
This object represents a simple Radius client which communicates with a specified Radius server.
RadiusClient(String, String)
- Constructor for class org.tinyradius.util.
RadiusClient
Creates a new Radius client object for a special Radius server.
RadiusClient(RadiusEndpoint)
- Constructor for class org.tinyradius.util.
RadiusClient
Constructs a Radius client for the given Radius endpoint.
RadiusEndpoint
- Class in
org.tinyradius.util
This class stores information about a Radius endpoint.
RadiusEndpoint(InetSocketAddress, String)
- Constructor for class org.tinyradius.util.
RadiusEndpoint
Constructs a RadiusEndpoint object.
RadiusException
- Exception in
org.tinyradius.util
An exception which occurs on Radius protocol errors like invalid packets or malformed attributes.
RadiusException(String)
- Constructor for exception org.tinyradius.util.
RadiusException
Constructs a RadiusException with a message.
RadiusPacket
- Class in
org.tinyradius.packet
This class represents a Radius packet.
RadiusPacket(int)
- Constructor for class org.tinyradius.packet.
RadiusPacket
Builds a Radius packet without attributes.
RadiusPacket(int, int)
- Constructor for class org.tinyradius.packet.
RadiusPacket
Builds a Radius packet with the given type and identifier and without attributes.
RadiusPacket(int, int, List)
- Constructor for class org.tinyradius.packet.
RadiusPacket
Builds a Radius packet with the given type, identifier and attributes.
RadiusPacket()
- Constructor for class org.tinyradius.packet.
RadiusPacket
Builds an empty Radius packet.
RadiusServer
- Class in
org.tinyradius.util
Implements a simple Radius server.
RadiusServer()
- Constructor for class org.tinyradius.util.
RadiusServer
RadiusUtil
- Class in
org.tinyradius.util
This class contains miscellaneous static utility functions.
RadiusUtil()
- Constructor for class org.tinyradius.util.
RadiusUtil
readAttribute(byte[], int, int)
- Method in class org.tinyradius.attribute.
IntegerAttribute
Check attribute length.
readAttribute(byte[], int, int)
- Method in class org.tinyradius.attribute.
IpAttribute
Check attribute length.
readAttribute(byte[], int, int)
- Method in class org.tinyradius.attribute.
RadiusAttribute
Reads in this attribute from the passed byte array.
readAttribute(byte[], int, int)
- Method in class org.tinyradius.attribute.
VendorSpecificAttribute
Reads a Vendor-Specific attribute and decodes the internal sub-attribute structure.
removeAttribute(RadiusAttribute)
- Method in class org.tinyradius.packet.
RadiusPacket
Removes the specified attribute from this packet.
removeAttributes(int)
- Method in class org.tinyradius.packet.
RadiusPacket
Removes all attributes from this packet which have got the specified type.
removeAttributes(int, int)
- Method in class org.tinyradius.packet.
RadiusPacket
Removes all sub-attributes of the given vendor and type.
removeLastAttribute(int)
- Method in class org.tinyradius.packet.
RadiusPacket
Removes the last occurence of the attribute of the given type from the packet.
removeSubAttribute(RadiusAttribute)
- Method in class org.tinyradius.attribute.
VendorSpecificAttribute
Removes the specified sub-attribute from this attribute.
RESERVED
- Static variable in class org.tinyradius.packet.
RadiusPacket
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
H
I
L
M
O
P
R
S
T
U
V
W