org.openmdx.uses.net.sourceforge.jradiusclient.packets
Class PapAccessRequest

java.lang.Object
  extended by org.openmdx.uses.net.sourceforge.jradiusclient.RadiusPacket
      extended by org.openmdx.uses.net.sourceforge.jradiusclient.packets.PapAccessRequest

public class PapAccessRequest
extends RadiusPacket

Released under the LGPL

Version:
$Revision: 1.3 $
Author:
Robert J. Loihl

Field Summary
 
Fields inherited from class org.openmdx.uses.net.sourceforge.jradiusclient.RadiusPacket
ACCESS_ACCEPT, ACCESS_CHALLENGE, ACCESS_REJECT, ACCESS_REQUEST, ACCOUNTING_MESSAGE, ACCOUNTING_REQUEST, ACCOUNTING_RESPONSE, ACCOUNTING_STATUS, EMPTYSTRING, MAX_PACKET_LENGTH, MIN_PACKET_LENGTH, PASSWORD_ACCEPT, PASSWORD_REJECT, PASSWORD_REQUEST, RADIUS_HEADER_LENGTH, RESERVED, STATUS_CLIENT, STATUS_SERVER
 
Constructor Summary
PapAccessRequest(String userName, byte[] plaintextPassword)
           
PapAccessRequest(String userName, String plaintextPassword)
           
 
Method Summary
 void validateAttribute(RadiusAttribute radiusAttribute)
           
 
Methods inherited from class org.openmdx.uses.net.sourceforge.jradiusclient.RadiusPacket
getAttribute, getAttributeBytes, getAttributeBytes, getAttributes, getPacketIdentifier, getPacketType, getSocketIndex, setAttribute, setAttributes, setSocketIndex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PapAccessRequest

public PapAccessRequest(String userName,
                        String plaintextPassword)
                 throws InvalidParameterException
Parameters:
userName -
plaintextPassword -
Throws:
InvalidParameterException

PapAccessRequest

public PapAccessRequest(String userName,
                        byte[] plaintextPassword)
                 throws InvalidParameterException
Parameters:
userName -
plaintextPassword -
Throws:
InvalidParameterException
Method Detail

validateAttribute

public void validateAttribute(RadiusAttribute radiusAttribute)
                       throws InvalidParameterException
Overrides:
validateAttribute in class RadiusPacket
Parameters:
radiusAttribute -
Throws:
InvalidParameterException


This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.