Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
G
J
O
P
S
G
GenericOAuth10aApi
- Class in
org.jaggeryjs.modules.oauth
GenericOAuth10aApi()
- Constructor for class org.jaggeryjs.modules.oauth.
GenericOAuth10aApi
GenericOAuth20Api
- Class in
org.jaggeryjs.modules.oauth
GenericOAuth20Api()
- Constructor for class org.jaggeryjs.modules.oauth.
GenericOAuth20Api
getAccess_token_url()
- Method in class org.jaggeryjs.modules.oauth.
ProviderConfig
getAccessTokenEndpoint()
- Method in class org.jaggeryjs.modules.oauth.
GenericOAuth10aApi
getAccessTokenEndpoint()
- Method in class org.jaggeryjs.modules.oauth.
GenericOAuth20Api
getApi_key()
- Method in class org.jaggeryjs.modules.oauth.
ProviderConfig
getApi_secret()
- Method in class org.jaggeryjs.modules.oauth.
ProviderConfig
getAuthorization_url()
- Method in class org.jaggeryjs.modules.oauth.
ProviderConfig
getAuthorizationUrl(Token)
- Method in class org.jaggeryjs.modules.oauth.
GenericOAuth10aApi
getAuthorizationUrl(OAuthConfig)
- Method in class org.jaggeryjs.modules.oauth.
GenericOAuth20Api
getCallback_url()
- Method in class org.jaggeryjs.modules.oauth.
ProviderConfig
getCallBackUrl()
- Method in class org.jaggeryjs.modules.oauth.
GenericOAuth20Api
getClassName()
- Method in class org.jaggeryjs.modules.oauth.
OAuthHostObject
getOAuth_version()
- Method in class org.jaggeryjs.modules.oauth.
ProviderConfig
getRequest_token_url()
- Method in class org.jaggeryjs.modules.oauth.
ProviderConfig
getRequestTokenEndpoint()
- Method in class org.jaggeryjs.modules.oauth.
GenericOAuth10aApi
J
jsConstructor(Context, Object[], Function, boolean)
- Static method in class org.jaggeryjs.modules.oauth.
OAuthHostObject
var provider = { "oauth_version" : "1", "authorization_url" : "https://www.linkedin.com/uas/oauth/authorize", "access_token_url" : "https://api.linkedin.com/uas/oauth/accessToken", "request_token_url" : "https://api.linkedin.com/uas/oauth/requestToken", "api_key" : "key", "api_secret" : "secret" } new OAuthProvider(provider);
jsFunction_getAccessToken(Context, Scriptable, Object[], Function)
- Static method in class org.jaggeryjs.modules.oauth.
OAuthHostObject
Provides the authCode and creates a AccessToken
jsFunction_getAuthorizationUrl(Context, Scriptable, Object[], Function)
- Static method in class org.jaggeryjs.modules.oauth.
OAuthHostObject
creates an authorization Token
jsFunction_sendOAuthRequest(Context, Scriptable, Object[], Function)
- Static method in class org.jaggeryjs.modules.oauth.
OAuthHostObject
Send OAuth Request.
O
OAuthHostObject
- Class in
org.jaggeryjs.modules.oauth
OAuthHostObject()
- Constructor for class org.jaggeryjs.modules.oauth.
OAuthHostObject
org.jaggeryjs.modules.oauth
- package org.jaggeryjs.modules.oauth
P
ProviderConfig
- Class in
org.jaggeryjs.modules.oauth
ProviderConfig()
- Constructor for class org.jaggeryjs.modules.oauth.
ProviderConfig
S
setAccess_token_url(String)
- Method in class org.jaggeryjs.modules.oauth.
ProviderConfig
setAccessTokenEndpoint(String)
- Method in class org.jaggeryjs.modules.oauth.
GenericOAuth10aApi
setAccessTokenEP(String)
- Method in class org.jaggeryjs.modules.oauth.
GenericOAuth20Api
setApi_key(String)
- Method in class org.jaggeryjs.modules.oauth.
ProviderConfig
setApi_secret(String)
- Method in class org.jaggeryjs.modules.oauth.
ProviderConfig
setAuthorization_url(String)
- Method in class org.jaggeryjs.modules.oauth.
ProviderConfig
setAuthorizationUrl(String)
- Method in class org.jaggeryjs.modules.oauth.
GenericOAuth10aApi
setAuthorizeUrl(String)
- Method in class org.jaggeryjs.modules.oauth.
GenericOAuth20Api
setCallback_url(String)
- Method in class org.jaggeryjs.modules.oauth.
ProviderConfig
setCallBackUrl(String)
- Method in class org.jaggeryjs.modules.oauth.
GenericOAuth20Api
setOAuth_version(Float)
- Method in class org.jaggeryjs.modules.oauth.
ProviderConfig
setRequest_token_url(String)
- Method in class org.jaggeryjs.modules.oauth.
ProviderConfig
setRequestTokenEndpoint(String)
- Method in class org.jaggeryjs.modules.oauth.
GenericOAuth10aApi
G
J
O
P
S
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2015
WSO2 Inc
. All rights reserved.