MCPcopy Index your code
hub / github.com/apache/tomcat / setNote

Method setNote

java/org/apache/catalina/Session.java:371–371  ·  view source on GitHub ↗

Bind an object to a specified name in the internal notes associated with this session, replacing any existing binding for this name. @param name Name to which the object should be bound @param value Object to be bound to the specified name

(String name, Object value)

Source from the content-addressed store, hash-verified

369 * @param value Object to be bound to the specified name
370 */
371 void setNote(String name, Object value);
372
373
374 /**

Callers 15

doAuthenticateMethod · 0.95
registerMethod · 0.95
forwardToLoginPageMethod · 0.95
registerMethod · 0.95
parseAuthorityMethod · 0.65
compareAuthorityMethod · 0.65
validateRequestMethod · 0.65
executeMethod · 0.65
setNoteMethod · 0.65
saveRequestMethod · 0.65
authenticateJaspicMethod · 0.65

Implementers 3

WsSessionjava/org/apache/tomcat/websocket/WsSes
StandardSessionjava/org/apache/catalina/session/Stand
DummyProxySessionjava/org/apache/catalina/manager/Dummy

Calls

no outgoing calls

Tested by

no test coverage detected