A C D E G H I L M O P R S T U V W

A

ACCESS_ACCEPT - Static variable in class org.tinyradius.packet.RadiusPacket
 
ACCESS_CHALLENGE - Static variable in class org.tinyradius.packet.RadiusPacket
 
ACCESS_REJECT - Static variable in class org.tinyradius.packet.RadiusPacket
 
ACCESS_REQUEST - Static variable in class org.tinyradius.packet.RadiusPacket
Packet type codes.
AccessRequest - Class in org.tinyradius.packet
This class represents an Access-Request Radius packet.
AccessRequest() - Constructor for class org.tinyradius.packet.AccessRequest
Constructs an empty Access-Request packet.
AccessRequest(String, String) - Constructor for class org.tinyradius.packet.AccessRequest
Constructs an Access-Request packet, sets the code, identifier and adds an User-Name and an User-Password attribute (PAP).
accessRequestReceived(AccessRequest, InetSocketAddress) - Method in class org.tinyradius.util.RadiusServer
Constructs an answer for an Access-Request packet.
account(AccountingRequest) - Method in class org.tinyradius.util.RadiusClient
Sends an Accounting-Request packet and receives a response packet.
ACCOUNTING_MESSAGE - Static variable in class org.tinyradius.packet.RadiusPacket
 
ACCOUNTING_REQUEST - Static variable in class org.tinyradius.packet.RadiusPacket
 
ACCOUNTING_RESPONSE - Static variable in class org.tinyradius.packet.RadiusPacket
 
ACCOUNTING_STATUS - Static variable in class org.tinyradius.packet.RadiusPacket
 
AccountingRequest - Class in org.tinyradius.packet
This class represents a Radius packet of the type "Accounting-Request".
AccountingRequest(String, int) - Constructor for class org.tinyradius.packet.AccountingRequest
Constructs an Accounting-Request packet to be sent to a Radius server.
AccountingRequest() - Constructor for class org.tinyradius.packet.AccountingRequest
Constructs an empty Accounting-Request to be received by a Radius client.
accountingRequestReceived(AccountingRequest, InetSocketAddress) - Method in class org.tinyradius.util.RadiusServer
Constructs an answer for an Accounting-Request packet.
ACCT_STATUS_TYPE_ACCOUNTING_OFF - Static variable in class org.tinyradius.packet.AccountingRequest
Acct-Status-Type: Accounting-Off
ACCT_STATUS_TYPE_ACCOUNTING_ON - Static variable in class org.tinyradius.packet.AccountingRequest
Acct-Status-Type: Accounting-On
ACCT_STATUS_TYPE_INTERIM_UPDATE - Static variable in class org.tinyradius.packet.AccountingRequest
Acct-Status-Type: Interim Update/Alive
ACCT_STATUS_TYPE_START - Static variable in class org.tinyradius.packet.AccountingRequest
Acct-Status-Type: Start
ACCT_STATUS_TYPE_STOP - Static variable in class org.tinyradius.packet.AccountingRequest
Acct-Status-Type: Stop
addAttribute(RadiusAttribute) - Method in class org.tinyradius.packet.RadiusPacket
Adds a Radius attribute to this packet.
addAttribute(String, String) - Method in class org.tinyradius.packet.RadiusPacket
Adds a Radius attribute to this packet.
addAttributeType(AttributeType) - Method in class org.tinyradius.dictionary.MemoryDictionary
Adds an AttributeType object to the cache.
addAttributeType(AttributeType) - Method in interface org.tinyradius.dictionary.WritableDictionary
Adds an AttributeType object to the dictionary.
addEnumerationValue(int, String) - Method in class org.tinyradius.dictionary.AttributeType
Adds a name for an integer value of this attribute.
addSubAttribute(RadiusAttribute) - Method in class org.tinyradius.attribute.VendorSpecificAttribute
Adds a sub-attribute to this attribute.
addSubAttribute(String, String) - Method in class org.tinyradius.attribute.VendorSpecificAttribute
Adds a sub-attribute with the specified name to this attribute.
addVendor(int, String) - Method in class org.tinyradius.dictionary.MemoryDictionary
Adds the given vendor to the cache.
addVendor(int, String) - Method in interface org.tinyradius.dictionary.WritableDictionary
Adds the given vendor to the dictionary.
AttributeType - Class in org.tinyradius.dictionary
Represents a Radius attribute type.
AttributeType(int, String, Class) - Constructor for class org.tinyradius.dictionary.AttributeType
Create a new attribute type.
AttributeType(int, int, String, Class) - Constructor for class org.tinyradius.dictionary.AttributeType
Constructs a Vendor-Specific sub-attribute type.
AUTH_CHAP - Static variable in class org.tinyradius.packet.AccessRequest
Challenged Handshake Authentication Protocol
AUTH_PAP - Static variable in class org.tinyradius.packet.AccessRequest
Passphrase Authentication Protocol
authenticate(String, String) - Method in class org.tinyradius.util.RadiusClient
Authenticates a user.
authenticate(AccessRequest) - Method in class org.tinyradius.util.RadiusClient
Sends an Access-Request packet and receives a response packet.

A C D E G H I L M O P R S T U V W