AXL Software™
A B C D E F G H I K L M N O P R S T U V W X Z

G

G3_Fax - Static variable in class AV.NAS_Port_Type
For NAS-Port-Type: G.3 Fax = 10.
GRE - Static variable in class AV.Tunnel_Type
Generic Route Encapsulation (GRE) [9]
Gandalf - Static variable in class AV.Framed_Protocol
For Framed-Protocol:Gandalf (Gandalf proprietary SingleLink/MultiLink protocol) = 4.
Gb - class Gb.
Holds globally interesting data for the server and it's sessions.
Gb() - Constructor for class Gb
 
GenerateJava - class GenerateJava.
Class to generate an AXL Radius Vendor dictionary .java file from a dictionary file.
GenerateJava(RADIUSDictionary, int) - Constructor for class GenerateJava
Constructor.
GenerateJavaDictionary - class GenerateJavaDictionary.
Class to generate an AXL Radius Vendor dictionary .java file from a dictionary file.
GenerateJavaDictionary(String, String, String, String, String) - Constructor for class GenerateJavaDictionary
Constructor to generate Java code to include RADIUS dictionaries in packages.
Group - Static variable in class A
Group (178).
genAuthenticator() - Static method in class RADIUSEncrypt
Generate the RADIUS authenticator.
generateJava() - Method in class GenerateJava
Generate the .java file contents for the vendor.
get(int) - Method in class PersistentSession
See if the given entry is in a bucket.
get() - Static method in class HMAC_MD5
Get an instance of the MD5 digest.
get(Provider) - Static method in class HMAC_MD5
Get an instance of the HMAC_MD5.
get(Object) - Method in class IntMap
Get a value given the key.
get(int) - Method in class IntMap
Get a value given the key.
get() - Static method in class MD5Digest
Get an instance of the MD5 digest.
get(Provider) - Static method in class MD5Digest
Get an instance of the MD5 digest.
getAcctDelayDate(Attribute) - Method in class AccountingInfo
Get the Acct-Delay-Time attribute value and return the corrected time.
getAcctNAS(NAS) - Method in class SNMPStats
Get the NAS entry for the Accounting server.
getAcctPort() - Method in class Realm
Get the realm's accounting port number.
getAddress() - Method in class NAS
Get the NAS IP address.
getAddress() - Method in class Realm
Get the realm address.
getAllBinaryAttributes(int) - Method in class AttributeList
Return all binary attributes of a particular attribute type.
getAllStringAttributes(int) - Method in class AttributeList
Return all matching String attributes of the given attribute type.
getAllValueNames(int, String) - Method in class RADIUSDictionary
Get a list of all named values for an attribute.
getAllValueNames(String) - Method in class RADIUSDictionary
Get a list of all named values for an attribute.
getAllValues(int) - Static method in class AV
Get all values for an attribute.
getAllValues(int, int) - Static method in class AV
Get all values for an attribute.
getAsymmetricStartKey(byte[], int, boolean, boolean) - Method in class MSChapV2
Create the send or receive keys for either the client or server MPPE.
getAttribute() - Method in class Attribute
Returns raw attribute data including the tag, length, and if it's a tunnel attribute, the tunnel tag.
getAttribute() - Method in class VendorSpecific
Return the completed attribute.
getAttributeArray(int) - Method in class AttributeList
Get an array of Attributes of a specific type.
getAttributeAt(int) - Method in class AttributeList
Get the N'th attribute in the list.
getAttributeData() - Method in class Attribute
Get attribute value field data.
getAttributeList() - Method in class AccessRejectException
Get the list of attributes to be returned with an Access-Reject packet.
getAttributeList(int) - Method in class AttributeList
Get a list of specific attributes.
getAttributeList() - Method in class DumpPacket
Get the attributes carried in this packet.
getAttributes() - Method in class AttributeList
Get a list of attributes.
getAttributes() - Method in class RADIUSClient
Return attribute list from an authentication or accounting response.
getAttributes() - Method in class RSAACEInfo
Return the response attributes from the RADIUS client.
getAttributes() - Method in class SendDMCOA
Get the response attributes.
getAttributes() - Method in class EAPClient
Get the server response attributes.
getAuthNAS(NAS) - Method in class SNMPStats
Get the NAS entry for the Authentication server.
getAuthPort() - Method in class Realm
Get the realm's authentication port number.
getAuthenticator() - Method in class PacketInfo
Get the authenticator's bytes.
getAuthenticator() - Method in class DumpPacket
Get the packet's authenticator.
getBinaryAttribute(int) - Method in class AttributeList
Return a binary attribute of a given type.
getBytes(String) - Static method in class RADIUSClient
Encode a string using UTF8 encoding.
getChallenge() - Method in class LEAPPacket
Get the challenge data.
getClassAttributeList() - Method in class AccountingInfo
Get the accounting Class information.
getClientList() - Method in class Gb
Get the list of clients.
getClientNAS(InetAddress) - Method in class Gb
Get the client NAS given the client's IP address.
getClientNAS(InetAddress) - Method in class RADIUSServer
Get tht NAS entry for a particular client by it's IP address.
getCode() - Method in class EAPPacket
Get the code value.
getCode() - Method in class DumpPacket
Get the packet code (response or request code field), also known as message type.
getCodeName() - Method in class EAPPacket
Get the code's name.
getCurrentPacketCount() - Method in class RADIUSServer
Get the approximate count of current packets being processed.
getData() - Method in class EAPPacket
Get the raw payload data of the EAP packet.
getDataLength() - Method in class Attribute
Get attribute value data field length.
getDataType() - Method in class Attribute
Get the data type for this attribute.
getDataType(int) - Method in class Attribute
Get the data type for this attribute.
getDataType(int, int) - Static method in class Attribute
Get the data type for an attribute.
getDataType(int) - Static method in class AttributeDataType
Get an attribute data type based on the attribute tag.
getDataType(int, int) - Static method in class AttributeDataType
Get an attribute data type based on the attribute tag.
getDataType(int) - Method in class RADIUSDictionary
Get the data type for this attribute.
getDataType(int, int) - Method in class RADIUSDictionary
Get the data type for this attribute.
getDataTypeFlags(int) - Method in class RADIUSDictionary
Get the flags associated with the attribute, if any.
getDataTypeFlags(int, int) - Method in class RADIUSDictionary
Get the flags associated with the attribute, if any.
getDataTypeName(int) - Static method in class AttributeDataType
Get an attribute data type based on the attribute tag.
getDataTypeName(int) - Method in class RADIUSDictionary
Get the data type's name.
getDatagram() - Method in class PacketInfo
Get the original datagram for this packet.
getDate() - Method in class Attribute
Return a Date value from a 4 byte attribute.
getDebugIndicator() - Method in class RADIUSClient
Get the debugging indicator value.
getDebugIndicator() - Method in class EAPClient
Get the debugging indicator value.
getDecodedUserPassword() - Method in class PacketInfo
Get the decoded password from the User_Password attribute.
getDestinationIP() - Method in class SnoopRecord
Get destination IP address.
getDestinationPort() - Method in class SnoopRecord
Get destination port.
getDisplayMessage() - Method in class RSAACEInfo
Get the message to be displayed to the supplicant.
getDumpPacket() - Method in class SnoopRecord
Get the DumpPacket object.
getDynAuthNAS(NAS) - Method in class SNMPStats
Get the NAS entry for the DM/COA DynAuth server.
getEAP() - Method in class AuthInfo
Get the EAP packet information (if the EAP-Message attribute exists).
getEAPPacket() - Method in class EAPClient
Get the EAP message packet in the response from the server.
getEAPPacketData() - Method in class EAPPacket
Get the full EAP Packet data.
getEAPTLSData() - Method in class AuthInfo
Get EAP-TLS data.
getEAPTLSDataLength() - Method in class AuthInfo
Get EAP-TLS data.
getEncryptionPolicy() - Method in class MPPE
Get the encryption policy value.
getEncryptionType(int) - Method in class RADIUSDictionary
Get the encryption type for this attribute.
getEncryptionType(int, int) - Method in class RADIUSDictionary
Get the encryption type for this attribute.
getError() - Method in class RADIUSClient
Get the error value when an Access-BadPacket is returned from the authenticate() or accounting() methods
getError() - Method in class RSAACEInfo
Get the numeric error code if RSAACEInfo.getState() returns RSAACEInfo.STATE_ERROR.
getError() - Method in class SendDMCOA
Get the error value reported by the client.
getError() - Method in class Replay
Retrieve the error number.
getErrorMessage() - Method in class DumpPacket
Get an error message if any was generated.
getErrorString() - Method in class RADIUSClient
Get the name of the Access_BadPacket error.
getErrorString() - Method in class RSAACEInfo
Get the string value for the error if RSAACEInfo.getState() returns RSAACEInfo.STATE_ERROR.
getErrorString() - Method in class SendDMCOA
Get the error string freported by the client.
getErrorString() - Method in class Replay
Retrieve the error string
getException() - Method in class ClientException
Get the exception.
getFileList() - Method in class FreeRadius
Get the list of files read.
getFrom() - Method in class StackTrace
Get the trace information on our caller.
getFrom(int) - Method in class StackTrace
Get the trace information on our caller.
getHostRealm() - Method in class PacketInfo
Get our own RADIUS server's realm Returns the realm of our own server which is useful in transparently directing packets to the local host in spite if what their realms might say.
getIP() - Method in class Attribute
Return an IP address from a 4 byte binary attribute (like NAS-IP-Address).
getIPAttribute(int) - Method in class AttributeList
Return an IP address from a 4 or 16 byte binary attribute (like NAS-IP-Address).
getIdent(byte) - Method in class MSChap
Get a CHAP Ident value.
getIdentifier() - Method in class NAS
Get the NAS-Identifer value.
getIdentifier() - Method in class DumpPacket
Get the packet identifier.
getIdentity() - Method in class EAPPacket
Get the identity from an Identity EAP packet.
getIdentityBytes() - Method in class EAPPacket
Get the identity from an Identity EAP packet.
getInstance(String, Object) - Method in class ClientModule
Get an implementation of the module.
getInstance(String, Object) - Method in class Module
Get an implementation of the module.
getInt() - Method in class Attribute
Get an int value from the Attribute data.
getInt(int) - Method in class AttributeList
Get an integer value (four octets) from an attribute.
getIntValue(int, String) - Method in class RADIUSDictionary
Given the value number from the dictionary VALUE name.
getIntValue(int, int, String) - Method in class RADIUSDictionary
Given the vendor number, attribute tag and value name return the value's integer equivalent.
getKey(byte[], byte[], int) - Method in class MSChapV2
Get the session key for the MS-CHAP-MPPE-Keys.
getKey() - Method in class PersistentSession
Get a session key.
getLEAPData() - Method in class LEAPPacket
Get the LEAP payload data.
getLEAPData() - Method in class LEAPPacket
Get the LEAP payload data.
getLength() - Method in class Attribute
Get attribute's raw length including tag, length and data.
getLength() - Method in class EAPPacket
Get the length of the packet data.
getLength() - Method in class DumpPacket
Get the packet's length field value.
getLivingstonEntry() - Method in class AccountingInfo
Get a Livingston standard accounting record.
getMPPEKeys() - Method in class MPPE
Get the MSCHAP V1 keys (LM & NT).
getMSCHAPMPPE(boolean) - Method in class RADIUSClient
Get the MS-CHAP V1 / V2 MPPE key information from the response packet.
getMSNTEntry() - Method in class AccountingInfo
Get a Microsoft accounting record for an IAS-formatted log file.
getMasterKey(byte[], byte[]) - Method in class MSChapV2
Get the master key for MPPE.
getMaxPacketSize() - Method in class RADIUSServer
Get the maximum packet size of a RADIUS packet.
getMaximumPacketSize() - Method in class PacketInfo
Get the maximum RADIUS packet size.
getMaximumPacketSize() - Method in class RADIUSClient
Get the maximum packet size.
getMaximumPackets() - Method in class RADIUSServer
Get the maximum number of concurrent packets the server will handle.
getMessage() - Method in class AccessDropException
 
getMessage() - Method in class AccessRejectException
Get the error message associated with this error.
getMessageID() - Method in class PacketInfo
Get the packet Identifier (message ID).
getMicroseconds() - Method in class SnoopRecord
Get the microsecond portion of the time the packet was seen.
getModule() - Method in class AccountingInfo
Retrieves the module (ModuleRegister) object.
getModule(String, Object) - Method in class PacketInfo
Retrieves the module (ModuleRegister) object.
getModuleInstance(String, Object) - Method in class RADIUSClient
Instantiate a client support module.
getModuleInstance(String, Object) - Method in class RADIUSServer
Instantiate a server support module.
getNAK() - Method in class EAPMD5Auth
Get any NAK information that might have been received.
getNAS() - Method in class PacketInfo
Get the current NAS, if it's defined.
getNAS() - Method in class ProxyTarget
Get the NAS entry for the ProxyTarget.
getNASAddress() - Method in class AccountingInfo
Get NAS IP address.
getNASList() - Method in class NASInfo
Get the current list of NAS's.
getNASList() - Method in class ProxyInfo
Return a list of the client NAS's.
getNTKey() - Method in class MPPE
Get the MSCHAP V1 key for the NT (NT key).
getName(int) - Static method in class Attribute
Get the name of an attribute tag.
getName() - Method in class Attribute
Get the name of this attribute tag.
getName() - Method in class PacketInfo
Return the User-Name attribute value stripped of any realm information.
getName(int) - Method in class PacketType
Get a name for the given packet type.
getName() - Method in class ProxyTarget
Get the name of the forwarding server.
getName() - Method in class Realm
Get the realm.name.
getName(int, int) - Method in class RADIUSDictionary
Given the tag number of an attribute return it's name.
getName(int) - Method in class RADIUSDictionary
Given the tag number of an attribute return it's name.
getName() - Method in class RADIUSPrincipal
Get the entity name
getOccurrence(int, int) - Method in class FreeRadius
Get the number of occurrences permitted for RFC standard attributes.
getOccurrenceName(int) - Method in class FreeRadius
Get the name of the occurrence given the numerical value.
getPacket() - Method in class EAPInfo
Get the EAP Info packet.
getPacketID() - Method in class PacketInfo
Get the packet ID number.
getPacketIdentifier() - Method in class EAPPacket
Get the packet packetIdentifier.
getPacketType() - Method in class PacketType
Get the packet type value.
getPacketType() - Method in class RADIUSClient
Get the packet type returned by an authentication or accounting request.
getPacketType() - Method in class DMCOAResponse
 
getPacketType() - Method in class SendDMCOA
Get the packet type.
getPacketTypeName(int) - Method in class PacketInfo
Get the name of a packet type.
getPacketTypeName() - Method in class RADIUSClient
Get the name of the packet type returned by an authentication or accounting request.
getPacketTypeName(int) - Method in class RADIUSClient
Get the name of the packet type returned by an authentication or accounting request.
getPassword() - Method in class RADIUSClient
Get the User-Password/Chap-Password as a binary value.
getPhysicalLength() - Method in class DumpPacket
Get the packet's physical size.
getPrefix() - Method in class PacketInfo
Return the prefix to the User-Name attribute.
getPrefixCharacter() - Method in class Gb
Get the realm proxy character.
getProperties() - Method in class DigestAuthentication
Get the request properties.
getProxyCharacter() - Method in class Gb
Get the realm proxy character.
getProxyClient(boolean, int, AttributeList, Object) - Method in class PacketInfo
Create a client to send a particular packet to a realm.
getProxyNASList() - Method in class ProxyInfo
Return a list of the Proxy server NAS's.
getProxyServerList() - Method in class Gb
Get the list of proxy servers..
getProxyStateAttributesLength() - Method in class PacketInfo
Get Proxy-State's attributes length.
getProxyStateObject() - Method in class ProxyInfo
Get the external object associated with the Proxy-State.
getProxyTargetByRealm(String) - Method in class PacketInfo
Get a proxy target by realm.
getProxyTargetList() - Method in class ProxyInfo
Return a list of the proxy realms.
getProxyTargetList() - Method in class RADIUSServer
Get the list of ProxyTargets.
getProxyTargets() - Method in class PacketInfo
Get the list of proxy targets.
getRADIUSPacket() - Method in class SnoopRecord
Return the raw RADIUS packet data.
getRADIUSServer() - Method in class PacketInfo
Get the server object.
getRadiusAuthServConfigReset() - Method in class SNMPStats
Get radiusAuthServConfigReset time (read-write);
getRawData() - Method in class VendorSpecific
Get the raw data content of the Vendor-Specific attribute.
getRealm() - Method in class PacketInfo
Return the realm portion of the User-Name.
getRealmInfo(String) - Method in class PacketInfo
Return realm information.
getRealmList() - Method in class PacketInfo
Return a list of the proxy realms.
getReceiveKey() - Method in class MPPE
Get the MSCHAP V2 receive key.
getRequestAttributeList() - Method in class PacketInfo
Get an attribute list
getRequestAttributes() - Method in class PacketInfo
Get an array of Attributes
getRequestAttributes() - Method in class RADIUSClient
Explicitly get the original request attribute list.
getRequestAttributes() - Method in class Attributes
Get request attributes for the RADIUS client.
getRequestAuthenticator() - Method in class RADIUSClient
Get the Access-Request Authenticator.
getRequestType() - Method in class PacketInfo
Get the request packet type
getRequestTypeName() - Method in class PacketInfo
Get the name of the request packet type.
getRespondingServerName() - Method in class ProxyInfo
Get the name of the responding server.
getResponse() - Method in class Attributes
Retrieve the server response.
getResponseAttributeList() - Method in class PacketInfo
Get return attributes.
getResponseAttributes() - Method in class DMCOAResponse
 
getResponseAttributes() - Method in class Attributes
Retrieve response attributes from the RADIUS client.
getResponseType() - Method in class PacketInfo
Get the response packet type
getResponseTypeName() - Method in class PacketInfo
Get the name of the response packet type.
getRoundTripTiming() - Method in class ProxyInfo
Get the time in milliseconds for the proxy response.
getRoundTripTimingString() - Method in class ProxyInfo
Get the time as a string.
getSNMPStats() - Method in class RADIUSServer
Get server statistics.
getSeconds() - Method in class SnoopRecord
Get the time in seconds the packet was seen.
getSecret() - Method in class NAS
Get the secret.
getSecret() - Method in class PacketInfo
Get the shared secret for this NAS.
getSecret() - Method in class RADIUSClient
Get the NAS secret.
getSecret() - Method in class Realm
Get the realm's secret.
getSendKey() - Method in class MPPE
Get the MSCHAP V2 send key.
getServer() - Method in class RADIUSClient
Get the RADIUS server address.
getServerInfo() - Method in class RADIUSServer
Get the server's basic information - name, synonyms, ports and so on.
getServerLogLevel() - Method in class RADIUSServer
Get the current server log level.
getServerName() - Method in class PacketInfo
Get the server's name.
getSessionID() - Method in class AccountingInfo
Get the Acct-Session-ID attribute value.
getSessionKey() - Method in class LEAPCLIENTImpl
Get the session key.
getShort(int) - Method in class AttributeList
Get a short value (two octets) from an attribute.
getSize() - Method in class AttributeList
Return the size of the current list of attributes.
getSourceAddress() - Method in class PacketInfo
Get the packet's source IP address.
getSourceIP() - Method in class SnoopRecord
Get source IP address.
getSourcePort() - Method in class PacketInfo
Get the packet's source UDP port.
getSourcePort() - Method in class SnoopRecord
Get source port.
getStackTrace(Throwable) - Static method in class StackTrace
Return a stack trace from a Throwable or Exeption object.
getStackTrace() - Static method in class StackTrace
Return a stack trace from the current process.
getState() - Method in class AuthInfo
Get the State attribute(s) from the incoming attributes.
getState() - Method in class RSAACEInfo
Get the current RSA client state.
getState() - Method in class LEAPImpl
Get the LEAP state.
getStateName() - Method in class RSAACEInfo
Get the symbolic name for the current state returned by RSAACEInfo.getState().
getStateName() - Method in class LEAPImpl
Get the current LEAP state name.
getStateObject() - Method in class AuthInfo
Get the persistent State attribute object from the request attribute list.
getStateObject(byte) - Method in class AuthInfo
Get the persistent State attribute object from the request attribute list.
getStateObject(byte) - Method in class PacketInfo
Get the persistent State attribute object from the request attribute list.
getStateSession() - Method in class Gb
Get the StateSession object.
getStats() - Method in class RADIUSServer
Get server statistics.
getString() - Method in class Attribute
Return an attribute value as a string.
getStringAttribute(int) - Method in class AttributeList
Return a particular string attribute.
getSynonyms() - Method in class ProxyTarget
Get the list realms this ProxyTarget will automatically handle as synonyms.
getSyslogEntry() - Method in class AccountingInfo
Get a syslog style log entry.
getTag() - Method in class Attribute
Get tag field value.
getTag(String) - Static method in class Attribute
Get the attribute tag number from the symbolic name.
getTag(int, String) - Method in class RADIUSDictionary
Given the name of the attribute return it's tag value.
getTag(String) - Method in class RADIUSDictionary
Given the name of the attribute return it's tag value.
getTime() - Method in class AccountingInfo
Get the formatted current time.
getTimeStamp() - Method in class SnoopRecord
Get the current packet's time in microseconds.
getTimeout() - Method in class Retransmission
Calculate the new time out based on the last time out.
getTunnelPassword(int) - Method in class RADIUSClient
Decode a Tunnel-Password.
getTunnelTag() - Method in class Attribute
Get the tunnel tag.
getTunnelValue() - Method in class Attribute
Get a tunnel attribute's value.
getType() - Method in class EAPPacket
Get the type value;
getTypeName() - Method in class EAPPacket
Get the type value's name.
getTypeName(int) - Method in class EAPPacket
Get the type value's name.
getUserName() - Method in class PacketInfo
Get the User-Name attribute value if available.
getUserPassword() - Method in class PacketInfo
Get the encoded password from the User_Password attribute.
getValueName(int, String) - Static method in class Attribute
Get the numeric representation of an attribute's symbolic value.
getValueName() - Method in class Attribute
Get the symbolic representation of this attribute's value.
getValueName(int, int) - Method in class RADIUSDictionary
Given the attribute number get the name of the particular attribute's integer value field return the name of that integer value.
getValueName(int, int, int) - Method in class RADIUSDictionary
Given the attribute number get the name of the particular attribute's integer value field return the name of that integer value.
getVendor(int) - Static method in class AttributeName
Get the vendor name from the Vendor ID.
getVendor(String) - Static method in class AttributeName
Extract the vendor Id given the name.
getVendorID() - Method in class Attribute
Get Vendor-Specific ID number from this attribute.
getVendorID() - Method in class VendorSpecific
Get the vendor ID for this attribute.
getVendorId() - Method in class EAPPacket
Get the vendor Id for expanded packets.
getVendorId() - Method in class RADIUSDictionary
Get the default vendorId.
getVendorId(String) - Method in class RADIUSDictionary
Get the vendor number from the name.
getVendorName(int) - Method in class RADIUSDictionary
Get a vendor name from a vendor id number.
getVendorNames() - Method in class RADIUSDictionary
Return an array of Vendor names
getVendorSpecific(int) - Method in class AttributeList
Get a list of Vendor-Specific attributes by Vendor Id.
getVendorSpecific(int, int) - Method in class AttributeList
Get a list of Vendor-Specific attributes by Vendor Id narrowed down to a particular tag.
getVendorTagLength() - Method in class RADIUSDictionary
Get the vendor tag size format - either long or short tags.
getVendorTagLength(int) - Method in class RADIUSDictionary
Get the vendor tag size format - either long or short tags.
getVendorType() - Method in class EAPPacket
Get the vendor type for expanded packets.
getVersion() - Method in class RadRand
Get the version.
gw_final_xlated_cdn - Static variable in class Cisco
 
gw_rxd_cdn - Static variable in class Cisco
 

AXL Software™
A B C D E F G H I K L M N O P R S T U V W X Z
Submit a bug report or feature request

Copyright 1998-2008 AXL Software™. PO Box 97, Viola, Delaware 19979, U.S.A. All Rights Reserved.