Return the value of the specified attribute. @param name the attribute name @return the attribute value
(String name)
| 876 | * @return the attribute value |
| 877 | */ |
| 878 | public Object getAttribute(String name) { |
| 879 | return attributes.get(name); |
| 880 | } |
| 881 | |
| 882 | /** |
| 883 | * Return the remote user. |