You are here

Classes, traits, and interfaces in jQuery social stream 8.2

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
DefaultController class Drupal\jquery_social_stream\Controller src/Controller/DefaultController.php Default controller for the jquery_social_stream module.
JquerySocialStreamAdminForm class Drupal\jquery_social_stream\Form src/Form/JquerySocialStreamAdminForm.php 1
JquerySocialStreamBlock class Drupal\jquery_social_stream\Plugin\Block src/Plugin/Block/JquerySocialStreamBlock.php Provides the JquerySocialStream block.
OAuthConsumer class Drupal\jquery_social_stream\Twitter src/Twitter/OAuthConsumer.php
OAuthDataStore class Drupal\jquery_social_stream\Twitter src/Twitter/OAuthDataStore.php
OAuthException class Drupal\jquery_social_stream\Twitter src/Twitter/OAuthException.php
OAuthRequest class Drupal\jquery_social_stream\Twitter src/Twitter/OAuthRequest.php
OAuthServer class Drupal\jquery_social_stream\Twitter src/Twitter/OAuthServer.php
OAuthSignatureMethod abstract class Drupal\jquery_social_stream\Twitter src/Twitter/OAuthSignatureMethod.php A class for implementing a Signature Method See section 9 ("Signing Requests") in the spec 3
OAuthSignatureMethod_HMAC_SHA1 class Drupal\jquery_social_stream\Twitter src/Twitter/OAuthSignatureMethod_HMAC_SHA1.php 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…
OAuthSignatureMethod_PLAINTEXT class Drupal\jquery_social_stream\Twitter src/Twitter/OAuthSignatureMethod_PLAINTEXT.php 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.
OAuthSignatureMethod_RSA_SHA1 abstract class Drupal\jquery_social_stream\Twitter src/Twitter/OAuthSignatureMethod_RSA_SHA1.php 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…
OAuthToken class Drupal\jquery_social_stream\Twitter src/Twitter/OAuthToken.php
OAuthUtil class Drupal\jquery_social_stream\Twitter src/Twitter/OAuthUtil.php
TwitterOAuth class Drupal\jquery_social_stream\Twitter src/Twitter/TwitterOAuth.php Twitter OAuth class 1

Other projects