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

S

setAcctPort(int) - Method in class org.tinyradius.util.RadiusClient
Sets the Radius server accounting port.
setAcctPort(int) - Method in class org.tinyradius.util.RadiusServer
Sets the acct port the server will listen on.
setAcctStatusType(int) - Method in class org.tinyradius.packet.AccountingRequest
Sets the Acct-Status-Type attribute of this Accountnig-Request.
setAttributeClass(Class) - Method in class org.tinyradius.dictionary.AttributeType
Sets the RadiusAttribute descendant class which represents attributes of this type.
setAttributeData(byte[]) - Method in class org.tinyradius.attribute.RadiusAttribute
Sets the data for this attribute.
setAttributes(List) - Method in class org.tinyradius.packet.RadiusPacket
Sets the list of attributes for this Radius packet.
setAttributeType(int) - Method in class org.tinyradius.attribute.RadiusAttribute
Sets the type of this Radius attribute.
setAttributeValue(int) - Method in class org.tinyradius.attribute.IntegerAttribute
Sets the value of this attribute.
setAttributeValue(String) - Method in class org.tinyradius.attribute.IntegerAttribute
Sets the value of this attribute.
setAttributeValue(String) - Method in class org.tinyradius.attribute.IpAttribute
Sets the attribute value (IP number).
setAttributeValue(String) - Method in class org.tinyradius.attribute.RadiusAttribute
Sets the value of the attribute using a string.
setAttributeValue(String) - Method in class org.tinyradius.attribute.StringAttribute
Sets the string value of this attribute.
setAuthenticator(byte[]) - Method in class org.tinyradius.packet.RadiusPacket
Sets the authenticator to be used for this Radius packet.
setAuthPort(int) - Method in class org.tinyradius.util.RadiusClient
Sets the auth port of the Radius server.
setAuthPort(int) - Method in class org.tinyradius.util.RadiusServer
Sets the auth port the server will listen on.
setAuthProtocol(String) - Method in class org.tinyradius.packet.AccessRequest
Selects the protocol to use for encrypting the passphrase when encoding this Radius packet.
setChildVendorId(int) - Method in class org.tinyradius.attribute.VendorSpecificAttribute
Sets the vendor ID of the child attributes.
setDictionary(Dictionary) - Method in class org.tinyradius.attribute.RadiusAttribute
Sets a custom dictionary to use.
setDictionary(Dictionary) - Method in class org.tinyradius.attribute.VendorSpecificAttribute
Also copies the new dictionary to sub-attributes.
setDictionary(Dictionary) - Method in class org.tinyradius.packet.RadiusPacket
Sets a custom dictionary to use.
setDuplicateInterval(long) - Method in class org.tinyradius.util.RadiusServer
Sets the duplicate interval in ms.
setHostName(String) - Method in class org.tinyradius.util.RadiusClient
Sets the host name of the Radius server.
setIpAsLong(long) - Method in class org.tinyradius.attribute.IpAttribute
Sets the IP number represented by this IpAttribute as a 32 bit unsigned number.
setListenAddress(InetAddress) - Method in class org.tinyradius.util.RadiusServer
Sets the address the server listens on.
setName(String) - Method in class org.tinyradius.dictionary.AttributeType
Sets the name of this type.
setPacketIdentifier(int) - Method in class org.tinyradius.packet.RadiusPacket
Sets the packet identifier for this Radius packet.
setPacketType(int) - Method in class org.tinyradius.packet.RadiusPacket
Sets the type of this Radius packet.
setRetryCount(int) - Method in class org.tinyradius.util.RadiusClient
Sets the retry count for failed transmissions.
setSharedSecret(String) - Method in class org.tinyradius.util.RadiusClient
Sets the secret shared between server and client.
setSocketTimeout(int) - Method in class org.tinyradius.util.RadiusClient
Sets the socket timeout
setSocketTimeout(int) - Method in class org.tinyradius.util.RadiusServer
Sets the socket timeout.
setTypeCode(int) - Method in class org.tinyradius.dictionary.AttributeType
Sets the Radius type code for this attribute type.
setUserName(String) - Method in class org.tinyradius.packet.AccessRequest
Sets the User-Name attribute of this Access-Request.
setUserName(String) - Method in class org.tinyradius.packet.AccountingRequest
Sets the User-Name attribute of this Accountnig-Request.
setUserPassword(String) - Method in class org.tinyradius.packet.AccessRequest
Sets the plain-text user password.
setVendorId(int) - Method in class org.tinyradius.attribute.RadiusAttribute
Sets the Vendor-Id of the Vendor-Specific attribute this attribute belongs to.
setVendorId(int) - Method in class org.tinyradius.dictionary.AttributeType
Sets the vendor ID.
start(boolean, boolean) - Method in class org.tinyradius.util.RadiusServer
Starts the Radius server.
STATUS_ACCEPT - Static variable in class org.tinyradius.packet.RadiusPacket
 
STATUS_CLIENT - Static variable in class org.tinyradius.packet.RadiusPacket
 
STATUS_REJECT - Static variable in class org.tinyradius.packet.RadiusPacket
 
STATUS_REQUEST - Static variable in class org.tinyradius.packet.RadiusPacket
 
STATUS_SERVER - Static variable in class org.tinyradius.packet.RadiusPacket
 
stop() - Method in class org.tinyradius.util.RadiusServer
Stops the server and closes the sockets.
StringAttribute - Class in org.tinyradius.attribute
This class represents a Radius attribute which only contains a string.
StringAttribute() - Constructor for class org.tinyradius.attribute.StringAttribute
Constructs an empty string attribute.
StringAttribute(int, String) - Constructor for class org.tinyradius.attribute.StringAttribute
Constructs a string attribute with the given value.

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