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

Method getAttribute

core/src/main/java/org/apache/shiro/session/Session.java:184–184  ·  view source on GitHub ↗

Returns the object bound to this session identified by the specified key. If there is no object bound under the key, null is returned. @param key the unique name of the object bound to this session @return the object bound under the specified key name or null if there is no

(Object key)

Source from the content-addressed store, hash-verified

182 * this method.
183 */
184 Object getAttribute(Object key) throws InvalidSessionException;
185
186 /**
187 * Binds the specified {@code value} to this session, uniquely identified by the specified

Callers 15

mainMethod · 0.95
getValueMethod · 0.95
buildModelMethod · 0.95
mainMethod · 0.95
testDefaultConfigMethod · 0.95
resolvePrincipalsMethod · 0.95
resolveAuthenticatedMethod · 0.95

Implementers 4

ProxiedSessioncore/src/main/java/org/apache/shiro/se
DelegatingSessioncore/src/main/java/org/apache/shiro/se
HttpServletSessionweb/src/main/java/org/apache/shiro/web
SimpleSessioncore/src/main/java/org/apache/shiro/se

Calls

no outgoing calls