net.sf.jradius.packet.attribute
Interface AttributeDictionary


public interface AttributeDictionary

Attribute Dictionary Interface. Attribute dictionary classes, like that built RadiusDictionary, implement this interface.

Author:
David Bird

Field Summary
static int ACCT_STATUS_TYPE
           
static int EAP_MESSAGE
           
static int MESSAGE_AUTHENTICATOR
           
static int NAS_IDENTIFIER
           
static int STATE
           
static int USER_NAME
           
static int USER_PASSWORD
           
 
Method Summary
 void loadAttributes(java.util.Map map)
           
 void loadAttributesNames(java.util.Map map)
           
 void loadVendorCodes(java.util.Map map)
           
 

Field Detail

USER_NAME

static final int USER_NAME
See Also:
Constant Field Values

USER_PASSWORD

static final int USER_PASSWORD
See Also:
Constant Field Values

STATE

static final int STATE
See Also:
Constant Field Values

NAS_IDENTIFIER

static final int NAS_IDENTIFIER
See Also:
Constant Field Values

ACCT_STATUS_TYPE

static final int ACCT_STATUS_TYPE
See Also:
Constant Field Values

EAP_MESSAGE

static final int EAP_MESSAGE
See Also:
Constant Field Values

MESSAGE_AUTHENTICATOR

static final int MESSAGE_AUTHENTICATOR
See Also:
Constant Field Values
Method Detail

loadVendorCodes

void loadVendorCodes(java.util.Map map)

loadAttributes

void loadAttributes(java.util.Map map)

loadAttributesNames

void loadAttributesNames(java.util.Map map)


Copyright © 2006 The JRadius Project, All Rights Reserved.