public class InvocationContext extends Object
invocation of an operation.| Constructor and Description | 
|---|
InvocationContext(SecurityContext securityContext,
                 Map<String,Object> arguments)
Creates a new context for an operation being invoked by the given  
principal
 with the given available arguments. | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,Object> | 
getArguments()  | 
SecurityContext | 
getSecurityContext()  | 
public InvocationContext(SecurityContext securityContext, Map<String,Object> arguments)
principal
 with the given available arguments.securityContext - the current security context. Never nullarguments - the arguments available to the operation. Never nullpublic SecurityContext getSecurityContext()
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.