Uses of Class
net.sourceforge.jradiusclient.exception.RadiusException

Packages that use RadiusException
net.sourceforge.jradiusclient   
 

Uses of RadiusException in net.sourceforge.jradiusclient
 

Methods in net.sourceforge.jradiusclient that throw RadiusException
 RadiusAttribute RadiusPacket.getAttribute(int attributeType)
          retrieve a RadiusAttribute from this RadiusPacket
protected  byte[] RadiusPacket.getAttributeBytes()
          get the byte array
 RadiusPacket RadiusClient.authenticate(RadiusPacket accessRequest)
          This method performs the job of authenticating the given RadiusPacket against the radius server.
 RadiusPacket RadiusClient.authenticate(RadiusPacket accessRequest, int retries)
          This method performs the job of authenticating the given RadiusPacket against the radius server.
 RadiusPacket RadiusClient.account(RadiusPacket requestPacket)
          This method performs the job of sending accounting information for the current user to the radius accounting server.
 

Constructors in net.sourceforge.jradiusclient that throw RadiusException
RadiusClient(java.lang.String hostname, java.lang.String sharedSecret)
          Constructor - uses the default port 1812 for authentication and 1813 for accounting
RadiusClient(java.lang.String hostname, int authPort, int acctPort, java.lang.String sharedSecret)
          Constructor allows the user to specify an alternate port for the radius server
RadiusClient(java.lang.String hostname, int authPort, int acctPort, java.lang.String sharedSecret, int sockTimeout)
          Constructor allows the user to specify an alternate port for the radius server