public class InvocationContext extends Object
Modifier and Type | Field and Description |
---|---|
static int |
INVOCATION_ID_STRING_FIELD_INDEX |
Constructor and Description |
---|
InvocationContext(BStruct invocationContextStruct,
AuthenticationContext authenticationContext) |
Modifier and Type | Method and Description |
---|---|
AuthenticationContext |
getAuthenticationContext() |
BStruct |
getInvocationContextStruct() |
String |
getInvocationId() |
void |
setInvocationId(String invocationId) |
public static final int INVOCATION_ID_STRING_FIELD_INDEX
public InvocationContext(BStruct invocationContextStruct, AuthenticationContext authenticationContext)
public BStruct getInvocationContextStruct()
public String getInvocationId()
public void setInvocationId(String invocationId)
public AuthenticationContext getAuthenticationContext()
Copyright © 2018 WSO2. All rights reserved.