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