net.sourceforge.jradiusclient
Interface RadiusValues

All Known Implementing Classes:
RadiusClient

public interface RadiusValues

Special Thanks to the original creator of the "RadiusClient" August Mueller http://augiesoft.com/java/radius/ and to Aziz Abouchi for laying the groundwork for the development of this class.

Version:
$Revision: 1.2 $
Author:
Robert J. Loihl

Field Summary
static int ACCESS_ACCEPT
           
static int ACCESS_CHALLENGE
           
static int ACCESS_REJECT
           
static int ACCESS_REQUEST
           
static int ACCOUNTING_MESSAGE
           
static int ACCOUNTING_REQUEST
           
static int ACCOUNTING_RESPONSE
           
static int ACCOUNTING_STATUS
           
static int ACCT_AUTHENTIC
           
static int ACCT_DELAY_TIME
           
static int ACCT_INPUT_GIGAWORDS
           
static int ACCT_INPUT_OCTETS
           
static int ACCT_INPUT_PACKETS
           
static int ACCT_INTERIM_INTERVAL
           
static int ACCT_LINK_COUNT
           
static int ACCT_MULTI_SESSION_ID
           
static int ACCT_OUTPUT_GIGAWORDS
           
static int ACCT_OUTPUT_OCTETS
           
static int ACCT_OUTPUT_PACKETS
           
static int ACCT_SESSION_ID
           
static int ACCT_SESSION_TIME
           
static int ACCT_STATUS_TYPE
           
static int ACCT_TERMINATE_CAUSE
           
static int ADMINISTRATIVE
           
static int ADSL_CAP
           
static int ADSL_DMT
           
static int ARAP
           
static int ARAP_CHALLENGE_RESPONSE
           
static int ARAP_FEATURES
           
static int ARAP_PASSWORD
           
static int ARAP_SECURITY
           
static int ARAP_SECURITY_DATA
           
static int ARAP_ZONE_ACCESS
           
static int ASYNC
           
static int AUTHENTICATE_ONLY
           
static int BROADCAST
           
static int BROADCAST_LISTEN
           
static int CABLE
           
static int Call_CHECK
           
static int CALLBACK_ADMINISTRATIVE
           
static int CALLBACK_FRAMED
           
static int CALLBACK_ID
           
static int CALLBACK_LOGIN
           
static int CALLBACK_NAS_PROMPT
           
static int CALLBACK_NUMBER
           
static int CALLED_STATION_ID
           
static int CALLING_STATION_ID
           
static int CHAP_CHALLENGE
           
static int CHAP_PASSWORD
           
static int CLASS
           
static int CONFIGURATION_TOKEN
           
static int CONNECT_INFO
           
static int DEFAULT
           
static int DIGEST_ATTRIBUTE
           
static int DIGEST_RESPONSE
           
static int EAP_MESSAGE
           
static java.lang.String EMPTYSTRING
           
static int ETHERNET
           
static int EVENT_TIMESTAMP
           
static int FILTER_ID
           
static int FRAMED
           
static int FRAMED_APPLETALK_LINK
           
static int FRAMED_APPLETALK_NETWORK
           
static int FRAMED_APPLETALK_ZONE
           
static int FRAMED_COMPRESSION
           
static int FRAMED_IP_ADDRESS
           
static int FRAMED_IP_NETMASK
           
static int FRAMED_IPX_NETWORK
           
static int FRAMED_MTU
           
static int FRAMED_POOL
           
static int FRAMED_PROTOCOL
           
static int FRAMED_ROUTE
           
static int FRAMED_ROUTING
           
static int G3_FAX
           
static int GANDALF_SLML
           
static int HDLC_CLEAR_CHANNEL
           
static int IDLE_TIMEOUT
           
static int IDSL
           
static int IPX_HEADER_COMPRESSION
           
static int ISDN_ASYNC_V110
           
static int ISDN_ASYNC_V120
           
static int ISDN_SYNC
           
static int LAT
           
static int LISTEN
           
static int LOGIN
           
static int LOGIN_IP_HOST
           
static int LOGIN_LAT_GROUP
           
static int LOGIN_LAT_NODE
           
static int LOGIN_LAT_PORT
           
static int LOGIN_LAT_SERVICE
           
static int LOGIN_SERVICE
           
static int LOGIN_TCP_PORT
           
static int MAX_PACKET_LENGTH
           
static int MESSAGE_AUTHENTICATOR
           
static int MIN_PACKET_LENGTH
           
static int NAS_IDENTIFIER
           
static int NAS_IP_ADDRESS
           
static int NAS_PORT
           
static int NAS_PORT_ID
           
static int NAS_PORT_TYPE
           
static int NAS_PROMPT
           
static int NONE
           
static int OUTBOUND
           
static int PASSWORD_ACCEPT
           
static int PASSWORD_REJECT
           
static int PASSWORD_REQUEST
           
static int PASSWORD_RETRY
           
static int PIAFS
           
static int PORT_LIMIT
           
static int PORTMASTER
           
static int PPP
           
static int PROMPT
           
static int PROXY_STATE
           
static short RADIUS_HEADER_LENGTH
          RADIUS_HEADER_LENGTH is 20 bytes (corresponding to 1 byte for code + 1 byte for Identifier + 2 bytes for Length + 16 bytes for Request Authenticator) It is not a coincidence that it is the same as the MIN_PACKET_LENGTH
static int RADIUS_REQUEST
           
static int REPLY_MESSAGE
           
static int RESERVED
           
static int RLOGIN
           
static int SDSL
           
static int SERVICE_TYPE
           
static int SESSION_TIMEOUT
           
static int SIP_ALGORITHM
           
static int SIP_BODY_DIGEST
           
static int SIP_CNONCE
           
static int SIP_METHOD
           
static int SIP_NONCE
           
static int SIP_NONCE_COUNT
           
static int SIP_QOP
           
static int SIP_REALM
           
static int SIP_URI
           
static int SIP_USER_NAME
           
static int SLIP
           
static int STAC_LZS_COMPRESSION
           
static int STATE
           
static int STATUS_CLIENT
           
static int STATUS_SERVER
           
static int SYNC
           
static int TCP_CLEAR
           
static int TCP_CLEAR_QUIET
           
static int TELNET
           
static int TERMINATION_ACTION
           
static int USER_NAME
           
static int USER_PASSWORD
           
static int VENDOR_SPECIFIC
           
static int VIRTUAL
           
static int VJ_TCP_IP_HEADER_COMPRESSION
           
static int WIRELESS_IEEE_802_11
           
static int WIRELESS_OTHER
           
static int X25
           
static int X25_PAD
           
static int X25_T3POS
           
static int X75
           
static int X75_SYNCHRONOUS
           
static int XDSL
           
static int XYLOGICS_PROPRIETARY_IPX_SLIP
           
 

Field Detail

MIN_PACKET_LENGTH

public static final int MIN_PACKET_LENGTH
See Also:
Constant Field Values

MAX_PACKET_LENGTH

public static final int MAX_PACKET_LENGTH
See Also:
Constant Field Values

RADIUS_HEADER_LENGTH

public static final short RADIUS_HEADER_LENGTH
RADIUS_HEADER_LENGTH is 20 bytes (corresponding to 1 byte for code + 1 byte for Identifier + 2 bytes for Length + 16 bytes for Request Authenticator) It is not a coincidence that it is the same as the MIN_PACKET_LENGTH

See Also:
Constant Field Values

EMPTYSTRING

public static final java.lang.String EMPTYSTRING
See Also:
Constant Field Values

ACCESS_REQUEST

public static final int ACCESS_REQUEST
See Also:
Constant Field Values

ACCESS_ACCEPT

public static final int ACCESS_ACCEPT
See Also:
Constant Field Values

ACCESS_REJECT

public static final int ACCESS_REJECT
See Also:
Constant Field Values

ACCOUNTING_REQUEST

public static final int ACCOUNTING_REQUEST
See Also:
Constant Field Values

ACCOUNTING_RESPONSE

public static final int ACCOUNTING_RESPONSE
See Also:
Constant Field Values

ACCOUNTING_STATUS

public static final int ACCOUNTING_STATUS
See Also:
Constant Field Values

PASSWORD_REQUEST

public static final int PASSWORD_REQUEST
See Also:
Constant Field Values

PASSWORD_ACCEPT

public static final int PASSWORD_ACCEPT
See Also:
Constant Field Values

PASSWORD_REJECT

public static final int PASSWORD_REJECT
See Also:
Constant Field Values

ACCOUNTING_MESSAGE

public static final int ACCOUNTING_MESSAGE
See Also:
Constant Field Values

ACCESS_CHALLENGE

public static final int ACCESS_CHALLENGE
See Also:
Constant Field Values

STATUS_SERVER

public static final int STATUS_SERVER
See Also:
Constant Field Values

STATUS_CLIENT

public static final int STATUS_CLIENT
See Also:
Constant Field Values

RESERVED

public static final int RESERVED
See Also:
Constant Field Values

USER_NAME

public static final int USER_NAME
See Also:
Constant Field Values

USER_PASSWORD

public static final int USER_PASSWORD
See Also:
Constant Field Values

CHAP_PASSWORD

public static final int CHAP_PASSWORD
See Also:
Constant Field Values

NAS_IP_ADDRESS

public static final int NAS_IP_ADDRESS
See Also:
Constant Field Values

NAS_PORT

public static final int NAS_PORT
See Also:
Constant Field Values

SERVICE_TYPE

public static final int SERVICE_TYPE
See Also:
Constant Field Values

FRAMED_PROTOCOL

public static final int FRAMED_PROTOCOL
See Also:
Constant Field Values

FRAMED_IP_ADDRESS

public static final int FRAMED_IP_ADDRESS
See Also:
Constant Field Values

FRAMED_IP_NETMASK

public static final int FRAMED_IP_NETMASK
See Also:
Constant Field Values

FRAMED_ROUTING

public static final int FRAMED_ROUTING
See Also:
Constant Field Values

FILTER_ID

public static final int FILTER_ID
See Also:
Constant Field Values

FRAMED_MTU

public static final int FRAMED_MTU
See Also:
Constant Field Values

FRAMED_COMPRESSION

public static final int FRAMED_COMPRESSION
See Also:
Constant Field Values

LOGIN_IP_HOST

public static final int LOGIN_IP_HOST
See Also:
Constant Field Values

LOGIN_SERVICE

public static final int LOGIN_SERVICE
See Also:
Constant Field Values

LOGIN_TCP_PORT

public static final int LOGIN_TCP_PORT
See Also:
Constant Field Values

REPLY_MESSAGE

public static final int REPLY_MESSAGE
See Also:
Constant Field Values

CALLBACK_NUMBER

public static final int CALLBACK_NUMBER
See Also:
Constant Field Values

CALLBACK_ID

public static final int CALLBACK_ID
See Also:
Constant Field Values

FRAMED_ROUTE

public static final int FRAMED_ROUTE
See Also:
Constant Field Values

FRAMED_IPX_NETWORK

public static final int FRAMED_IPX_NETWORK
See Also:
Constant Field Values

STATE

public static final int STATE
See Also:
Constant Field Values

CLASS

public static final int CLASS
See Also:
Constant Field Values

VENDOR_SPECIFIC

public static final int VENDOR_SPECIFIC
See Also:
Constant Field Values

SESSION_TIMEOUT

public static final int SESSION_TIMEOUT
See Also:
Constant Field Values

IDLE_TIMEOUT

public static final int IDLE_TIMEOUT
See Also:
Constant Field Values

TERMINATION_ACTION

public static final int TERMINATION_ACTION
See Also:
Constant Field Values

CALLED_STATION_ID

public static final int CALLED_STATION_ID
See Also:
Constant Field Values

CALLING_STATION_ID

public static final int CALLING_STATION_ID
See Also:
Constant Field Values

NAS_IDENTIFIER

public static final int NAS_IDENTIFIER
See Also:
Constant Field Values

PROXY_STATE

public static final int PROXY_STATE
See Also:
Constant Field Values

LOGIN_LAT_SERVICE

public static final int LOGIN_LAT_SERVICE
See Also:
Constant Field Values

LOGIN_LAT_NODE

public static final int LOGIN_LAT_NODE
See Also:
Constant Field Values

LOGIN_LAT_GROUP

public static final int LOGIN_LAT_GROUP
See Also:
Constant Field Values

FRAMED_APPLETALK_LINK

public static final int FRAMED_APPLETALK_LINK
See Also:
Constant Field Values

FRAMED_APPLETALK_NETWORK

public static final int FRAMED_APPLETALK_NETWORK
See Also:
Constant Field Values

FRAMED_APPLETALK_ZONE

public static final int FRAMED_APPLETALK_ZONE
See Also:
Constant Field Values

ACCT_STATUS_TYPE

public static final int ACCT_STATUS_TYPE
See Also:
Constant Field Values

ACCT_DELAY_TIME

public static final int ACCT_DELAY_TIME
See Also:
Constant Field Values

ACCT_INPUT_OCTETS

public static final int ACCT_INPUT_OCTETS
See Also:
Constant Field Values

ACCT_OUTPUT_OCTETS

public static final int ACCT_OUTPUT_OCTETS
See Also:
Constant Field Values

ACCT_SESSION_ID

public static final int ACCT_SESSION_ID
See Also:
Constant Field Values

ACCT_AUTHENTIC

public static final int ACCT_AUTHENTIC
See Also:
Constant Field Values

ACCT_SESSION_TIME

public static final int ACCT_SESSION_TIME
See Also:
Constant Field Values

ACCT_INPUT_PACKETS

public static final int ACCT_INPUT_PACKETS
See Also:
Constant Field Values

ACCT_OUTPUT_PACKETS

public static final int ACCT_OUTPUT_PACKETS
See Also:
Constant Field Values

ACCT_TERMINATE_CAUSE

public static final int ACCT_TERMINATE_CAUSE
See Also:
Constant Field Values

ACCT_MULTI_SESSION_ID

public static final int ACCT_MULTI_SESSION_ID
See Also:
Constant Field Values

ACCT_LINK_COUNT

public static final int ACCT_LINK_COUNT
See Also:
Constant Field Values

ACCT_INPUT_GIGAWORDS

public static final int ACCT_INPUT_GIGAWORDS
See Also:
Constant Field Values

ACCT_OUTPUT_GIGAWORDS

public static final int ACCT_OUTPUT_GIGAWORDS
See Also:
Constant Field Values

EVENT_TIMESTAMP

public static final int EVENT_TIMESTAMP
See Also:
Constant Field Values

CHAP_CHALLENGE

public static final int CHAP_CHALLENGE
See Also:
Constant Field Values

NAS_PORT_TYPE

public static final int NAS_PORT_TYPE
See Also:
Constant Field Values

PORT_LIMIT

public static final int PORT_LIMIT
See Also:
Constant Field Values

LOGIN_LAT_PORT

public static final int LOGIN_LAT_PORT
See Also:
Constant Field Values

ARAP_PASSWORD

public static final int ARAP_PASSWORD
See Also:
Constant Field Values

ARAP_FEATURES

public static final int ARAP_FEATURES
See Also:
Constant Field Values

ARAP_ZONE_ACCESS

public static final int ARAP_ZONE_ACCESS
See Also:
Constant Field Values

ARAP_SECURITY

public static final int ARAP_SECURITY
See Also:
Constant Field Values

ARAP_SECURITY_DATA

public static final int ARAP_SECURITY_DATA
See Also:
Constant Field Values

PASSWORD_RETRY

public static final int PASSWORD_RETRY
See Also:
Constant Field Values

PROMPT

public static final int PROMPT
See Also:
Constant Field Values

CONNECT_INFO

public static final int CONNECT_INFO
See Also:
Constant Field Values

CONFIGURATION_TOKEN

public static final int CONFIGURATION_TOKEN
See Also:
Constant Field Values

EAP_MESSAGE

public static final int EAP_MESSAGE
See Also:
Constant Field Values

MESSAGE_AUTHENTICATOR

public static final int MESSAGE_AUTHENTICATOR
See Also:
Constant Field Values

ARAP_CHALLENGE_RESPONSE

public static final int ARAP_CHALLENGE_RESPONSE
See Also:
Constant Field Values

ACCT_INTERIM_INTERVAL

public static final int ACCT_INTERIM_INTERVAL
See Also:
Constant Field Values

NAS_PORT_ID

public static final int NAS_PORT_ID
See Also:
Constant Field Values

FRAMED_POOL

public static final int FRAMED_POOL
See Also:
Constant Field Values

LOGIN

public static final int LOGIN
See Also:
Constant Field Values

FRAMED

public static final int FRAMED
See Also:
Constant Field Values

CALLBACK_LOGIN

public static final int CALLBACK_LOGIN
See Also:
Constant Field Values

CALLBACK_FRAMED

public static final int CALLBACK_FRAMED
See Also:
Constant Field Values

OUTBOUND

public static final int OUTBOUND
See Also:
Constant Field Values

ADMINISTRATIVE

public static final int ADMINISTRATIVE
See Also:
Constant Field Values

NAS_PROMPT

public static final int NAS_PROMPT
See Also:
Constant Field Values

AUTHENTICATE_ONLY

public static final int AUTHENTICATE_ONLY
See Also:
Constant Field Values

CALLBACK_NAS_PROMPT

public static final int CALLBACK_NAS_PROMPT
See Also:
Constant Field Values

Call_CHECK

public static final int Call_CHECK
See Also:
Constant Field Values

CALLBACK_ADMINISTRATIVE

public static final int CALLBACK_ADMINISTRATIVE
See Also:
Constant Field Values

PPP

public static final int PPP
See Also:
Constant Field Values

SLIP

public static final int SLIP
See Also:
Constant Field Values

ARAP

public static final int ARAP
See Also:
Constant Field Values

GANDALF_SLML

public static final int GANDALF_SLML
See Also:
Constant Field Values

XYLOGICS_PROPRIETARY_IPX_SLIP

public static final int XYLOGICS_PROPRIETARY_IPX_SLIP
See Also:
Constant Field Values

X75_SYNCHRONOUS

public static final int X75_SYNCHRONOUS
See Also:
Constant Field Values

NONE

public static final int NONE
See Also:
Constant Field Values

BROADCAST

public static final int BROADCAST
See Also:
Constant Field Values

LISTEN

public static final int LISTEN
See Also:
Constant Field Values

BROADCAST_LISTEN

public static final int BROADCAST_LISTEN
See Also:
Constant Field Values

VJ_TCP_IP_HEADER_COMPRESSION

public static final int VJ_TCP_IP_HEADER_COMPRESSION
See Also:
Constant Field Values

IPX_HEADER_COMPRESSION

public static final int IPX_HEADER_COMPRESSION
See Also:
Constant Field Values

STAC_LZS_COMPRESSION

public static final int STAC_LZS_COMPRESSION
See Also:
Constant Field Values

TELNET

public static final int TELNET
See Also:
Constant Field Values

RLOGIN

public static final int RLOGIN
See Also:
Constant Field Values

TCP_CLEAR

public static final int TCP_CLEAR
See Also:
Constant Field Values

PORTMASTER

public static final int PORTMASTER
See Also:
Constant Field Values

LAT

public static final int LAT
See Also:
Constant Field Values

X25_PAD

public static final int X25_PAD
See Also:
Constant Field Values

X25_T3POS

public static final int X25_T3POS
See Also:
Constant Field Values

TCP_CLEAR_QUIET

public static final int TCP_CLEAR_QUIET
See Also:
Constant Field Values

DEFAULT

public static final int DEFAULT
See Also:
Constant Field Values

RADIUS_REQUEST

public static final int RADIUS_REQUEST
See Also:
Constant Field Values

ASYNC

public static final int ASYNC
See Also:
Constant Field Values

SYNC

public static final int SYNC
See Also:
Constant Field Values

ISDN_SYNC

public static final int ISDN_SYNC
See Also:
Constant Field Values

ISDN_ASYNC_V120

public static final int ISDN_ASYNC_V120
See Also:
Constant Field Values

ISDN_ASYNC_V110

public static final int ISDN_ASYNC_V110
See Also:
Constant Field Values

VIRTUAL

public static final int VIRTUAL
See Also:
Constant Field Values

PIAFS

public static final int PIAFS
See Also:
Constant Field Values

HDLC_CLEAR_CHANNEL

public static final int HDLC_CLEAR_CHANNEL
See Also:
Constant Field Values

X25

public static final int X25
See Also:
Constant Field Values

X75

public static final int X75
See Also:
Constant Field Values

G3_FAX

public static final int G3_FAX
See Also:
Constant Field Values

SDSL

public static final int SDSL
See Also:
Constant Field Values

ADSL_CAP

public static final int ADSL_CAP
See Also:
Constant Field Values

ADSL_DMT

public static final int ADSL_DMT
See Also:
Constant Field Values

IDSL

public static final int IDSL
See Also:
Constant Field Values

ETHERNET

public static final int ETHERNET
See Also:
Constant Field Values

XDSL

public static final int XDSL
See Also:
Constant Field Values

CABLE

public static final int CABLE
See Also:
Constant Field Values

WIRELESS_OTHER

public static final int WIRELESS_OTHER
See Also:
Constant Field Values

WIRELESS_IEEE_802_11

public static final int WIRELESS_IEEE_802_11
See Also:
Constant Field Values

DIGEST_RESPONSE

public static final int DIGEST_RESPONSE
See Also:
Constant Field Values

DIGEST_ATTRIBUTE

public static final int DIGEST_ATTRIBUTE
See Also:
Constant Field Values

SIP_REALM

public static final int SIP_REALM
See Also:
Constant Field Values

SIP_NONCE

public static final int SIP_NONCE
See Also:
Constant Field Values

SIP_METHOD

public static final int SIP_METHOD
See Also:
Constant Field Values

SIP_URI

public static final int SIP_URI
See Also:
Constant Field Values

SIP_QOP

public static final int SIP_QOP
See Also:
Constant Field Values

SIP_ALGORITHM

public static final int SIP_ALGORITHM
See Also:
Constant Field Values

SIP_BODY_DIGEST

public static final int SIP_BODY_DIGEST
See Also:
Constant Field Values

SIP_CNONCE

public static final int SIP_CNONCE
See Also:
Constant Field Values

SIP_NONCE_COUNT

public static final int SIP_NONCE_COUNT
See Also:
Constant Field Values

SIP_USER_NAME

public static final int SIP_USER_NAME
See Also:
Constant Field Values