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
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
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.