| Package | Description |
|---|---|
| twitter4j | |
| twitter4j.auth |
| Modifier and Type | Method and Description |
|---|---|
Authorization |
TwitterBase.getAuthorization()
Returns the authorization scheme for this instance.
The returned type will be either of BasicAuthorization, OAuthAuthorization, or NullAuthorization |
| Modifier and Type | Method and Description |
|---|---|
Twitter |
TwitterFactory.getInstance(Authorization auth) |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicAuthorization
An authentication implementation implements Basic authentication
|
class |
NullAuthorization
An interface represents credentials.
|
class |
OAuth2Authorization |
class |
OAuthAuthorization |
| Modifier and Type | Method and Description |
|---|---|
static Authorization |
AuthorizationFactory.getInstance(Configuration conf) |
Copyright © 2013. All Rights Reserved.