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

Packages that use InvalidParameterException
net.sourceforge.jradiusclient   
 

Uses of InvalidParameterException in net.sourceforge.jradiusclient
 

Methods in net.sourceforge.jradiusclient that throw InvalidParameterException
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.
 void RadiusClient.setAuthPort(int port)
          This method sets the port to be used for authentication
 void RadiusClient.setAcctPort(int port)
          This method sets the port to be used for accounting
 void RadiusClient.setUserName(java.lang.String username)
          This method sets the user name to be used for authentication
 void RadiusClient.setUserAttribute(int type, byte[] attribute, java.io.ByteArrayOutputStream requestAttributes)
          This method is used to set a byte array attribute in a Request Attributes ByteArrayOutputStream that can be passed in to the authenticate method.
 void RadiusClient.setUserSubAttribute(int type, int subType, byte[] attribute, java.io.ByteArrayOutputStream requestAttributes)
          This method is used to set a byte array attribute in a Request Attributes ByteArrayOutputStream that can be passed in to the authenticate method.
 

Constructors in net.sourceforge.jradiusclient that throw InvalidParameterException
RadiusClient(java.lang.String hostname, java.lang.String sharedSecret, java.lang.String userName)
          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, java.lang.String userName)
          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, java.lang.String userName, int sockTimeout)
          Constructor allows the user to specify an alternate port for the radius server