Package | Description |
---|---|
com.rometools.propono.atom.client |
Modifier and Type | Class and Description |
---|---|
class |
BasicAuthStrategy
Deprecated.
Propono will be removed in Rome 2.
|
class |
GDataAuthStrategy
Deprecated.
Propono will be removed in Rome 2.
|
class |
NoAuthStrategy
Deprecated.
Propono will be removed in Rome 2.
|
class |
OAuthStrategy
Deprecated.
Propono will be removed in Rome 2.
|
Modifier and Type | Field and Description |
---|---|
private AuthStrategy |
ClientAtomService.authStrategy
Deprecated.
|
private AuthStrategy |
ClientCollection.authStrategy
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
(package private) AuthStrategy |
ClientAtomService.getAuthStrategy()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ClientAtomService |
AtomClientFactory.getAtomService(java.lang.String uri,
AuthStrategy authStrategy)
Deprecated.
Create AtomService by reading service doc from Atom Server.
|
static ClientCollection |
AtomClientFactory.getCollection(java.lang.String uri,
AuthStrategy authStrategy)
Deprecated.
Create ClientCollection bound to URI.
|
Constructor and Description |
---|
ClientAtomService(java.lang.String uri,
AuthStrategy authStrategy)
Deprecated.
Create Atom blog service instance for specified URL and user account.
|
ClientCollection(java.lang.String href,
AuthStrategy authStrategy)
Deprecated.
|