public class InvocationContext extends Object
Modifier and Type | Field and Description |
---|---|
static int |
INVOCATION_ID_STRING_FIELD_INDEX |
Constructor and Description |
---|
InvocationContext(BStruct invocationContextStruct,
UserPrincipal userPrincipal,
AuthContext authenticationContext) |
Modifier and Type | Method and Description |
---|---|
AuthContext |
getAuthContext() |
String |
getId() |
BStruct |
getInvocationContextStruct() |
UserPrincipal |
getUserPrincipal() |
void |
setId(String id) |
public static final int INVOCATION_ID_STRING_FIELD_INDEX
public InvocationContext(BStruct invocationContextStruct, UserPrincipal userPrincipal, AuthContext authenticationContext)
public BStruct getInvocationContextStruct()
public String getId()
public void setId(String id)
public AuthContext getAuthContext()
public UserPrincipal getUserPrincipal()
Copyright © 2018 WSO2. All rights reserved.