public class CallContext
extends java.lang.Object
implements org.aopalliance.intercept.MethodInterceptor
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
FILENAME_KEY |
static java.lang.String |
TOKEN_KEY |
Constructor and Description |
---|
CallContext(ome.security.basic.CurrentDetails cd,
java.lang.String token) |
CallContext(ome.system.OmeroContext ctx,
java.lang.String token) |
CallContext(ome.system.OmeroContext ctx,
java.lang.String token,
Ice.Current current) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
invoke(org.aopalliance.intercept.MethodInvocation arg0) |
public static final java.lang.String FILENAME_KEY
public static final java.lang.String TOKEN_KEY
public CallContext(ome.system.OmeroContext ctx, java.lang.String token, Ice.Current current)
public CallContext(ome.system.OmeroContext ctx, java.lang.String token)
public CallContext(ome.security.basic.CurrentDetails cd, java.lang.String token)
public java.lang.Object invoke(org.aopalliance.intercept.MethodInvocation arg0) throws java.lang.Throwable
invoke
in interface org.aopalliance.intercept.MethodInterceptor
java.lang.Throwable
MethodInterceptor.invoke(org.aopalliance.intercept.MethodInvocation)