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 null
arguments
- the arguments available to the operation. Never null
public SecurityContext getSecurityContext()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.