|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeList | |
---|---|
net.sf.jradius.client | Contains the RadiusClient API and the RadClient and RadBench programs. |
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.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.security.auth | JRadius Support for java.security. |
net.sf.jradius.server | The JRadius Core Server. |
net.sf.jradius.session | JRadius Session Management Classes. |
Uses of AttributeList in net.sf.jradius.client |
---|
Methods in net.sf.jradius.client with parameters of type AttributeList | |
---|---|
protected static boolean |
RadBench.loadAttributes(AttributeList list,
java.io.BufferedReader in)
|
Uses of AttributeList in net.sf.jradius.client.auth |
---|
Methods in net.sf.jradius.client.auth with parameters of type AttributeList | |
---|---|
void |
TunnelAuthenticator.setTunneledAttributes(AttributeList attributes)
|
void |
EAPTTLSAuthenticator.setTunneledAttributes(AttributeList tunneledAttributes)
|
Uses of AttributeList in net.sf.jradius.freeradius |
---|
Methods in net.sf.jradius.freeradius that return AttributeList | |
---|---|
AttributeList |
FreeRadiusRequest.getConfigItems()
|
Methods in net.sf.jradius.freeradius with parameters of type AttributeList | |
---|---|
void |
FreeRadiusRequest.setConfigItems(AttributeList configItems)
Set the "config_items" of the request (FreeRADIUS "control" attributes) |
Uses of AttributeList in net.sf.jradius.packet |
---|
Fields in net.sf.jradius.packet declared as AttributeList | |
---|---|
protected AttributeList |
RadiusPacket.attributes
|
Methods in net.sf.jradius.packet that return AttributeList | |
---|---|
AttributeList |
RadiusPacket.getAttributes()
Get the attributes of a RadiusPacket |
Methods in net.sf.jradius.packet with parameters of type AttributeList | |
---|---|
void |
RadiusPacket.addAttributes(AttributeList list)
Adds the contents of an AttributeList to a RadiusPacket |
byte[] |
RadiusFormat.packAttributeList(AttributeList attrs)
Packs an AttributeList into a byte array |
void |
RadiusFormat.unpackAttributes(AttributeList attrs,
byte[] bytes,
int bLength)
Unpacks RadiusAttributes from a byte array into an AttributeList |
Constructors in net.sf.jradius.packet with parameters of type AttributeList | |
---|---|
AccessRequest(AttributeList attributes)
|
|
AccessRequest(RadiusClient client,
AttributeList attributes)
|
|
AccountingRequest(AttributeList attributes)
Constructor |
|
AccountingRequest(RadiusClient client,
AttributeList attributes)
Constructor |
|
RadiusPacket(AttributeList list)
Constructs a RadiusPacket with an AttributeList |
|
RadiusRequest(AttributeList attributes)
Constructor |
|
RadiusRequest(RadiusClient client,
AttributeList attributes)
Constructor |
Uses of AttributeList in net.sf.jradius.packet.attribute |
---|
Methods in net.sf.jradius.packet.attribute with parameters of type AttributeList | |
---|---|
void |
AttributeList.add(AttributeList list)
Add an attribute list to this attribute list |
static void |
AttributeFactory.loadAttributesFromString(AttributeList list,
java.lang.String src,
boolean beStrinct)
|
Uses of AttributeList in net.sf.jradius.security.auth |
---|
Methods in net.sf.jradius.security.auth that return AttributeList | |
---|---|
AttributeList |
JRadiusCallback.getAcctAttributes()
|
AttributeList |
JRadiusCallback.getAuthAttributes()
|
Methods in net.sf.jradius.security.auth with parameters of type AttributeList | |
---|---|
void |
JRadiusCallback.setAcctAttributes(AttributeList acctAttributes)
|
void |
JRadiusCallback.setAuthAttributes(AttributeList authAttributes)
|
Uses of AttributeList in net.sf.jradius.server |
---|
Methods in net.sf.jradius.server that return AttributeList | |
---|---|
abstract AttributeList |
JRadiusRequest.getConfigItems()
|
Methods in net.sf.jradius.server with parameters of type AttributeList | |
---|---|
abstract void |
JRadiusRequest.setConfigItems(AttributeList configItems)
|
Uses of AttributeList in net.sf.jradius.session |
---|
Methods in net.sf.jradius.session with parameters of type AttributeList | |
---|---|
void |
JRadiusSession.addAccessAcceptAttribtues(AttributeList attrs)
|
void |
RadiusSession.addAccessAcceptAttribtues(AttributeList attrs)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |