Returns the value of the named attribute as an Object , or null if no attribute of the given name exists, or if null has been specified as the attribute's name. Only the servlet container may set attributes to make available custom information about a Princi
(String name)
| 79 | * not exist, or if <code>null</code> has been specified as the attribute's name |
| 80 | */ |
| 81 | Object getAttribute(String name); |
| 82 | |
| 83 | /** |
| 84 | * Returns an <code>Enumeration</code> containing the names of the attributes available to this Principal. This |
no outgoing calls
no test coverage detected