Uses of Class
net.sf.jradius.packet.attribute.RadiusAttribute

Packages that use RadiusAttribute
net.sf.jradius.client.auth Provides JRadius Client Authenticators including PAP, CHAP, MSCHAP, MSCHAPv2, EAP-MD5, EAP-MSCHAPv2, EAP-TLS, EAP-TTLS. 
net.sf.jradius.client.gui Contains the JRadiusSimulator Java Swing Application. 
net.sf.jradius.freeradius The JRadius/FreeRADIUS Adapter. 
net.sf.jradius.packet JRadius Core RADIUS Packet Objects and Utilities. 
net.sf.jradius.packet.attribute JRadius Core RADIUS Attribute Objects and Utilities. 
net.sf.jradius.server The JRadius Core Server. 
 

Uses of RadiusAttribute in net.sf.jradius.client.auth
 

Fields in net.sf.jradius.client.auth declared as RadiusAttribute
protected  RadiusAttribute RadiusAuthenticator.password
           
protected  RadiusAttribute RadiusAuthenticator.username
           
 

Uses of RadiusAttribute in net.sf.jradius.client.gui
 

Methods in net.sf.jradius.client.gui with parameters of type RadiusAttribute
 AttributesTableEntry AttributesTableModel.addAttribute(RadiusAttribute attribute)
           
 

Uses of RadiusAttribute in net.sf.jradius.freeradius
 

Methods in net.sf.jradius.freeradius with parameters of type RadiusAttribute
 void FreeRadiusFormat.packHeader(java.io.OutputStream out, RadiusAttribute a)
           
 

Uses of RadiusAttribute in net.sf.jradius.packet
 

Methods in net.sf.jradius.packet that return RadiusAttribute
 RadiusAttribute RadiusPacket.findAttribute(int type)
           
 RadiusAttribute RadiusPacket.findAttribute(java.lang.String aName)
           
 

Methods in net.sf.jradius.packet with parameters of type RadiusAttribute
 void RadiusPacket.addAttribute(RadiusAttribute attribute)
          Adds an attribute to a RadiusPacket (without overriding any existing attributes)
 void DiameterFormat.formatHeader(java.io.DataOutputStream out, RadiusAttribute a)
           
 void RadiusPacket.overwriteAttribute(RadiusAttribute attribute)
          Adds an attribute to a RadiusPacket overwriting any existing attribute
 void DiameterFormat.packAttribute(java.io.DataOutputStream out, RadiusAttribute a)
           
 void RadiusFormat.packAttribute(java.io.OutputStream out, RadiusAttribute a)
          Packs a RadiusAttribute into a DataOutputStream
 void RadiusFormat.packHeader(java.io.OutputStream out, RadiusAttribute a)
          Packs a RadiusAttribute header into a DataOutputStream
 void RadiusPacket.removeAttribute(RadiusAttribute attribute)
          Removes an attribute
 

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

Subclasses of RadiusAttribute in net.sf.jradius.packet.attribute
 class Attr_UnknownAttribute
           
 class Attr_UnknownVSAttribute
           
 class VSAttribute
          The RADIUS VSA.
 

Methods in net.sf.jradius.packet.attribute that return RadiusAttribute
static RadiusAttribute AttributeFactory.attributeFromString(java.lang.String src)
          Parses a string to create a RadiusAttribute.
 RadiusAttribute AttributeList.get(int type)
           
 RadiusAttribute AttributeList.get(java.lang.String name)
           
static RadiusAttribute AttributeFactory.newAttribute(AttributeDescription desc)
          Create a new RadiusAttribute based on a AttributeDescription
static RadiusAttribute AttributeFactory.newAttribute(int type, byte[] value)
          Creates a new RadiusAttribute
static RadiusAttribute AttributeFactory.newAttribute(int vendor, int type, byte[] value, int op)
          Creates a new RadiusAttribute
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
 

Methods in net.sf.jradius.packet.attribute with parameters of type RadiusAttribute
 void AttributeList.add(RadiusAttribute a)
          Add an attribute, defaulting to overwriting
 void AttributeList.add(RadiusAttribute a, boolean overwrite)
          Add an attribute with option to overwrite.
 void AttributeList.remove(RadiusAttribute a)
          Removes attribute(s) by type
 

Uses of RadiusAttribute in net.sf.jradius.server
 

Methods in net.sf.jradius.server with parameters of type RadiusAttribute
 void JRadiusRequest.addReplyAttribute(RadiusAttribute a)
          Add an attribute to the reply by adding to the reply packet, if one, or the configItems.
 



Copyright © 2006 The JRadius Project, All Rights Reserved.