Package twitter4j.http

Interface Summary
Authorization An interface represents credentials.
AuthorizationConfiguration A static factory class for Authorization.
OAuthSupport  
 

Class Summary
AccessToken Representing authorized Access Token which is passed to the service provider in order to access protected resources.
the token and token secret can be stored into some persistent stores such as file system or RDBMS for the further accesses.
AuthorizationFactory A static factory class for Authorization.
BasicAuthorization An authentication implementation implements Basic authentication
NullAuthorization An interface represents credentials.
OAuthAuthorization  
OAuthToken  
RequestToken