Class InvocationContext
- java.lang.Object
- org.springframework.boot.actuate.endpoint.InvocationContext
public class InvocationContext extends Object
The context for theinvocation of an operation.- Since:
- 2.0.0
Constructor Summary
Constructors Constructor Description InvocationContext(SecurityContext securityContext, Map<String,Object> arguments)Creates a new context for an operation being invoked by the givenprincipalwith the given availablearguments.
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getArguments()SecurityContextgetSecurityContext()
Constructor Detail
InvocationContext
public InvocationContext(SecurityContext securityContext, Map<String,Object> arguments)
Creates a new context for an operation being invoked by the givenprincipalwith the given availablearguments.- Parameters:
securityContext- the current security context. Nevernullarguments- the arguments available to the operation. Nevernull
Method Detail
getSecurityContext
public SecurityContext getSecurityContext()
getArguments
public Map<String,Object> getArguments()