Package wt.federation
Class DirectoryAttributeHolder
java.lang.Object
wt.federation.DirectoryAttributeHolder
- All Implemented Interfaces:
Externalizable,Serializable,wt.org.AttributeHolder
public class DirectoryAttributeHolder
extends Object
implements wt.org.AttributeHolder, Externalizable
Supported API: true
Extendable: false
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor returning an instance holding no attributes and no translation table.DirectoryAttributeHolder(Hashtable attributes, Hashtable translationTable) Constructor returning an instance initialized to hold a specified set of attributes and an attribute name translation table. -
Method Summary
-
Constructor Details
-
DirectoryAttributeHolder
public DirectoryAttributeHolder()Constructor returning an instance holding no attributes and no translation table.
Supported API: true -
DirectoryAttributeHolder
Constructor returning an instance initialized to hold a specified set of attributes and an attribute name translation table.
Supported API: true- Parameters:
attributes-translationTable-
-