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
static boolean TestRadiusClient.authenticate(RadiusClient rc, java.lang.String userPass, byte[] callingStationId)
           
static boolean TestRadiusClient.chapAuthenticate(RadiusClient rc, java.lang.String userPass, byte[] callingStationId)
           
 int RadiusClient.authenticate(java.lang.String userPass)
          This method performs the job of authenticating the specified user against the radius server.
 int RadiusClient.authenticate(java.lang.String userPass, java.io.ByteArrayOutputStream requestAttributes)
          This method performs the job of authenticating the specified user against the radius server.
 int RadiusClient.authenticate(java.lang.String userPass, java.io.ByteArrayOutputStream requestAttributes, int retries)
          This method performs the job of authenticating the specified user against the radius server.
 java.lang.String RadiusClient.getReplyMessage()
          This method extracts the reply message returned by a RADIUS Server and supplies it to the user, who should them use it to build a new password and re-authenticate.
 java.lang.String RadiusClient.getChallengeMessage()
          This method extracts the Challenge message returned by a RADIUS Server and supplies it to the user, who should them use it to build a new password and re-authenticate.
 java.lang.Integer RadiusClient.getSessionTimeout()
          This method extracts the SessionTimeout returned by a RADIUS Server
 java.lang.String RadiusClient.getFramedIPAddress()
          This method extracts the Framed IP Address returned by a RADIUS Server