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

G

getAcctPort() - Method in class org.tinyradius.util.RadiusClient
Returns the Radius server accounting port.
getAcctPort() - Method in class org.tinyradius.util.RadiusServer
Returns the acct port the server will listen on.
getAcctSocket() - Method in class org.tinyradius.util.RadiusServer
Returns a socket bound to the acct port.
getAcctStatusType() - Method in class org.tinyradius.packet.AccountingRequest
Retrieves the user name from the User-Name attribute.
getAttribute(int) - Method in class org.tinyradius.packet.RadiusPacket
Returns a Radius attribute of the given type which may only occur once in the Radius packet.
getAttribute(int, int) - Method in class org.tinyradius.packet.RadiusPacket
Returns a Radius attribute of the given type and vendor ID which may only occur once in the Radius packet.
getAttribute(String) - Method in class org.tinyradius.packet.RadiusPacket
Returns a single Radius attribute of the given type name.
getAttributeBytes() - Method in class org.tinyradius.packet.RadiusPacket
Encodes the attributes of this Radius packet to a byte array.
getAttributeClass() - Method in class org.tinyradius.dictionary.AttributeType
Retrieves the RadiusAttribute descendant class which represents attributes of this type.
getAttributeData() - Method in class org.tinyradius.attribute.RadiusAttribute
Returns the data for this attribute.
getAttributes(int) - Method in class org.tinyradius.packet.RadiusPacket
Returns all attributes of this packet of the given type.
getAttributes(int, int) - Method in class org.tinyradius.packet.RadiusPacket
Returns all attributes of this packet that have got the given type and belong to the given vendor ID.
getAttributes() - Method in class org.tinyradius.packet.RadiusPacket
Returns a list of all attributes belonging to this Radius packet.
getAttributeType() - Method in class org.tinyradius.attribute.RadiusAttribute
Returns the type of this Radius attribute.
getAttributeTypeByCode(int) - Method in interface org.tinyradius.dictionary.Dictionary
Retrieves an attribute type by type code.
getAttributeTypeByCode(int, int) - Method in interface org.tinyradius.dictionary.Dictionary
Retrieves an attribute type for a vendor-specific attribute.
getAttributeTypeByCode(int) - Method in class org.tinyradius.dictionary.MemoryDictionary
Returns the AttributeType for the vendor -1 from the cache.
getAttributeTypeByCode(int, int) - Method in class org.tinyradius.dictionary.MemoryDictionary
Returns the specified AttributeType object.
getAttributeTypeByName(String) - Method in interface org.tinyradius.dictionary.Dictionary
Retrieves an attribute type by name.
getAttributeTypeByName(String) - Method in class org.tinyradius.dictionary.MemoryDictionary
Retrieves the attribute type with the given name.
getAttributeTypeObject() - Method in class org.tinyradius.attribute.RadiusAttribute
Retrieves an AttributeType object for this attribute.
getAttributeValue() - Method in class org.tinyradius.attribute.IntegerAttribute
Returns the value of this attribute as a string.
getAttributeValue() - Method in class org.tinyradius.attribute.IpAttribute
Returns the attribute value (IP number) as a string of the format "xx.xx.xx.xx".
getAttributeValue() - Method in class org.tinyradius.attribute.RadiusAttribute
Gets the value of this attribute as a string.
getAttributeValue() - Method in class org.tinyradius.attribute.StringAttribute
Returns the string value of this attribute.
getAttributeValue(String) - Method in class org.tinyradius.packet.RadiusPacket
Returns the value of the Radius attribute of the given type or null if there is no such attribute.
getAttributeValueInt() - Method in class org.tinyradius.attribute.IntegerAttribute
Returns the string value of this attribute.
getAuthenticator() - Method in class org.tinyradius.packet.RadiusPacket
Returns the authenticator for this Radius packet.
getAuthPort() - Method in class org.tinyradius.util.RadiusClient
Returns the Radius server auth port.
getAuthPort() - Method in class org.tinyradius.util.RadiusServer
Returns the auth port the server will listen on.
getAuthProtocol() - Method in class org.tinyradius.packet.AccessRequest
Returns the protocol used for encrypting the passphrase.
getAuthSocket() - Method in class org.tinyradius.util.RadiusServer
Returns a socket bound to the auth port.
getChildVendorId() - Method in class org.tinyradius.attribute.VendorSpecificAttribute
Returns the vendor ID of the sub-attributes.
getDefaultDictionary() - Static method in class org.tinyradius.dictionary.DefaultDictionary
Returns the singleton instance of this object.
getDictionary() - Method in class org.tinyradius.attribute.RadiusAttribute
Returns the dictionary this Radius attribute uses.
getDictionary() - Method in class org.tinyradius.packet.RadiusPacket
Returns the dictionary this Radius packet uses.
getDuplicateInterval() - Method in class org.tinyradius.util.RadiusServer
Returns the duplicate interval in ms.
getEndpointAddress() - Method in class org.tinyradius.util.RadiusEndpoint
Returns the remote address.
getEnumeration(int) - Method in class org.tinyradius.dictionary.AttributeType
Returns the name of the given integer value if this attribute is an enumeration, or null if it is not or if the integer value is unknown.
getEnumeration(String) - Method in class org.tinyradius.dictionary.AttributeType
Returns the number of the given string value if this attribute is an enumeration, or null if it is not or if the string value is unknown.
getHexString(byte[]) - Static method in class org.tinyradius.util.RadiusUtil
Returns the byte array as a hex string in the format "0x1234".
getHostName() - Method in class org.tinyradius.util.RadiusClient
Returns the host name of the Radius server.
getIpAsLong() - Method in class org.tinyradius.attribute.IpAttribute
Returns the IP number as a 32 bit unsigned number.
getListenAddress() - Method in class org.tinyradius.util.RadiusServer
Returns the IP address the server listens on.
getMd5Digest() - Method in class org.tinyradius.packet.RadiusPacket
Returns a MD5 digest.
getName() - Method in class org.tinyradius.dictionary.AttributeType
Retrieves the name of this type.
getNextPacketIdentifier() - Static method in class org.tinyradius.packet.RadiusPacket
Retrieves the next packet identifier to use and increments the static storage.
getPacketIdentifier() - Method in class org.tinyradius.packet.RadiusPacket
Returns the packet identifier for this Radius packet.
getPacketType() - Method in class org.tinyradius.packet.RadiusPacket
Returns the type of this Radius packet.
getPacketTypeName() - Method in class org.tinyradius.packet.RadiusPacket
Returns the type name of this Radius packet.
getProxyServer(RadiusPacket, RadiusEndpoint) - Method in class org.tinyradius.test.TestProxy
 
getRetryCount() - Method in class org.tinyradius.util.RadiusClient
Returns the retry count for failed transmissions.
getSharedSecret(InetSocketAddress) - Method in class org.tinyradius.test.TestProxy
 
getSharedSecret() - Method in class org.tinyradius.util.RadiusClient
Returns the secret shared between server and client.
getSharedSecret() - Method in class org.tinyradius.util.RadiusEndpoint
Returns the shared secret.
getSharedSecret(InetSocketAddress) - Method in class org.tinyradius.util.RadiusServer
Returns the shared secret used to communicate with the client with the passed IP address or null if the client is not allowed at this server.
getSocket() - Method in class org.tinyradius.util.RadiusClient
Returns the socket used for the server communication.
getSocketTimeout() - Method in class org.tinyradius.util.RadiusClient
Returns the socket timeout.
getSocketTimeout() - Method in class org.tinyradius.util.RadiusServer
Returns the socket timeout (ms).
getStringFromUtf8(byte[]) - Static method in class org.tinyradius.util.RadiusUtil
Creates a string from the passed byte array containing the string in UTF-8 representation.
getSubAttribute(int) - Method in class org.tinyradius.attribute.VendorSpecificAttribute
Returns a sub-attribute of the given type which may only occur once in this attribute.
getSubAttribute(String) - Method in class org.tinyradius.attribute.VendorSpecificAttribute
Returns a single sub-attribute of the given type name.
getSubAttributes() - Method in class org.tinyradius.attribute.VendorSpecificAttribute
Returns the list of sub-attributes.
getSubAttributes(int) - Method in class org.tinyradius.attribute.VendorSpecificAttribute
Returns all sub-attributes of this attribut which have the given type.
getSubAttributeValue(String) - Method in class org.tinyradius.attribute.VendorSpecificAttribute
Returns the value of the Radius attribute of the given type or null if there is no such attribute.
getTypeCode() - Method in class org.tinyradius.dictionary.AttributeType
Retrieves the Radius type code for this attribute type.
getUserName() - Method in class org.tinyradius.packet.AccessRequest
Retrieves the user name from the User-Name attribute.
getUserName() - Method in class org.tinyradius.packet.AccountingRequest
Retrieves the user name from the User-Name attribute.
getUserPassword() - Method in class org.tinyradius.packet.AccessRequest
Retrieves the plain-text user password.
getUserPassword(String) - Method in class org.tinyradius.test.TestProxy
 
getUserPassword(String) - Method in class org.tinyradius.util.RadiusServer
Returns the password of the passed user.
getUtf8Bytes(String) - Static method in class org.tinyradius.util.RadiusUtil
Returns the passed string as a byte array containing the string in UTF-8 representation.
getVendorAttribute(int) - Method in class org.tinyradius.packet.RadiusPacket
Deprecated. use getVendorAttributes(int)
getVendorAttributes(int) - Method in class org.tinyradius.packet.RadiusPacket
Returns the Vendor-Specific attribute(s) for the given vendor ID.
getVendorId() - Method in class org.tinyradius.attribute.RadiusAttribute
Gets the Vendor-Id of the Vendor-Specific attribute this attribute belongs to.
getVendorId() - Method in class org.tinyradius.dictionary.AttributeType
Returns the vendor ID.
getVendorId(String) - Method in interface org.tinyradius.dictionary.Dictionary
Retrieves the ID of the vendor with the given name.
getVendorId(String) - Method in class org.tinyradius.dictionary.MemoryDictionary
Searches the vendor with the given name and returns its code.
getVendorName(int) - Method in interface org.tinyradius.dictionary.Dictionary
Retrieves the name of the vendor with the given vendor code.
getVendorName(int) - Method in class org.tinyradius.dictionary.MemoryDictionary
Retrieves the name of the vendor with the given code from the cache.

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