public abstract class MethodInterceptorSupport extends Object implements MethodInterceptor
Subject.| Constructor and Description |
|---|
MethodInterceptorSupport()
Default no-argument constructor for subclasses.
|
| Modifier and Type | Method and Description |
|---|---|
protected Subject |
getSubject()
Returns the
Subject associated with the currently-executing code. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinvokepublic MethodInterceptorSupport()
protected Subject getSubject()
Subject associated with the currently-executing code.
This default implementation merely calls SecurityUtils.getSubject().Subject associated with the currently-executing code.Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.