| 程序包 | 说明 |
|---|---|
| org.tinyradius.attribute |
This package contains classes for Radius attributes and Radius
attribute types.
|
| org.tinyradius.dictionary |
This package contains interfaces and classes that manage
a dictionary of Radius attribute types.
|
| 限定符和类型 | 方法和说明 |
|---|---|
AttributeType |
RadiusAttribute.getAttributeTypeObject()
Retrieves an AttributeType object for this attribute.
|
| 限定符和类型 | 方法和说明 |
|---|---|
AttributeType |
MemoryDictionary.getAttributeTypeByCode(int typeCode)
Returns the AttributeType for the vendor -1 from the
cache.
|
AttributeType |
Dictionary.getAttributeTypeByCode(int typeCode)
Retrieves an attribute type by type code.
|
AttributeType |
MemoryDictionary.getAttributeTypeByCode(int vendorCode,
int typeCode)
Returns the specified AttributeType object.
|
AttributeType |
Dictionary.getAttributeTypeByCode(int vendorId,
int typeCode)
Retrieves an attribute type for a vendor-specific
attribute.
|
AttributeType |
MemoryDictionary.getAttributeTypeByName(String typeName)
Retrieves the attribute type with the given name.
|
AttributeType |
Dictionary.getAttributeTypeByName(String typeName)
Retrieves an attribute type by name.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
WritableDictionary.addAttributeType(AttributeType attributeType)
Adds an AttributeType object to the dictionary.
|
void |
MemoryDictionary.addAttributeType(AttributeType attributeType)
Adds an AttributeType object to the cache.
|
Copyright © 2016. All rights reserved.