A E G J O P S T 

A

AccessTokenResponse - Class in org.jaggeryjs.modules.oauth.bean
 
AccessTokenResponse() - Constructor for class org.jaggeryjs.modules.oauth.bean.AccessTokenResponse
 

E

executePost(String, String, String) - Static method in class org.jaggeryjs.modules.oauth.SAML2GrantManager
Returns access token details that can be used to extract access token, refresh token, token type and expires in

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
 
getAccessToken() - Method in class org.jaggeryjs.modules.oauth.bean.AccessTokenResponse
 
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
 
getExpiresIn() - Method in class org.jaggeryjs.modules.oauth.bean.AccessTokenResponse
 
getOAuth_version() - Method in class org.jaggeryjs.modules.oauth.ProviderConfig
 
getRefreshToken() - Method in class org.jaggeryjs.modules.oauth.bean.AccessTokenResponse
 
getRequest_token_url() - Method in class org.jaggeryjs.modules.oauth.ProviderConfig
 
getRequestTokenEndpoint() - Method in class org.jaggeryjs.modules.oauth.GenericOAuth10aApi
 
getSamlAssertionString(String) - Static method in class org.jaggeryjs.modules.oauth.SAML2GrantManager
Returns assertion string
getTokenType() - Method in class org.jaggeryjs.modules.oauth.bean.AccessTokenResponse
 

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_getTokenResponse(Context, Scriptable, Object[], Function) - Static method in class org.jaggeryjs.modules.oauth.OAuthHostObject
Send the SAMLResponse and creates AccessTokenResponse lik.getTokenResponse(samlResponse);
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
 
org.jaggeryjs.modules.oauth.bean - package org.jaggeryjs.modules.oauth.bean
 

P

ProviderConfig - Class in org.jaggeryjs.modules.oauth
 
ProviderConfig() - Constructor for class org.jaggeryjs.modules.oauth.ProviderConfig
 

S

SAML2_BEARER_GRANT_TYPE - Static variable in class org.jaggeryjs.modules.oauth.SSOAgentConstants.OAuth2
 
SAML2GrantManager - Class in org.jaggeryjs.modules.oauth
 
SAML2GrantManager() - Constructor for class org.jaggeryjs.modules.oauth.SAML2GrantManager
 
setAccess_token_url(String) - Method in class org.jaggeryjs.modules.oauth.ProviderConfig
 
setAccessToken(String) - Method in class org.jaggeryjs.modules.oauth.bean.AccessTokenResponse
 
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
 
setExpiresIn(String) - Method in class org.jaggeryjs.modules.oauth.bean.AccessTokenResponse
 
setOAuth_version(Float) - Method in class org.jaggeryjs.modules.oauth.ProviderConfig
 
setRefreshToken(String) - Method in class org.jaggeryjs.modules.oauth.bean.AccessTokenResponse
 
setRequest_token_url(String) - Method in class org.jaggeryjs.modules.oauth.ProviderConfig
 
setRequestTokenEndpoint(String) - Method in class org.jaggeryjs.modules.oauth.GenericOAuth10aApi
 
setTokenType(String) - Method in class org.jaggeryjs.modules.oauth.bean.AccessTokenResponse
 
SSOAgentConstants - Class in org.jaggeryjs.modules.oauth
 
SSOAgentConstants() - Constructor for class org.jaggeryjs.modules.oauth.SSOAgentConstants
 
SSOAgentConstants.OAuth2 - Class in org.jaggeryjs.modules.oauth
 

T

toString() - Method in class org.jaggeryjs.modules.oauth.bean.AccessTokenResponse
 
A E G J O P S T 

Copyright © 2016 WSO2 Inc. All rights reserved.