Hitachi

uCosminexus Application Server Security Management Guide


The getAttributes method

Organization of this page

Description

From the information stored in this object, obtains all of the attribute values associated with the specified attribute name. The requestor uses the nextElement method to obtain the object for Enumeration, and casts it to reference the value.

Syntax

public Enumeration getAttributes(String name);

Parameter

name:

Specifies the name of the attribute. If the attribute has an alias, specify that alias.

Exceptions

None

Return value

If an Enumeration object that holds the attribute values is found, this method returns that object. If the object is not found, it returns null.