You are here

Classes, traits, and interfaces in jQuery social stream 7

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
JquerySocialStreamBean class plugins/bean/jquery_social_stream.inc @file jQuery social stream bean plugin.
sOAuthConsumer class ./jquery_social_stream.js.inc
sOAuthDataStore class ./jquery_social_stream.js.inc
sOAuthException class ./jquery_social_stream.js.inc
sOAuthRequest class ./jquery_social_stream.js.inc
sOAuthServer class ./jquery_social_stream.js.inc
sOAuthSignatureMethod abstract class ./jquery_social_stream.js.inc A class for implementing a Signature Method See section 9 ("Signing Requests") in the spec 3
sOAuthSignatureMethod_HMAC_SHA1 class ./jquery_social_stream.js.inc The HMAC-SHA1 signature method uses the HMAC-SHA1 signature algorithm as defined in [RFC2104] where the Signature Base String is the text and the key is the concatenated values (each first encoded per Parameter Encoding) of the Consumer Secret and…
sOAuthSignatureMethod_PLAINTEXT class ./jquery_social_stream.js.inc The PLAINTEXT method does not provide any security protection and SHOULD only be used over a secure channel such as HTTPS. It does not use the Signature Base String.
sOAuthSignatureMethod_RSA_SHA1 abstract class ./jquery_social_stream.js.inc The RSA-SHA1 signature method uses the RSASSA-PKCS1-v1_5 signature algorithm as defined in [RFC3447] section 8.2 (more simply known as PKCS#1), using SHA-1 as the hash function for EMSA-PKCS1-v1_5. It is assumed that the Consumer has provided its RSA…
sOAuthToken class ./jquery_social_stream.js.inc
sOAuthUtil class ./jquery_social_stream.js.inc
TwittersOAuth class ./jquery_social_stream.js.inc Twitter sOAuth class

Other projects