Package | Description |
---|---|
org.apache.shiro.subject |
Components supporting the
Subject interface, the most important concept in
Shiro's API. |
org.apache.shiro.subject.support |
Concrete support implementations of most of the
org.apache.shiro.subject interfaces. |
Modifier and Type | Method and Description |
---|---|
<V> V |
Subject.execute(Callable<V> callable)
Associates the specified
Callable with this Subject instance and then executes it on the
currently running thread. |
Modifier and Type | Method and Description |
---|---|
<V> V |
DelegatingSubject.execute(Callable<V> callable) |
Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.