org.skife.intercept.interceptors.security
Class InvocationContext

java.lang.Object
  |
  +--org.skife.intercept.interceptors.security.InvocationContext

public class InvocationContext
extends java.lang.Object

Invocation information used by Rule to determine if an invocation should be allowed by a given actor.

Should never be created by clients, only within the SecurityBroker


Method Summary
 org.skife.intercept.interceptors.security.Actor getActor()
           
 java.lang.Object[] getArgs()
           
 java.lang.reflect.Method getMethod()
           
 java.lang.Object getObject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getActor

public org.skife.intercept.interceptors.security.Actor getActor()

getMethod

public java.lang.reflect.Method getMethod()

getArgs

public java.lang.Object[] getArgs()

getObject

public java.lang.Object getObject()