Skip navigation links
A C E G I O P R S U 

A

AUTH_SCHEME_KEY - Static variable in class org.ballerinalang.stdlib.runtime.nativeimpl.AuthContext
 
AUTH_TOKEN_KEY - Static variable in class org.ballerinalang.stdlib.runtime.nativeimpl.AuthContext
 
AuthContext - Class in org.ballerinalang.stdlib.runtime.nativeimpl
AuthContext represents and holds the authentication information.
AuthContext(BMap<String, BValue>) - Constructor for class org.ballerinalang.stdlib.runtime.nativeimpl.AuthContext
 

C

CLAIMS_REF_FIELD_KEY - Static variable in class org.ballerinalang.stdlib.runtime.nativeimpl.UserPrincipal
 

E

execute(Context) - Method in class org.ballerinalang.stdlib.runtime.nativeimpl.GetCallStack
 
execute(Context) - Method in class org.ballerinalang.stdlib.runtime.nativeimpl.GetErrorCallStackFrame
 
execute(Context) - Method in class org.ballerinalang.stdlib.runtime.nativeimpl.GetInvocationContext
 
execute(Context) - Method in class org.ballerinalang.stdlib.runtime.nativeimpl.GetProperty
 
execute(Context, CallableUnitCallback) - Method in class org.ballerinalang.stdlib.runtime.nativeimpl.Sleep
 

G

getAuthContext() - Method in class org.ballerinalang.stdlib.runtime.nativeimpl.InvocationContext
 
getAuthToken() - Method in class org.ballerinalang.stdlib.runtime.nativeimpl.AuthContext
 
GetCallStack - Class in org.ballerinalang.stdlib.runtime.nativeimpl
Native implementation for get error's call stack.
GetCallStack() - Constructor for class org.ballerinalang.stdlib.runtime.nativeimpl.GetCallStack
 
getClaims() - Method in class org.ballerinalang.stdlib.runtime.nativeimpl.UserPrincipal
 
GetErrorCallStackFrame - Class in org.ballerinalang.stdlib.runtime.nativeimpl
Native implementation for get current call stack.
GetErrorCallStackFrame() - Constructor for class org.ballerinalang.stdlib.runtime.nativeimpl.GetErrorCallStackFrame
 
getId() - Method in class org.ballerinalang.stdlib.runtime.nativeimpl.InvocationContext
 
GetInvocationContext - Class in org.ballerinalang.stdlib.runtime.nativeimpl
Native function to get authentication context.
GetInvocationContext() - Constructor for class org.ballerinalang.stdlib.runtime.nativeimpl.GetInvocationContext
 
getInvocationContext(Context) - Static method in class org.ballerinalang.stdlib.runtime.nativeimpl.InvocationContextUtils
 
getInvocationContextStruct() - Method in class org.ballerinalang.stdlib.runtime.nativeimpl.InvocationContext
 
getInvocationContextStruct(Context) - Static method in class org.ballerinalang.stdlib.runtime.nativeimpl.InvocationContextUtils
 
getMapField(BValue) - Static method in class org.ballerinalang.stdlib.runtime.nativeimpl.UserPrincipal
 
GetProperty - Class in org.ballerinalang.stdlib.runtime.nativeimpl
Native function ballerina.runtime:getProperty.
GetProperty() - Constructor for class org.ballerinalang.stdlib.runtime.nativeimpl.GetProperty
 
getScheme() - Method in class org.ballerinalang.stdlib.runtime.nativeimpl.AuthContext
 
getScopes() - Method in class org.ballerinalang.stdlib.runtime.nativeimpl.UserPrincipal
 
getStringArrayField(BValue) - Static method in class org.ballerinalang.stdlib.runtime.nativeimpl.UserPrincipal
 
getSystemProperty(String) - Static method in class org.ballerinalang.stdlib.runtime.utils.RuntimeUtils
Returns the system property which corresponds to the given key.
getUserId() - Method in class org.ballerinalang.stdlib.runtime.nativeimpl.UserPrincipal
 
getUsername() - Method in class org.ballerinalang.stdlib.runtime.nativeimpl.UserPrincipal
 
getUserPrincipal() - Method in class org.ballerinalang.stdlib.runtime.nativeimpl.InvocationContext
 

I

INVOCATION_CONTEXT_PROPERTY - Static variable in class org.ballerinalang.stdlib.runtime.nativeimpl.InvocationContextUtils
 
INVOCATION_ID_KEY - Static variable in class org.ballerinalang.stdlib.runtime.nativeimpl.InvocationContext
 
InvocationContext - Class in org.ballerinalang.stdlib.runtime.nativeimpl
InvocationContext represents and holds the current invocation information.
InvocationContext(BMap<String, BValue>, UserPrincipal, AuthContext) - Constructor for class org.ballerinalang.stdlib.runtime.nativeimpl.InvocationContext
 
InvocationContextUtils - Class in org.ballerinalang.stdlib.runtime.nativeimpl
This class contains the common constants and methods required for invocation context processing.
InvocationContextUtils() - Constructor for class org.ballerinalang.stdlib.runtime.nativeimpl.InvocationContextUtils
 
isBlocking() - Method in class org.ballerinalang.stdlib.runtime.nativeimpl.Sleep
 

O

org.ballerinalang.stdlib.runtime.generated.providers - package org.ballerinalang.stdlib.runtime.generated.providers
 
org.ballerinalang.stdlib.runtime.nativeimpl - package org.ballerinalang.stdlib.runtime.nativeimpl
 
org.ballerinalang.stdlib.runtime.utils - package org.ballerinalang.stdlib.runtime.utils
 

P

populateNatives(NativeElementRepository) - Method in class org.ballerinalang.stdlib.runtime.generated.providers.StandardNativeElementProvider
 

R

RuntimeUtils - Class in org.ballerinalang.stdlib.runtime.utils
 
RuntimeUtils() - Constructor for class org.ballerinalang.stdlib.runtime.utils.RuntimeUtils
 

S

SCOPES_REF_FIELD_KEY - Static variable in class org.ballerinalang.stdlib.runtime.nativeimpl.UserPrincipal
 
setAuthToken(String) - Method in class org.ballerinalang.stdlib.runtime.nativeimpl.AuthContext
 
setClaims(Map<String, String>) - Method in class org.ballerinalang.stdlib.runtime.nativeimpl.UserPrincipal
 
setId(String) - Method in class org.ballerinalang.stdlib.runtime.nativeimpl.InvocationContext
 
setScheme(String) - Method in class org.ballerinalang.stdlib.runtime.nativeimpl.AuthContext
 
setScopes(String[]) - Method in class org.ballerinalang.stdlib.runtime.nativeimpl.UserPrincipal
 
setUserId(String) - Method in class org.ballerinalang.stdlib.runtime.nativeimpl.UserPrincipal
 
setUsername(String) - Method in class org.ballerinalang.stdlib.runtime.nativeimpl.UserPrincipal
 
Sleep - Class in org.ballerinalang.stdlib.runtime.nativeimpl
Native function ballerina/runtime:sleep.
Sleep() - Constructor for class org.ballerinalang.stdlib.runtime.nativeimpl.Sleep
 
StandardNativeElementProvider - Class in org.ballerinalang.stdlib.runtime.generated.providers
 
StandardNativeElementProvider() - Constructor for class org.ballerinalang.stdlib.runtime.generated.providers.StandardNativeElementProvider
 
STRUCT_TYPE_AUTH_CONTEXT - Static variable in class org.ballerinalang.stdlib.runtime.nativeimpl.InvocationContextUtils
 
STRUCT_TYPE_INVOCATION_CONTEXT - Static variable in class org.ballerinalang.stdlib.runtime.nativeimpl.InvocationContextUtils
 
STRUCT_TYPE_USER_PRINCIPAL - Static variable in class org.ballerinalang.stdlib.runtime.nativeimpl.InvocationContextUtils
 

U

USER_ID_STRING_FIELD_KEY - Static variable in class org.ballerinalang.stdlib.runtime.nativeimpl.UserPrincipal
 
USER_NAME_STRING_FIELD_KEY - Static variable in class org.ballerinalang.stdlib.runtime.nativeimpl.UserPrincipal
 
UserPrincipal - Class in org.ballerinalang.stdlib.runtime.nativeimpl
UserPrincipal represents and holds the authenticated user information.
UserPrincipal(BMap<String, BValue>) - Constructor for class org.ballerinalang.stdlib.runtime.nativeimpl.UserPrincipal
 
A C E G I O P R S U 
Skip navigation links

Copyright © 2018 WSO2. All rights reserved.