MCPcopy Create free account
hub / github.com/apache/tomcat / getAttribute

Method getAttribute

java/org/apache/catalina/TomcatPrincipal.java:81–81  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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

Callers 15

getInstanceMethod · 0.65
initClassPathMethod · 0.65
getStringInterpreterMethod · 0.65
getELInterpreterMethod · 0.65
getJarScannerMethod · 0.65
getAttributeMethod · 0.65
getAttributesScopeMethod · 0.65
findAttributeMethod · 0.65
forwardMethod · 0.65
handlePageExceptionMethod · 0.65

Implementers 1

GenericPrincipaljava/org/apache/catalina/realm/Generic

Calls

no outgoing calls

Tested by

no test coverage detected