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

Method getSession

core/src/main/java/org/apache/shiro/subject/Subject.java:405–405  ·  view source on GitHub ↗

Returns the application Session associated with this Subject. If no session exists when this method is called, a new session will be created, associated with this Subject, and then returned. @return the application Session associated with this Subject. @see #getSession(boolean) @si

()

Source from the content-addressed store, hash-verified

403 * @since 0.2
404 */
405 Session getSession();
406
407 /**
408 * Returns the application {@code Session} associated with this Subject. Based on the boolean argument,

Callers 15

mainMethod · 0.95
getValueMethod · 0.95
setValueMethod · 0.95
buildModelMethod · 0.95
handleRequestInternalMethod · 0.95
mainMethod · 0.95
testDefaultConfigMethod · 0.95
testVMSingletonMethod · 0.95
resolveSessionMethod · 0.95

Implementers 1

DelegatingSubjectcore/src/main/java/org/apache/shiro/su

Calls

no outgoing calls