Uses of Class
net.sf.jradius.exception.UnknownAttributeException

Packages that use UnknownAttributeException
net.sf.jradius.client Contains the RadiusClient API and the RadClient and RadBench programs. 
net.sf.jradius.ipdr Support for IPDR in JRadius (work in progress). 
net.sf.jradius.packet JRadius Core RADIUS Packet Objects and Utilities. 
net.sf.jradius.packet.attribute JRadius Core RADIUS Attribute Objects and Utilities. 
 

Uses of UnknownAttributeException in net.sf.jradius.client
 

Methods in net.sf.jradius.client that throw UnknownAttributeException
 RadiusResponse RadiusClient.authenticate(AccessRequest p, RadiusAuthenticator auth, int retries)
          Authenicates using the specified method.
 

Uses of UnknownAttributeException in net.sf.jradius.ipdr
 

Methods in net.sf.jradius.ipdr that throw UnknownAttributeException
protected  void IPDR_Base.attributeToField(RadiusPacket p, java.lang.Object[] obj, int attribute, java.lang.String element)
           
protected  java.lang.Object[] IPDR_PublicWLANAccess.getIPDRData(JRadiusSession radiusSession, RadiusPacket p)
           
 

Uses of UnknownAttributeException in net.sf.jradius.packet
 

Methods in net.sf.jradius.packet that throw UnknownAttributeException
 RadiusAttribute RadiusPacket.findAttribute(java.lang.String aName)
           
 java.lang.Object RadiusPacket.getAttributeValue(java.lang.String aName)
           
 

Uses of UnknownAttributeException in net.sf.jradius.packet.attribute
 

Methods in net.sf.jradius.packet.attribute that throw UnknownAttributeException
static RadiusAttribute AttributeFactory.attributeFromString(java.lang.String src)
          Parses a string to create a RadiusAttribute.
 RadiusAttribute AttributeList.get(java.lang.String name)
           
 java.lang.Object AttributeList.get(java.lang.String name, boolean single)
           
static int AttributeFactory.getTypeByName(java.lang.String aName)
          The the integer type of a RadiusAttribute by name
static RadiusAttribute AttributeFactory.newAttribute(AttributeDescription desc)
          Create a new RadiusAttribute based on a AttributeDescription
static RadiusAttribute AttributeFactory.newAttribute(java.lang.String aName)
          Create a RadiusAttribute by name
static RadiusAttribute AttributeFactory.newAttribute(java.lang.String aName, java.lang.String aValue, java.lang.String aOp)
          Creates a new RadiusAttribute
 



Copyright © 2006 The JRadius Project, All Rights Reserved.