A B C D E F G H I J L M N O P R S T U V X 

A

AccessTokenRequestValidator - Class in org.apache.shindig.social.core.oauth2.validators
 
AccessTokenRequestValidator(OAuth2DataService) - Constructor for class org.apache.shindig.social.core.oauth2.validators.AccessTokenRequestValidator
 
Account - Interface in org.apache.shindig.social.opensocial.model
The Account interface describes the an account held by a person.
Account.Field - Enum in org.apache.shindig.social.opensocial.model
The fields that represent the account object in json form.
AccountImpl - Class in org.apache.shindig.social.core.model
Default Implementation of an Account
AccountImpl() - Constructor for class org.apache.shindig.social.core.model.AccountImpl
 
AccountImpl(String, String, String) - Constructor for class org.apache.shindig.social.core.model.AccountImpl
 
Activity - Interface in org.apache.shindig.social.opensocial.model
Activity.Field - Enum in org.apache.shindig.social.opensocial.model
The fields that represent the activity object ion json form.
ActivityEntry - Interface in org.apache.shindig.social.opensocial.model
Represents an 'Activity' within the Activity Streams JSON 1.0 specification.
ActivityEntry.Field - Enum in org.apache.shindig.social.opensocial.model
Fields that represent the JSON elements.
ActivityEntryImpl - Class in org.apache.shindig.social.core.model
A simple bean implementation of an ActivityStream Entry.
ActivityEntryImpl() - Constructor for class org.apache.shindig.social.core.model.ActivityEntryImpl
Create a new empty ActivityEntry
ActivityHandler - Class in org.apache.shindig.social.opensocial.service
Rest/RPC handler for all activites related requests
ActivityHandler(ActivityService, ContainerConfig, CollectionOptionsFactory) - Constructor for class org.apache.shindig.social.opensocial.service.ActivityHandler
 
ActivityImpl - Class in org.apache.shindig.social.core.model
Default implementation of an Activity
ActivityImpl() - Constructor for class org.apache.shindig.social.core.model.ActivityImpl
 
ActivityImpl(String, String) - Constructor for class org.apache.shindig.social.core.model.ActivityImpl
 
ActivityObject - Interface in org.apache.shindig.social.opensocial.model
A representation of an Activity's object.
ActivityObject.Field - Enum in org.apache.shindig.social.opensocial.model
Fields that represent the JSON elements.
ActivityObjectImpl - Class in org.apache.shindig.social.core.model
ActivityObjectImpl class.
ActivityObjectImpl() - Constructor for class org.apache.shindig.social.core.model.ActivityObjectImpl
Constructs an empty ActivityObject.
ActivityService - Interface in org.apache.shindig.social.opensocial.spi
The ActivityService interface defines the service provider interface to retrieve activities from the underlying SNS.
ActivityStreamHandler - Class in org.apache.shindig.social.opensocial.service
ActivityStreamHandler class.
ActivityStreamHandler(ActivityStreamService, ContainerConfig, CollectionOptionsFactory) - Constructor for class org.apache.shindig.social.opensocial.service.ActivityStreamHandler
Constructor for ActivityStreamHandler.
ActivityStreamService - Interface in org.apache.shindig.social.opensocial.spi
The ActivityStreamService interface defines the service provider interface to retrieve activities from the underlying SNS.
Address - Interface in org.apache.shindig.social.opensocial.model
Address.Field - Enum in org.apache.shindig.social.opensocial.model
The fields that represent the address object in json form.
AddressImpl - Class in org.apache.shindig.social.core.model
Default representation of an Address
AddressImpl() - Constructor for class org.apache.shindig.social.core.model.AddressImpl
 
AddressImpl(String) - Constructor for class org.apache.shindig.social.core.model.AddressImpl
 
Album - Interface in org.apache.shindig.social.opensocial.model
The Album API describes the collection of MediaItems of images, movies, and audio.
Album.Field - Enum in org.apache.shindig.social.opensocial.model
The fields that represent the Album object in json form.
AlbumHandler - Class in org.apache.shindig.social.opensocial.service
Receives and delegates requests to the OpenSocial Album service.
AlbumHandler(AlbumService, ContainerConfig, CollectionOptionsFactory) - Constructor for class org.apache.shindig.social.opensocial.service.AlbumHandler
 
AlbumImpl - Class in org.apache.shindig.social.core.model
Default Implementation of the Album object in the model.
AlbumImpl() - Constructor for class org.apache.shindig.social.core.model.AlbumImpl
 
AlbumService - Interface in org.apache.shindig.social.opensocial.spi
The AlbumService interface defines the service provider interface for creating, retrieving, updating, and deleting OpenSocial albums.
AlbumService.NotImplementedAlbumService - Class in org.apache.shindig.social.opensocial.spi
 
AlbumService.NotImplementedAlbumService() - Constructor for class org.apache.shindig.social.opensocial.spi.AlbumService.NotImplementedAlbumService
 
ALL - Static variable in interface org.apache.shindig.social.opensocial.model.MessageCollection
 
ALL_FIELDS - Static variable in enum org.apache.shindig.social.opensocial.model.Group.Field
The set of all fields.
ALL_FIELDS - Static variable in enum org.apache.shindig.social.opensocial.model.Message.Field
 
ALL_FIELDS - Static variable in enum org.apache.shindig.social.opensocial.model.MessageCollection.Field
 
ALL_FIELDS - Static variable in enum org.apache.shindig.social.opensocial.model.Person.Field
The set of all fields.
ALL_FILTER - Static variable in interface org.apache.shindig.social.opensocial.spi.PersonService
Retrieves all friends.
AppDataHandler - Class in org.apache.shindig.social.opensocial.service
Handles REST/RPC requests for AppData
AppDataHandler(AppDataService) - Constructor for class org.apache.shindig.social.opensocial.service.AppDataHandler
 
AppDataService - Interface in org.apache.shindig.social.opensocial.spi
Data Service SPI interface.
AtomAttribute - Class in org.apache.shindig.social.core.util.atom
Represents an attribute in atom, ties into attribute converters.
AtomAttribute(String) - Constructor for class org.apache.shindig.social.core.util.atom.AtomAttribute
 
AtomAttributeConverter - Class in org.apache.shindig.social.core.util.atom
Serializes attributes correctly.
AtomAttributeConverter() - Constructor for class org.apache.shindig.social.core.util.atom.AtomAttributeConverter
 
AtomAuthor - Class in org.apache.shindig.social.core.util.atom
Represents and atom:entry/atom:author element.
AtomAuthor() - Constructor for class org.apache.shindig.social.core.util.atom.AtomAuthor
Default constructor for POSTs to the REST API.
AtomAuthor(Activity) - Constructor for class org.apache.shindig.social.core.util.atom.AtomAuthor
 
AtomAuthor(ActivityEntry) - Constructor for class org.apache.shindig.social.core.util.atom.AtomAuthor
 
AtomContent - Class in org.apache.shindig.social.core.util.atom
Represents and atom:content element.
AtomContent(Person) - Constructor for class org.apache.shindig.social.core.util.atom.AtomContent
 
AtomContent(Activity) - Constructor for class org.apache.shindig.social.core.util.atom.AtomContent
 
AtomContent(ActivityEntry) - Constructor for class org.apache.shindig.social.core.util.atom.AtomContent
 
AtomContent(Object) - Constructor for class org.apache.shindig.social.core.util.atom.AtomContent
 
AtomEntry - Class in org.apache.shindig.social.core.util.atom
This bean represents a Atom Entry for serialization.
AtomEntry() - Constructor for class org.apache.shindig.social.core.util.atom.AtomEntry
Default constructor for POSTs to the REST API.
AtomEntry(Object) - Constructor for class org.apache.shindig.social.core.util.atom.AtomEntry
 
AtomFeed - Class in org.apache.shindig.social.core.util.atom
represents an atom:feed entry
AtomFeed(Object) - Constructor for class org.apache.shindig.social.core.util.atom.AtomFeed
 
AtomGenerator - Class in org.apache.shindig.social.core.util.atom
this represents atom:entry/atom:generator configured for the Activity representation.
AtomGenerator(Activity) - Constructor for class org.apache.shindig.social.core.util.atom.AtomGenerator
 
AtomKeyValue - Class in org.apache.shindig.social.core.util.atom
represents a key/value pair in a map serialization for atom.
AtomKeyValue(Map.Entry<?, ?>) - Constructor for class org.apache.shindig.social.core.util.atom.AtomKeyValue
 
AtomLink - Class in org.apache.shindig.social.core.util.atom
represents an atom:link element.
AtomLink(String, String) - Constructor for class org.apache.shindig.social.core.util.atom.AtomLink
Construct a new AtomLink
AtomLinkConverter - Class in org.apache.shindig.social.core.util.atom
Serializes links for atom, taking account of attributes.
AtomLinkConverter() - Constructor for class org.apache.shindig.social.core.util.atom.AtomLinkConverter
 
AtomSource - Class in org.apache.shindig.social.core.util.atom
This represents atom:entry/atom:source for the Activity object.
AtomSource(Activity) - Constructor for class org.apache.shindig.social.core.util.atom.AtomSource
 
AtomSummary - Class in org.apache.shindig.social.core.util.atom
Represents an atom:summary element, and exists only so we can add a type
AtomSummary(String) - Constructor for class org.apache.shindig.social.core.util.atom.AtomSummary
 
AtomSummaryConverter - Class in org.apache.shindig.social.core.util.atom
Serializes summary for atom, taking account of attributes.
AtomSummaryConverter() - Constructor for class org.apache.shindig.social.core.util.atom.AtomSummaryConverter
 
AuthCodeGrantValidator - Class in org.apache.shindig.social.core.oauth2.validators
 
AuthCodeGrantValidator(OAuth2DataService) - Constructor for class org.apache.shindig.social.core.oauth2.validators.AuthCodeGrantValidator
 
authenticateClient(OAuth2NormalizedRequest) - Method in interface org.apache.shindig.social.core.oauth2.OAuth2Service
Validates a client.
authenticateClient(OAuth2NormalizedRequest) - Method in class org.apache.shindig.social.core.oauth2.OAuth2ServiceImpl
 
AuthenticationHandlerProvider - Class in org.apache.shindig.social.core.oauth
Guice provider of an ordered list of Authentication Providers
AuthenticationHandlerProvider(OAuth2AuthenticationHandler, UrlParameterAuthenticationHandler, OAuthAuthenticationHandler, AnonymousAuthenticationHandler) - Constructor for class org.apache.shindig.social.core.oauth.AuthenticationHandlerProvider
 
AUTHOR - Static variable in class org.apache.shindig.social.core.util.atom.AtomFeed
 
AuthorizationCodeRequestValidator - Class in org.apache.shindig.social.core.oauth2.validators
 
AuthorizationCodeRequestValidator(OAuth2DataService) - Constructor for class org.apache.shindig.social.core.oauth2.validators.AuthorizationCodeRequestValidator
 
authorizeToken(OAuthEntry, String) - Method in interface org.apache.shindig.social.opensocial.oauth.OAuthDataStore
Authorize the request token for the given user id.
authorizeToken(OAuthEntry, String) - Method in class org.apache.shindig.social.sample.oauth.SampleOAuthDataStore
 

B

BeanXStreamAtomConverter - Class in org.apache.shindig.social.core.util
Converts output to atom.
BeanXStreamAtomConverter(XStreamConfiguration) - Constructor for class org.apache.shindig.social.core.util.BeanXStreamAtomConverter
 
BodyType - Interface in org.apache.shindig.social.opensocial.model
Base interface for all body type objects.
BodyType.Field - Enum in org.apache.shindig.social.opensocial.model
The fields that represent the person object in serialized form.
BodyTypeImpl - Class in org.apache.shindig.social.core.model
BodyTypeImpl() - Constructor for class org.apache.shindig.social.core.model.BodyTypeImpl
 
buildUrl(String, Map<String, String>, Map<String, String>) - Static method in class org.apache.shindig.social.core.oauth2.OAuth2Utils
Normalizes a URL and parameters.

C

canConvert(Class) - Method in class org.apache.shindig.social.core.util.atom.AtomAttributeConverter
canConvert(Class) - Method in class org.apache.shindig.social.core.util.atom.AtomLinkConverter
canConvert(Class) - Method in class org.apache.shindig.social.core.util.atom.AtomSummaryConverter
ClientCredentialsGrantValidator - Class in org.apache.shindig.social.core.oauth2.validators
 
ClientCredentialsGrantValidator(OAuth2DataService) - Constructor for class org.apache.shindig.social.core.oauth2.validators.ClientCredentialsGrantValidator
 
CollectionOptions - Class in org.apache.shindig.social.opensocial.spi
Data structure representing many of the RPC/REST requests we receive.
CollectionOptions() - Constructor for class org.apache.shindig.social.opensocial.spi.CollectionOptions
 
CollectionOptions(RequestItem) - Constructor for class org.apache.shindig.social.opensocial.spi.CollectionOptions
 
CollectionOptionsFactory - Class in org.apache.shindig.social.opensocial.spi
Factory for CollectionOptions.
CollectionOptionsFactory() - Constructor for class org.apache.shindig.social.opensocial.spi.CollectionOptionsFactory
 
compareTo(ActivityEntry) - Method in class org.apache.shindig.social.core.model.ActivityEntryImpl
Sorts ActivityEntries in ascending order based on publish date.
compareTo(OAuth2Code) - Method in class org.apache.shindig.social.core.oauth2.OAuth2Code
Compares this code to another code.
configure() - Method in class org.apache.shindig.social.core.config.SocialApiGuiceModule
configure() - Method in class org.apache.shindig.social.sample.SampleModule
 
convertQueryString(Map<String, String>) - Static method in class org.apache.shindig.social.core.oauth2.OAuth2Utils
Converts a Map to a URL query string.
convertToAccessToken(OAuthEntry) - Method in interface org.apache.shindig.social.opensocial.oauth.OAuthDataStore
Called when converting a request token to an access token.
convertToAccessToken(OAuthEntry) - Method in class org.apache.shindig.social.sample.oauth.SampleOAuthDataStore
 
convertToString(Object) - Method in class org.apache.shindig.social.core.util.BeanXStreamAtomConverter
create(SocialRequestItem) - Method in class org.apache.shindig.social.opensocial.service.ActivityHandler
Allowed end-points /activities/{userId}/@self examples: /activities/john.doe/@self - postBody is an activity object
create(SocialRequestItem) - Method in class org.apache.shindig.social.opensocial.service.ActivityStreamHandler
Allowed end-points /activitystreams/{userId}/@self/{appId} Examples: /activitystreams/john.doe/@self/{appId} - postBody is an activity object
create(SocialRequestItem) - Method in class org.apache.shindig.social.opensocial.service.AlbumHandler
 
create(SocialRequestItem) - Method in class org.apache.shindig.social.opensocial.service.AppDataHandler
/appdata/{userId}/{groupId}/{appId} - fields={field1, field2} examples: /appdata/john.doe/@friends/app?fields=count /appdata/john.doe/@self/app The post data should be a regular json object.
create(SocialRequestItem) - Method in class org.apache.shindig.social.opensocial.service.MediaItemHandler
 
create(SocialRequestItem) - Method in class org.apache.shindig.social.opensocial.service.MessageHandler
Creates a new message collection or message
create(RequestItem) - Method in class org.apache.shindig.social.opensocial.spi.CollectionOptionsFactory
Create an instance of CollectionOptions from the provided request.
createActivity(UserId, GroupId, String, Set<String>, Activity, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.ActivityService
Creates the passed in activity for the passed in user and group.
createActivity(UserId, GroupId, String, Set<String>, Activity, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Creates the passed in activity for the passed in user and group.
createActivityEntry(UserId, GroupId, String, Set<String>, ActivityEntry, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.ActivityStreamService
Creates the passed in activity for the passed in user and group.
createActivityEntry(UserId, GroupId, String, Set<String>, ActivityEntry, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Creates the passed in activity for the passed in user and group.
createAlbum(UserId, String, Album, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.AlbumService
Creates an album for the given user.
createAlbum(UserId, String, Album, SecurityToken) - Method in class org.apache.shindig.social.opensocial.spi.AlbumService.NotImplementedAlbumService
 
createAlbum(UserId, String, Album, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Creates an album for the given user.
createMediaItem(UserId, String, String, MediaItem, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.MediaItemService
Create a MediaItem in the given album for the given user.
createMediaItem(UserId, String, String, MediaItem, SecurityToken) - Method in class org.apache.shindig.social.opensocial.spi.MediaItemService.NotImplementedMediaItemService
 
createMediaItem(UserId, String, String, MediaItem, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Create a MediaItem in the given album for the given user.
createMessage(UserId, String, String, Message, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.MessageService
Posts a message to the user's specified message collection, to be sent to the set of recipients specified in the message.
createMessage(UserId, String, String, Message, SecurityToken) - Method in class org.apache.shindig.social.opensocial.spi.MessageService.NotImplementedMessageService
 
createMessage(UserId, String, String, Message, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Posts a message to the user's specified message collection, to be sent to the set of recipients specified in the message.
createMessageCollection(UserId, MessageCollection, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.MessageService
Creates a new message collection for the given arguments
createMessageCollection(UserId, MessageCollection, SecurityToken) - Method in class org.apache.shindig.social.opensocial.spi.MessageService.NotImplementedMessageService
 
createMessageCollection(UserId, MessageCollection, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Creates a new message collection for the given arguments
createSecurityTokenForValidatedRequest(OAuth2NormalizedRequest) - Method in class org.apache.shindig.social.core.oauth2.OAuth2AuthenticationHandler
Return a security token for the request.

D

DEFAULT_FIELDS - Static variable in enum org.apache.shindig.social.opensocial.model.Group.Field
The set of default fields returned fields.
DEFAULT_FIELDS - Static variable in enum org.apache.shindig.social.opensocial.model.Person.Field
The set of default fields returned fields.
DefaultResourceRequestValidator - Class in org.apache.shindig.social.core.oauth2.validators
 
DefaultResourceRequestValidator(OAuth2DataService) - Constructor for class org.apache.shindig.social.core.oauth2.validators.DefaultResourceRequestValidator
 
delete(SocialRequestItem) - Method in class org.apache.shindig.social.opensocial.service.ActivityHandler
Allowed end-points /activities/{userId}/@self/{actvityId}+ examples: /activities/john.doe/@self/1
delete(SocialRequestItem) - Method in class org.apache.shindig.social.opensocial.service.ActivityStreamHandler
Allowed end-points /activitystreams/{userId}/@self/{appId}/{activityId}+ Examples: /activitystreams/john.doe/@self/1/object1,object2
delete(SocialRequestItem) - Method in class org.apache.shindig.social.opensocial.service.AlbumHandler
 
delete(SocialRequestItem) - Method in class org.apache.shindig.social.opensocial.service.AppDataHandler
Allowed endpoints /appdata/{userId}/{groupId}/{appId} - fields={field1, field2} examples: /appdata/john.doe/@friends/app?fields=count /appdata/john.doe/@self/app The post data should be a regular json object.
delete(SocialRequestItem) - Method in class org.apache.shindig.social.opensocial.service.MediaItemHandler
 
delete(SocialRequestItem) - Method in class org.apache.shindig.social.opensocial.service.MessageHandler
 
deleteActivities(UserId, GroupId, String, Set<String>, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.ActivityService
Deletes the activity for the passed in user and group that corresponds to the activityId.
deleteActivities(UserId, GroupId, String, Set<String>, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Deletes the activity for the passed in user and group that corresponds to the activityId.
deleteActivityEntries(UserId, GroupId, String, Set<String>, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.ActivityStreamService
Deletes the activity for the passed in user and group that corresponds to the activityId.
deleteActivityEntries(UserId, GroupId, String, Set<String>, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Deletes the activity for the passed in user and group that corresponds to the activityId.
deleteAlbum(UserId, String, String, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.AlbumService
Deletes a single album for the given user with the given album ID.
deleteAlbum(UserId, String, String, SecurityToken) - Method in class org.apache.shindig.social.opensocial.spi.AlbumService.NotImplementedAlbumService
 
deleteAlbum(UserId, String, String, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Deletes a single album for the given user with the given album ID.
deleteMediaItem(UserId, String, String, String, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.MediaItemService
Deletes a MediaItem by ID.
deleteMediaItem(UserId, String, String, String, SecurityToken) - Method in class org.apache.shindig.social.opensocial.spi.MediaItemService.NotImplementedMediaItemService
 
deleteMediaItem(UserId, String, String, String, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Deletes a MediaItem by ID.
deleteMessageCollection(UserId, String, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.MessageService
Deletes a message collection for the given arguments
deleteMessageCollection(UserId, String, SecurityToken) - Method in class org.apache.shindig.social.opensocial.spi.MessageService.NotImplementedMessageService
 
deleteMessageCollection(UserId, String, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Deletes a message collection for the given arguments
deleteMessages(UserId, String, List<String>, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.MessageService
Deletes a set of messages for a given user/message collection
deleteMessages(UserId, String, List<String>, SecurityToken) - Method in class org.apache.shindig.social.opensocial.spi.MessageService.NotImplementedMessageService
 
deleteMessages(UserId, String, List<String>, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Deletes a set of messages for a given user/message collection
deletePersonData(UserId, GroupId, String, Set<String>, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.AppDataService
Deletes data for the specified user and group.
deletePersonData(UserId, GroupId, String, Set<String>, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Deletes data for the specified user and group.
disableToken(OAuthEntry) - Method in interface org.apache.shindig.social.opensocial.oauth.OAuthDataStore
Mark a token DISABLED and store it.
disableToken(OAuthEntry) - Method in class org.apache.shindig.social.sample.oauth.SampleOAuthDataStore
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.shindig.social.core.oauth2.OAuth2Servlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.shindig.social.sample.oauth.SampleOAuthServlet
 
DomainName - Class in org.apache.shindig.social.opensocial.spi
Domain-Name as defined by the OpenSocial 2.0.1 Spec
DomainName(String) - Constructor for class org.apache.shindig.social.opensocial.spi.DomainName
Constructor for DomainName
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.shindig.social.core.oauth2.OAuth2Servlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.shindig.social.sample.oauth.SampleOAuthServlet
 
Drinker - Enum in org.apache.shindig.social.opensocial.model
public java.lang.Enum for opensocial.Enum.Drinker.

E

EnumUtil - Class in org.apache.shindig.social.opensocial.model
Utility class for OpenSocial enums.
equals(Object) - Method in class org.apache.shindig.social.opensocial.spi.CollectionOptions
 
equals(Object) - Method in class org.apache.shindig.social.opensocial.spi.DomainName
 
equals(Object) - Method in class org.apache.shindig.social.opensocial.spi.GlobalId
 
equals(Object) - Method in class org.apache.shindig.social.opensocial.spi.GroupId
 
equals(Object) - Method in class org.apache.shindig.social.opensocial.spi.LocalId
 
equals(Object) - Method in class org.apache.shindig.social.opensocial.spi.ObjectId
 
equals(Object) - Method in class org.apache.shindig.social.opensocial.spi.UserId
 
expiresAt() - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 

F

filterFields(JSONObject, Set<String>, Class<T>) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
 
FIVE_MINUTES - Static variable in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
fromJson(String) - Static method in class org.apache.shindig.social.opensocial.spi.GroupId
Backwards compatibility.
fromJson(String) - Static method in class org.apache.shindig.social.opensocial.spi.UserId
 
fromString(String) - Method in class org.apache.shindig.social.core.util.atom.AtomAttributeConverter
fromUrlString(String) - Static method in enum org.apache.shindig.social.opensocial.model.Group.Field
Converts from a url string (usually passed in the fields= parameter) into the corresponding field enum.
fromUrlString(String) - Static method in enum org.apache.shindig.social.opensocial.model.Person.Field
Converts from a url string (usually passed in the fields= parameter) into the corresponding field enum.

G

generateAccessToken(OAuth2NormalizedRequest) - Method in interface org.apache.shindig.social.core.oauth2.OAuth2Service
Generates an access token from a client OAuth 2.0 request.
generateAccessToken(OAuth2NormalizedRequest) - Method in class org.apache.shindig.social.core.oauth2.OAuth2ServiceImpl
 
generateAuthorizationCode(OAuth2NormalizedRequest) - Method in interface org.apache.shindig.social.core.oauth2.OAuth2Service
Generates an authorization code from a client OAuth 2.0 request.
generateAuthorizationCode(OAuth2NormalizedRequest) - Method in class org.apache.shindig.social.core.oauth2.OAuth2ServiceImpl
 
generateRefreshToken(OAuth2NormalizedRequest) - Method in interface org.apache.shindig.social.core.oauth2.OAuth2Service
Generates a refresh token from a client OAuth 2.0 request.
generateRefreshToken(OAuth2NormalizedRequest) - Method in class org.apache.shindig.social.core.oauth2.OAuth2ServiceImpl
 
generateRequestToken(String, String, String) - Method in interface org.apache.shindig.social.opensocial.oauth.OAuthDataStore
Generate a valid requestToken for the given consumerKey.
generateRequestToken(String, String, String) - Method in class org.apache.shindig.social.sample.oauth.SampleOAuthDataStore
 
get() - Method in class org.apache.shindig.social.core.oauth.AuthenticationHandlerProvider
 
get() - Method in class org.apache.shindig.social.core.oauth.OAuthValidatorProvider
 
get(SocialRequestItem) - Method in class org.apache.shindig.social.opensocial.service.ActivityHandler
Allowed end-points /activities/{userId}/{groupId}/{optionalActvityId}+ /activities/{userId}+/{groupId} examples: /activities/john.doe/@self/1 /activities/john.doe/@self /activities/john.doe,jane.doe/@friends
get(SocialRequestItem) - Method in class org.apache.shindig.social.opensocial.service.ActivityStreamHandler
Allowed end-points: /activitystreams/{userId}/{groupId}/{optionalActvityId}+ /activitystreams/{userId}+/{groupId} Examples: /activitystreams/john.doe/@self/1 /activitystreams/john.doe,jane.doe/@friends
get(SocialRequestItem) - Method in class org.apache.shindig.social.opensocial.service.AlbumHandler
 
get(SocialRequestItem) - Method in class org.apache.shindig.social.opensocial.service.AppDataHandler
/appdata/{userId}+/{groupId}/{appId} - fields={field1, field2} examples: /appdata/john.doe/@friends/app?fields=count /appdata/john.doe/@self/app
get(SocialRequestItem) - Method in class org.apache.shindig.social.opensocial.service.GroupHandler
 
get(SocialRequestItem) - Method in class org.apache.shindig.social.opensocial.service.MediaItemHandler
 
get(SocialRequestItem) - Method in class org.apache.shindig.social.opensocial.service.MessageHandler
 
get(SocialRequestItem) - Method in class org.apache.shindig.social.opensocial.service.PersonHandler
Allowed end-points /people/{userId}+/{groupId} /people/{userId}/{groupId}/{optionalPersonId}+ examples: /people/john.doe/@all /people/john.doe/@friends /people/john.doe/@self
getAboutMe() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getAboutMe() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get a general statement about the person, specified as a string.
getAccessToken(String) - Method in interface org.apache.shindig.social.core.oauth2.OAuth2DataService
Retrieves an access token by its value.
getAccessToken(String) - Method in class org.apache.shindig.social.core.oauth2.OAuth2DataServiceImpl
 
getAccessToken() - Method in class org.apache.shindig.social.core.oauth2.OAuth2NormalizedRequest
 
getAccessToken() - Method in class org.apache.shindig.social.core.oauth2.OAuth2NormalizedResponse
 
getAccessTokenExpires() - Method in class org.apache.shindig.social.core.oauth2.OAuth2ServiceImpl
 
getAccounts() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getAccounts() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the list of online accounts held by this person.
getActivities() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getActivities() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's favorite activities, specified as an List of strings.
getActivities(Set<UserId>, GroupId, String, Set<String>, CollectionOptions, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.ActivityService
Returns a list of activities that correspond to the passed in users and group.
getActivities(UserId, GroupId, String, Set<String>, CollectionOptions, Set<String>, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.ActivityService
Returns a set of activities for the passed in user and group that corresponds to a list of activityIds.
getActivities(Set<UserId>, GroupId, String, Set<String>, CollectionOptions, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Returns a list of activities that correspond to the passed in users and group.
getActivities(UserId, GroupId, String, Set<String>, CollectionOptions, Set<String>, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Returns a set of activities for the passed in user and group that corresponds to a list of activityIds.
getActivity(UserId, GroupId, String, Set<String>, String, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.ActivityService
Returns an activity for the passed in user and group that corresponds to a single activityId.
getActivity(UserId, GroupId, String, Set<String>, String, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Returns an activity for the passed in user and group that corresponds to a single activityId.
getActivityEntries(Set<UserId>, GroupId, String, Set<String>, CollectionOptions, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.ActivityStreamService
Returns a list of activities that correspond to the passed in users and group.
getActivityEntries(UserId, GroupId, String, Set<String>, CollectionOptions, Set<String>, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.ActivityStreamService
Returns a set of activities for the passed in user and group that corresponds to a list of activityIds.
getActivityEntries(Set<UserId>, GroupId, String, Set<String>, CollectionOptions, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Returns a list of activities that correspond to the passed in users and group.
getActivityEntries(UserId, GroupId, String, Set<String>, CollectionOptions, Set<String>, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Returns a set of activities for the passed in user and group that corresponds to a list of activityIds.
getActivityEntry(UserId, GroupId, String, Set<String>, String, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.ActivityStreamService
Returns an activity for the passed in user and group that corresponds to a single activityId.
getActivityEntry(UserId, GroupId, String, Set<String>, String, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Returns an activity for the passed in user and group that corresponds to a single activityId.
getActor() - Method in class org.apache.shindig.social.core.model.ActivityEntryImpl
 
getActor() - Method in interface org.apache.shindig.social.opensocial.model.ActivityEntry
getActor
getAdditionalName() - Method in class org.apache.shindig.social.core.model.NameImpl
 
getAdditionalName() - Method in interface org.apache.shindig.social.opensocial.model.Name
 
getAddress() - Method in class org.apache.shindig.social.core.model.OrganizationImpl
 
getAddress() - Method in interface org.apache.shindig.social.opensocial.model.Organization
Get the address of the organization, specified as an Address.
getAddresses() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getAddresses() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get addresses associated with the person, specified as an List of Address objects.
getAge() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getAge() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's age, specified as a number.
getAlbum(UserId, String, Set<String>, String, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.AlbumService
Retrieves a single album for the given user with the given album ID.
getAlbum(UserId, String, Set<String>, String, SecurityToken) - Method in class org.apache.shindig.social.opensocial.spi.AlbumService.NotImplementedAlbumService
 
getAlbum(UserId, String, Set<String>, String, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Retrieves a single album for the given user with the given album ID.
getAlbumId() - Method in class org.apache.shindig.social.core.model.MediaItemImpl
 
getAlbumId() - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Get the album which the media item belongs to.
getAlbums(UserId, String, Set<String>, CollectionOptions, Set<String>, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.AlbumService
Retrieves albums for the given user with the given album IDs.
getAlbums(Set<UserId>, GroupId, String, Set<String>, CollectionOptions, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.AlbumService
Retrieves albums for the given user and group.
getAlbums(UserId, String, Set<String>, CollectionOptions, Set<String>, SecurityToken) - Method in class org.apache.shindig.social.opensocial.spi.AlbumService.NotImplementedAlbumService
 
getAlbums(Set<UserId>, GroupId, String, Set<String>, CollectionOptions, SecurityToken) - Method in class org.apache.shindig.social.opensocial.spi.AlbumService.NotImplementedAlbumService
 
getAlbums(UserId, String, Set<String>, CollectionOptions, Set<String>, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Retrieves albums for the given user with the given album IDs.
getAlbums(Set<UserId>, GroupId, String, Set<String>, CollectionOptions, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Retrieves albums for the given user and group.
getAppData() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getAppData() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get app data for the person.
getAppId() - Method in class org.apache.shindig.social.core.model.ActivityImpl
 
getAppId() - Method in interface org.apache.shindig.social.opensocial.model.Activity
Get a string specifying the application that this activity is associated with.
getAppId() - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
getAppUrl() - Method in class org.apache.shindig.social.core.model.MessageImpl
 
getAppUrl() - Method in interface org.apache.shindig.social.opensocial.model.Message
Gets the App URL for a message.
getAttachments() - Method in class org.apache.shindig.social.core.model.ActivityObjectImpl
getAttachments
getAttachments() - Method in interface org.apache.shindig.social.opensocial.model.ActivityObject
getAttachments
getAuthCodeExpires() - Method in class org.apache.shindig.social.core.oauth2.OAuth2ServiceImpl
 
getAuthenticationMode() - Method in class org.apache.shindig.social.core.oauth.OAuthSecurityToken
 
getAuthor() - Method in class org.apache.shindig.social.core.model.ActivityObjectImpl
getAuthor
getAuthor() - Method in interface org.apache.shindig.social.opensocial.model.ActivityObject
getAuthor
getAuthorizationCode(String, String) - Method in interface org.apache.shindig.social.core.oauth2.OAuth2DataService
Retrieves an authorization code by its value.
getAuthorizationCode(String, String) - Method in class org.apache.shindig.social.core.oauth2.OAuth2DataServiceImpl
 
getAuthorizationCode() - Method in class org.apache.shindig.social.core.oauth2.OAuth2NormalizedRequest
 
getBirthday() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getBirthday() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's date of birth, specified as a Date object.
getBody() - Method in class org.apache.shindig.social.core.model.ActivityImpl
 
getBody() - Method in class org.apache.shindig.social.core.model.MessageImpl
 
getBody() - Method in interface org.apache.shindig.social.opensocial.model.Activity
Get a string specifying an optional expanded version of an activity.
getBody() - Method in interface org.apache.shindig.social.opensocial.model.Message
Gets the main text of the message.
getBodyId() - Method in class org.apache.shindig.social.core.model.ActivityImpl
 
getBodyId() - Method in class org.apache.shindig.social.core.model.MessageImpl
 
getBodyId() - Method in interface org.apache.shindig.social.opensocial.model.Activity
Get a string specifying the body template message ID in the gadget spec.
getBodyId() - Method in interface org.apache.shindig.social.opensocial.model.Message
Gets the body id.
getBodyType() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getBodyType() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's body characteristics, specified as an BodyType.
getBooks() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getBooks() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's favorite books, specified as an List of strings.
getBuild() - Method in class org.apache.shindig.social.core.model.BodyTypeImpl
 
getBuild() - Method in interface org.apache.shindig.social.opensocial.model.BodyType
The build of the person's body, specified as a string.
getCallbackToken() - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
getCallbackTokenAttempts() - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
getCallbackUrl() - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
getCars() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getCars() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's favorite cars, specified as an List of strings.
getChildren() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getChildren() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get a description of the person's children, specified as a string.
getClient() - Method in class org.apache.shindig.social.core.oauth2.OAuth2Code
Returns the client associated with this code.
getClient(String) - Method in interface org.apache.shindig.social.core.oauth2.OAuth2DataService
Retrieves a pre-registered client by ID.
getClient(String) - Method in class org.apache.shindig.social.core.oauth2.OAuth2DataServiceImpl
 
getClientId() - Method in class org.apache.shindig.social.core.oauth2.OAuth2NormalizedRequest
 
getClientSecret() - Method in class org.apache.shindig.social.core.oauth2.OAuth2NormalizedRequest
 
getCode() - Method in class org.apache.shindig.social.core.oauth2.OAuth2NormalizedResponse
 
getCollectionIds() - Method in class org.apache.shindig.social.core.model.MessageImpl
 
getCollectionIds() - Method in interface org.apache.shindig.social.opensocial.model.Message
Gets the collection Ids for this message.
getConsumer(OAuthMessage) - Method in class org.apache.shindig.social.core.oauth.OAuthAuthenticationHandler
 
getConsumer(String) - Method in interface org.apache.shindig.social.opensocial.oauth.OAuthDataStore
Lookup consumers.
getConsumer(String) - Method in class org.apache.shindig.social.sample.oauth.SampleOAuthDataStore
 
getConsumerKey() - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
getContainer() - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
getContent() - Method in class org.apache.shindig.social.core.model.ActivityEntryImpl
getContent
getContent() - Method in class org.apache.shindig.social.core.model.ActivityObjectImpl
getContent
getContent() - Method in interface org.apache.shindig.social.opensocial.model.ActivityEntry
getContent
getContent() - Method in interface org.apache.shindig.social.opensocial.model.ActivityObject
getContent
getContentType() - Method in class org.apache.shindig.social.core.util.BeanXStreamAtomConverter
getConverterConfig(XStreamConfiguration.ConverterSet, ReflectionProvider, Mapper, HierarchicalStreamDriver, WriterStack) - Method in class org.apache.shindig.social.core.util.xstream.XStream081Configuration
getCountry() - Method in class org.apache.shindig.social.core.model.AddressImpl
 
getCountry() - Method in interface org.apache.shindig.social.opensocial.model.Address
Get the country.
getCreated() - Method in class org.apache.shindig.social.core.model.MediaItemImpl
 
getCreated() - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Get the creation time
getCurrentLocation() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getCurrentLocation() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's current location, specified as an Address.
getDataService() - Method in interface org.apache.shindig.social.core.oauth2.OAuth2Service
Retrieves the underlying data service.
getDataService() - Method in class org.apache.shindig.social.core.oauth2.OAuth2ServiceImpl
 
getDb() - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Allows access to the underlying json db.
getDescription() - Method in class org.apache.shindig.social.core.model.AlbumImpl
 
getDescription() - Method in class org.apache.shindig.social.core.model.GroupImpl
Get the description of this group
getDescription() - Method in class org.apache.shindig.social.core.model.MediaItemImpl
 
getDescription() - Method in class org.apache.shindig.social.core.model.OrganizationImpl
 
getDescription() - Method in interface org.apache.shindig.social.opensocial.model.Album
Get a string specifying the description of this album.
getDescription() - Method in interface org.apache.shindig.social.opensocial.model.Group
Get the description of this group
getDescription() - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Get the description of the media item
getDescription() - Method in interface org.apache.shindig.social.opensocial.model.Organization
Get a description or notes about the person's work in the organization, specified as a string.
getDisplayName() - Method in class org.apache.shindig.social.core.model.ActivityObjectImpl
getDisplayName
getDisplayName() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getDisplayName() - Method in interface org.apache.shindig.social.opensocial.model.ActivityObject
getDisplayName
getDisplayName() - Method in interface org.apache.shindig.social.opensocial.model.Person
The display name for the user.
getDisplayValue() - Method in enum org.apache.shindig.social.opensocial.model.Drinker
getDisplayValue() - Method in enum org.apache.shindig.social.opensocial.model.LookingFor
getDisplayValue() - Method in enum org.apache.shindig.social.opensocial.model.NetworkPresence
getDisplayValue() - Method in enum org.apache.shindig.social.opensocial.model.Smoker
getDomain() - Method in class org.apache.shindig.social.core.model.AccountImpl
 
getDomain() - Method in interface org.apache.shindig.social.opensocial.model.Account
The top-most authoritative domain for this account, e.g.
getDomain() - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
getDomainName() - Method in class org.apache.shindig.social.opensocial.spi.DomainName
Get the domainName.
getDomainName() - Method in class org.apache.shindig.social.opensocial.spi.GlobalId
Get the domainName
getDownstreamDuplicates() - Method in class org.apache.shindig.social.core.model.ActivityObjectImpl
getDownstreamDuplicates
getDownstreamDuplicates() - Method in interface org.apache.shindig.social.opensocial.model.ActivityObject
getDownstreamDuplicates
getDrinker() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getDrinker() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's drinking status, specified as an Enum with the enum's key referencing Drinker.
getDuration() - Method in class org.apache.shindig.social.core.model.MediaItemImpl
 
getDuration() - Method in class org.apache.shindig.social.core.model.MediaLinkImpl
Returns the duration of this media.
getDuration() - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Get the playtime length in seconds of the MediaItem
getDuration() - Method in interface org.apache.shindig.social.opensocial.model.MediaLink
Returns the duration of this media.
getEmails() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getEmails() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's Emails associated with the person.
getEndDate() - Method in class org.apache.shindig.social.core.model.OrganizationImpl
 
getEndDate() - Method in interface org.apache.shindig.social.opensocial.model.Organization
Get the date the person stopped at the organization, specified as a Date.
getEntry(String) - Method in interface org.apache.shindig.social.opensocial.oauth.OAuthDataStore
Get the OAuthEntry that corresponds to the oauthToken.
getEntry(String) - Method in class org.apache.shindig.social.sample.oauth.SampleOAuthDataStore
 
getEnumeratedGrantType() - Method in class org.apache.shindig.social.core.oauth2.OAuth2NormalizedRequest
 
getEnumeratedResponseType() - Method in class org.apache.shindig.social.core.oauth2.OAuth2NormalizedRequest
 
getEnumStrings(Enum<?>...) - Static method in class org.apache.shindig.social.opensocial.model.EnumUtil
 
getError() - Method in class org.apache.shindig.social.core.oauth2.OAuth2NormalizedResponse
 
getErrorDescription() - Method in class org.apache.shindig.social.core.oauth2.OAuth2NormalizedResponse
 
getErrorUri() - Method in class org.apache.shindig.social.core.oauth2.OAuth2NormalizedResponse
 
getEthnicity() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getEthnicity() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's ethnicity, specified as a string.
getExpiration() - Method in class org.apache.shindig.social.core.oauth2.OAuth2Code
Returns when this code expires.
getExpiresIn() - Method in class org.apache.shindig.social.core.oauth2.OAuth2NormalizedResponse
 
getExtensions() - Method in class org.apache.shindig.social.core.model.ActivityEntryImpl
getExtensions
getExtensions() - Method in interface org.apache.shindig.social.opensocial.model.ActivityEntry
getExtensions
getExternalId() - Method in class org.apache.shindig.social.core.model.ActivityImpl
 
getExternalId() - Method in interface org.apache.shindig.social.opensocial.model.Activity
Get an optional string ID generated by the posting application.
getEyeColor() - Method in class org.apache.shindig.social.core.model.BodyTypeImpl
 
getEyeColor() - Method in interface org.apache.shindig.social.opensocial.model.BodyType
The eye color of the person, specified as a string.
getFamilyName() - Method in class org.apache.shindig.social.core.model.NameImpl
 
getFamilyName() - Method in interface org.apache.shindig.social.opensocial.model.Name
 
getFashion() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getFashion() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's thoughts on fashion, specified as a string.
getField() - Method in class org.apache.shindig.social.core.model.OrganizationImpl
 
getField(String) - Static method in enum org.apache.shindig.social.opensocial.model.Address.Field
 
getField() - Method in interface org.apache.shindig.social.opensocial.model.Organization
Get the field the organization is in, specified as a string.
getField(String) - Static method in enum org.apache.shindig.social.opensocial.model.Person.Field
 
getFileSize() - Method in class org.apache.shindig.social.core.model.MediaItemImpl
 
getFileSize() - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Get the MediaItem's file size
getFilter() - Method in class org.apache.shindig.social.opensocial.spi.CollectionOptions
This filter can be any field of the object being filtered or the special js filters, hasApp or topFriends.
getFilterOperation() - Method in class org.apache.shindig.social.opensocial.spi.CollectionOptions
 
getFilterValue() - Method in class org.apache.shindig.social.opensocial.spi.CollectionOptions
Where a field filter has been specified (ie a non special filter) then this is the value of the filter.
getFirst() - Method in class org.apache.shindig.social.opensocial.spi.CollectionOptions
When paginating, the index of the first item to fetch.
getFlow() - Method in class org.apache.shindig.social.core.oauth2.OAuth2Client
Gets the client's OAuth2 flow
getFood() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getFood() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's favorite food, specified as an List of strings.
getFormatted() - Method in class org.apache.shindig.social.core.model.AddressImpl
 
getFormatted() - Method in class org.apache.shindig.social.core.model.NameImpl
 
getFormatted() - Method in interface org.apache.shindig.social.opensocial.model.Address
Get the formatted address.
getFormatted() - Method in interface org.apache.shindig.social.opensocial.model.Name
 
getGender() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getGender() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get a person's gender, specified as an Person.Gender.
getGenerator() - Method in class org.apache.shindig.social.core.model.ActivityEntryImpl
getGenerator
getGenerator() - Method in interface org.apache.shindig.social.opensocial.model.ActivityEntry
getGenerator
getGivenName() - Method in class org.apache.shindig.social.core.model.NameImpl
 
getGivenName() - Method in interface org.apache.shindig.social.opensocial.model.Name
 
getGrantType() - Method in class org.apache.shindig.social.core.oauth2.OAuth2NormalizedRequest
 
getGrantType() - Method in class org.apache.shindig.social.core.oauth2.validators.AuthCodeGrantValidator
 
getGrantType() - Method in class org.apache.shindig.social.core.oauth2.validators.ClientCredentialsGrantValidator
 
getGrantType() - Method in interface org.apache.shindig.social.core.oauth2.validators.OAuth2GrantValidator
Indicates the grant type this handler is registered to handle.
getGroup() - Method in class org.apache.shindig.social.opensocial.service.SocialRequestItem
 
getGroups(UserId, CollectionOptions, Set<String>, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.GroupService
 
getGroups(UserId, CollectionOptions, Set<String>, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
getHairColor() - Method in class org.apache.shindig.social.core.model.BodyTypeImpl
 
getHairColor() - Method in interface org.apache.shindig.social.opensocial.model.BodyType
The hair color of the person, specified as a string.
getHandlers() - Method in class org.apache.shindig.social.core.config.SocialApiGuiceModule
Hook to provide a Set of request handlers.
getHappiestWhen() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getHappiestWhen() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get a description of when the person is happiest, specified as a string.
getHasApp() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getHasApp() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get if the person has used the current app.
getHeaders() - Method in class org.apache.shindig.social.core.oauth2.OAuth2NormalizedResponse
 
getHeight() - Method in class org.apache.shindig.social.core.model.BodyTypeImpl
 
getHeight() - Method in class org.apache.shindig.social.core.model.MediaLinkImpl
Sets the height of this media.
getHeight() - Method in interface org.apache.shindig.social.opensocial.model.BodyType
The height of the person in meters, specified as a number.
getHeight() - Method in interface org.apache.shindig.social.opensocial.model.MediaLink
Sets the height of this media.
getHeroes() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getHeroes() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get a person's favorite heroes, specified as an Array of strings.
getHonorificPrefix() - Method in class org.apache.shindig.social.core.model.NameImpl
 
getHonorificPrefix() - Method in interface org.apache.shindig.social.opensocial.model.Name
 
getHonorificSuffix() - Method in class org.apache.shindig.social.core.model.NameImpl
 
getHonorificSuffix() - Method in interface org.apache.shindig.social.opensocial.model.Name
 
getHref() - Method in class org.apache.shindig.social.core.util.atom.AtomLink
 
getHttpServletRequest() - Method in class org.apache.shindig.social.core.oauth2.OAuth2NormalizedRequest
 
getHumor() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getHumor() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's thoughts on humor, specified as a string.
getIcon() - Method in class org.apache.shindig.social.core.model.ActivityEntryImpl
getIcon
getIcon() - Method in interface org.apache.shindig.social.opensocial.model.ActivityEntry
getIcon
getIconUrl() - Method in class org.apache.shindig.social.core.oauth2.OAuth2Client
Gets the client's icon URL.
getId() - Method in class org.apache.shindig.social.core.model.ActivityEntryImpl
getId
getId() - Method in class org.apache.shindig.social.core.model.ActivityImpl
 
getId() - Method in class org.apache.shindig.social.core.model.ActivityObjectImpl
getId
getId() - Method in class org.apache.shindig.social.core.model.AlbumImpl
 
getId() - Method in class org.apache.shindig.social.core.model.GroupImpl
Get ID of this group
getId() - Method in class org.apache.shindig.social.core.model.MediaItemImpl
 
getId() - Method in class org.apache.shindig.social.core.model.MessageCollectionImpl
 
getId() - Method in class org.apache.shindig.social.core.model.MessageImpl
 
getId() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getId() - Method in class org.apache.shindig.social.core.oauth2.OAuth2Client
Gets the client's ID.
getId() - Method in interface org.apache.shindig.social.opensocial.model.Activity
Get a string ID that is permanently associated with this activity.
getId() - Method in interface org.apache.shindig.social.opensocial.model.ActivityEntry
getId
getId() - Method in interface org.apache.shindig.social.opensocial.model.ActivityObject
getId
getId() - Method in interface org.apache.shindig.social.opensocial.model.Album
Get a string ID specifying the unique identifier of this album.
getId() - Method in interface org.apache.shindig.social.opensocial.model.Group
Get ID of this group
getId() - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Get the MediaItem's id
getId() - Method in interface org.apache.shindig.social.opensocial.model.Message
Gets the unique ID of the message
getId() - Method in interface org.apache.shindig.social.opensocial.model.MessageCollection
Gets the unique ID of the message collection.
getId() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get A string ID that can be permanently associated with this person.
getIdSet(Set<UserId>, GroupId, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Get the set of user id's for a set of users and a group
getImage() - Method in class org.apache.shindig.social.core.model.ActivityObjectImpl
getImage
getImage() - Method in interface org.apache.shindig.social.opensocial.model.ActivityObject
getImage
getIms() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getIms() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get a list of Instant messaging address for this Person.
getInReplyTo() - Method in class org.apache.shindig.social.core.model.MessageImpl
 
getInReplyTo() - Method in interface org.apache.shindig.social.opensocial.model.Message
Gets the parent message ID.
getInterests() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getInterests() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's interests, hobbies or passions, specified as an List of strings.
getIsOwner() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getIsOwner() - Method in interface org.apache.shindig.social.opensocial.model.Person
 
getIssueTime() - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
getIsViewer() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getIsViewer() - Method in interface org.apache.shindig.social.opensocial.model.Person
Returns true if this person object represents the currently logged in user.
getJobInterests() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getJobInterests() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the Person's favorite jobs, or job interests and skills, specified as a string.
getLanguage() - Method in class org.apache.shindig.social.core.model.MediaItemImpl
 
getLanguage() - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Get the language associated with the media item in ISO 639-3 format
getLanguagesSpoken() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getLanguagesSpoken() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get a List of the languages that the person speaks as ISO 639-1 codes, specified as an List of strings.
getLastUpdated() - Method in class org.apache.shindig.social.core.model.MediaItemImpl
 
getLastUpdated() - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Get the update time associated with the media item
getLatitude() - Method in class org.apache.shindig.social.core.model.AddressImpl
 
getLatitude() - Method in interface org.apache.shindig.social.opensocial.model.Address
Get the latitude.
getLinkText() - Method in class org.apache.shindig.social.core.model.UrlImpl
 
getLinkText() - Method in interface org.apache.shindig.social.opensocial.model.Url
Get the text associated with the link.
getLivingArrangement() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getLivingArrangement() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get a description of the person's living arrangement, specified as a string.
getLocalId() - Method in class org.apache.shindig.social.opensocial.spi.GlobalId
Get the localId
getLocalId() - Method in class org.apache.shindig.social.opensocial.spi.LocalId
Get the stored localId.
getLocality() - Method in class org.apache.shindig.social.core.model.AddressImpl
 
getLocality() - Method in interface org.apache.shindig.social.opensocial.model.Address
Get the locality.
getLocation() - Method in class org.apache.shindig.social.core.model.AlbumImpl
 
getLocation() - Method in class org.apache.shindig.social.core.model.MediaItemImpl
 
getLocation() - Method in interface org.apache.shindig.social.opensocial.model.Album
Get address location of this album.
getLocation() - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Get the location corresponding to the media item
getLongitude() - Method in class org.apache.shindig.social.core.model.AddressImpl
 
getLongitude() - Method in interface org.apache.shindig.social.opensocial.model.Address
Get the longitude of the address in degrees.
getLookingFor() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getLookingFor() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get a person's statement about who or what they are looking for, or what they are interested in meeting people for.
getMapKeys() - Method in class org.apache.shindig.social.core.oauth.OAuthSecurityToken
 
getMax() - Method in class org.apache.shindig.social.opensocial.spi.CollectionOptions
The maximum number of items to fetch; defaults to 20.
getMediaItem(UserId, String, String, String, Set<String>, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.MediaItemService
Retrieves a MediaItem by ID.
getMediaItem(UserId, String, String, String, Set<String>, SecurityToken) - Method in class org.apache.shindig.social.opensocial.spi.MediaItemService.NotImplementedMediaItemService
 
getMediaItem(UserId, String, String, String, Set<String>, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Retrieves a MediaItem by ID.
getMediaItemCount() - Method in class org.apache.shindig.social.core.model.AlbumImpl
 
getMediaItemCount() - Method in interface org.apache.shindig.social.opensocial.model.Album
Get the number of items in the album.
getMediaItems() - Method in class org.apache.shindig.social.core.model.ActivityImpl
 
getMediaItems() - Method in interface org.apache.shindig.social.opensocial.model.Activity
Get any photos, videos, or images that should be associated with the activity.
getMediaItems(UserId, String, String, Set<String>, Set<String>, CollectionOptions, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.MediaItemService
Retrieves MediaItems by IDs.
getMediaItems(UserId, String, String, Set<String>, CollectionOptions, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.MediaItemService
Retrieves MediaItems by Album.
getMediaItems(Set<UserId>, GroupId, String, Set<String>, CollectionOptions, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.MediaItemService
Retrieves MediaItems by users and groups.
getMediaItems(UserId, String, String, Set<String>, Set<String>, CollectionOptions, SecurityToken) - Method in class org.apache.shindig.social.opensocial.spi.MediaItemService.NotImplementedMediaItemService
 
getMediaItems(UserId, String, String, Set<String>, CollectionOptions, SecurityToken) - Method in class org.apache.shindig.social.opensocial.spi.MediaItemService.NotImplementedMediaItemService
 
getMediaItems(Set<UserId>, GroupId, String, Set<String>, CollectionOptions, SecurityToken) - Method in class org.apache.shindig.social.opensocial.spi.MediaItemService.NotImplementedMediaItemService
 
getMediaItems(UserId, String, String, Set<String>, Set<String>, CollectionOptions, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Retrieves MediaItems by IDs.
getMediaItems(UserId, String, String, Set<String>, CollectionOptions, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Retrieves MediaItems by Album.
getMediaItems(Set<UserId>, GroupId, String, Set<String>, CollectionOptions, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Retrieves MediaItems by users and groups.
getMediaMimeType() - Method in class org.apache.shindig.social.core.model.AlbumImpl
 
getMediaMimeType() - Method in interface org.apache.shindig.social.opensocial.model.Album
Get the identifying mime-types of the items in the album.
getMediaType() - Method in class org.apache.shindig.social.core.model.AlbumImpl
 
getMediaType() - Method in interface org.apache.shindig.social.opensocial.model.Album
Get the list of media item types for the items in the album.
getMessageCollections(UserId, Set<String>, CollectionOptions, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.MessageService
Returns a list of message collections corresponding to the given user
getMessageCollections(UserId, Set<String>, CollectionOptions, SecurityToken) - Method in class org.apache.shindig.social.opensocial.spi.MessageService.NotImplementedMessageService
 
getMessageCollections(UserId, Set<String>, CollectionOptions, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Returns a list of message collections corresponding to the given user
getMessages(UserId, String, Set<String>, List<String>, CollectionOptions, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.MessageService
Returns a list of messages that correspond to the passed in data
getMessages(UserId, String, Set<String>, List<String>, CollectionOptions, SecurityToken) - Method in class org.apache.shindig.social.opensocial.spi.MessageService.NotImplementedMessageService
 
getMessages(UserId, String, Set<String>, List<String>, CollectionOptions, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Returns a list of messages that correspond to the passed in data
getMimeType() - Method in class org.apache.shindig.social.core.model.MediaItemImpl
 
getMimeType() - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Get the mime type for this Media item.
getModuleId() - Method in class org.apache.shindig.social.core.oauth.OAuthSecurityToken
 
getMovies() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getMovies() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the Person's favorite movies, specified as an List of strings.
getMusic() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getMusic() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the Person's favorite music, specified as an List of strings Container support for this field is OPTIONAL.
getName() - Method in class org.apache.shindig.social.core.model.OrganizationImpl
 
getName() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getName() - Method in class org.apache.shindig.social.core.oauth.OAuthAuthenticationHandler
 
getName() - Method in class org.apache.shindig.social.core.oauth2.OAuth2AuthenticationHandler
 
getName() - Method in interface org.apache.shindig.social.opensocial.model.Organization
Get the name of the organization, specified as a string.
getName() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's name Container support for this field is REQUIRED.
getNameSpaces() - Method in class org.apache.shindig.social.core.util.xstream.XStream081Configuration
getNetworkPresence() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getNetworkPresence() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's current network status.
getNickname() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getNickname() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's nickname.
getNormalizedResponse() - Method in exception org.apache.shindig.social.core.oauth2.OAuth2Exception
Retrieves the normalized response.
getNumComments() - Method in class org.apache.shindig.social.core.model.MediaItemImpl
 
getNumComments() - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Get the number of comments on the media item
getNumViews() - Method in class org.apache.shindig.social.core.model.MediaItemImpl
 
getNumViews() - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Get the number of views for the media item
getNumVotes() - Method in class org.apache.shindig.social.core.model.MediaItemImpl
 
getNumVotes() - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Get the number of votes received for voting.
getOAuthEntry(OAuthMessage) - Method in class org.apache.shindig.social.core.oauth.OAuthAuthenticationHandler
 
getOauthVersion() - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
getObject() - Method in class org.apache.shindig.social.core.model.ActivityEntryImpl
getObject
getObject() - Method in interface org.apache.shindig.social.opensocial.model.ActivityEntry
getObject
getObjectId() - Method in class org.apache.shindig.social.opensocial.spi.GroupId
Get the objectId
getObjectId() - Method in class org.apache.shindig.social.opensocial.spi.ObjectId
Get the objectId.
getObjectType() - Method in class org.apache.shindig.social.core.model.ActivityObjectImpl
getObjectType
getObjectType() - Method in interface org.apache.shindig.social.opensocial.model.ActivityObject
getObjectType
getOpenSocial() - Method in class org.apache.shindig.social.core.model.ActivityEntryImpl
getOpenSocial
getOpenSocial() - Method in class org.apache.shindig.social.core.model.ActivityObjectImpl
getOpenSocial
getOpenSocial() - Method in class org.apache.shindig.social.core.model.MediaLinkImpl
getOpenSocial
getOpenSocial() - Method in interface org.apache.shindig.social.opensocial.model.ActivityEntry
getOpenSocial
getOpenSocial() - Method in interface org.apache.shindig.social.opensocial.model.ActivityObject
getOpenSocial
getOpenSocial() - Method in interface org.apache.shindig.social.opensocial.model.MediaLink
getOpenSocial
getOptionalParameter() - Method in class org.apache.shindig.social.opensocial.spi.CollectionOptions
 
getOrganizations() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getOrganizations() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get a list of current or past organizational affiliations of this Person.
getOwnerId() - Method in class org.apache.shindig.social.core.model.AlbumImpl
 
getOwnerId() - Method in interface org.apache.shindig.social.opensocial.model.Album
Get the ID of the owner of the album.
getParameter(OAuthMessage, String) - Static method in class org.apache.shindig.social.core.oauth.OAuthAuthenticationHandler
 
getPassword(String) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Public methods for use with Authentication Classes
getPeople(Set<UserId>, GroupId, CollectionOptions, Set<String>, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.PersonService
Returns a list of people that correspond to the passed in person ids.
getPeople(Set<UserId>, GroupId, CollectionOptions, Set<String>, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Returns a list of people that correspond to the passed in person ids.
getPerson(UserId, Set<String>, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.PersonService
Returns a person that corresponds to the passed in person id.
getPerson(UserId, Set<String>, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Returns a person that corresponds to the passed in person id.
getPersonData(Set<UserId>, GroupId, String, Set<String>, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.AppDataService
Retrives app data for the specified user list and group.
getPersonData(Set<UserId>, GroupId, String, Set<String>, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Retrives app data for the specified user list and group.
getPets() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getPets() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get a description of the person's pets Container support for this field is OPTIONAL.
getPhoneNumbers() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getPhoneNumbers() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the Phone numbers associated with the person.
getPhotos() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getPhotos() - Method in interface org.apache.shindig.social.opensocial.model.Person
URL of a photo of this person.
getPoliticalViews() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getPoliticalViews() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the Person's political views, specified as a string.
getPostalCode() - Method in class org.apache.shindig.social.core.model.AddressImpl
 
getPostalCode() - Method in interface org.apache.shindig.social.opensocial.model.Address
Get the Postal code for the address.
getPostedTime() - Method in class org.apache.shindig.social.core.model.ActivityImpl
 
getPostedTime() - Method in interface org.apache.shindig.social.opensocial.model.Activity
Get the time at which this activity took place in milliseconds since the epoch.
getPreferredUsername() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getPreferredUsername() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the Person's preferred username, specified as a string.
getPrimary() - Method in class org.apache.shindig.social.core.model.AddressImpl
 
getPrimary() - Method in class org.apache.shindig.social.core.model.ListFieldImpl
 
getPrimary() - Method in class org.apache.shindig.social.core.model.OrganizationImpl
 
getPrimary() - Method in interface org.apache.shindig.social.opensocial.model.Address
Get a Boolean value indicating whether this instance of the Plural Field is the primary or preferred value of for this field, e.g.
getPrimary() - Method in interface org.apache.shindig.social.opensocial.model.ListField
Get Boolean value indicating whether this instance of the Plural Field is the primary or preferred value of for this field, e.g.
getPrimary() - Method in interface org.apache.shindig.social.opensocial.model.Organization
Get Boolean value indicating whether this instance of the Plural Field is the primary or preferred Organization.
getPriority() - Method in class org.apache.shindig.social.core.model.ActivityImpl
 
getPriority() - Method in interface org.apache.shindig.social.opensocial.model.Activity
Get the priority, a number between 0 and 1 representing the relative priority of this activity in relation to other activities from the same source.
getProfileSong() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getProfileSong() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the Person's profile song, specified as an Url.
getProfileUrl() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getProfileUrl() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's profile URL.
getProfileVideo() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getProfileVideo() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the Person's profile video.
getProvider() - Method in class org.apache.shindig.social.core.model.ActivityEntryImpl
getProvider
getProvider() - Method in interface org.apache.shindig.social.opensocial.model.ActivityEntry
getProvider
getPublished() - Method in class org.apache.shindig.social.core.model.ActivityEntryImpl
getPublished
getPublished() - Method in class org.apache.shindig.social.core.model.ActivityObjectImpl
getPublished
getPublished() - Method in interface org.apache.shindig.social.opensocial.model.ActivityEntry
getPublished
getPublished() - Method in interface org.apache.shindig.social.opensocial.model.ActivityObject
getPublished
getQuotes() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getQuotes() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's favorite quotes Container support for this field is OPTIONAL.
getRating() - Method in class org.apache.shindig.social.core.model.MediaItemImpl
 
getRating() - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Get the average rating of the media item on a scale of 0-10
getRecipients() - Method in class org.apache.shindig.social.core.model.MessageImpl
 
getRecipients() - Method in interface org.apache.shindig.social.opensocial.model.Message
Gets the recipient list of the message.
getRedirectURI() - Method in class org.apache.shindig.social.core.oauth2.OAuth2Client
Gets the client's redirect URI.
getRedirectURI() - Method in class org.apache.shindig.social.core.oauth2.OAuth2Code
Returns the redirect URI associated with this code.
getRedirectURI() - Method in class org.apache.shindig.social.core.oauth2.OAuth2NormalizedRequest
 
getRefreshToken(String) - Method in interface org.apache.shindig.social.core.oauth2.OAuth2DataService
Retrieves a refresh token by its value.
getRefreshToken(String) - Method in class org.apache.shindig.social.core.oauth2.OAuth2DataServiceImpl
 
getRefreshToken() - Method in class org.apache.shindig.social.core.oauth2.OAuth2NormalizedResponse
 
getRegion() - Method in class org.apache.shindig.social.core.model.AddressImpl
 
getRegion() - Method in interface org.apache.shindig.social.opensocial.model.Address
Get the region.
getRel() - Method in class org.apache.shindig.social.core.util.atom.AtomLink
 
getRelatedAccessToken() - Method in class org.apache.shindig.social.core.oauth2.OAuth2Code
Gets the related access token.
getRelatedAuthCode() - Method in class org.apache.shindig.social.core.oauth2.OAuth2Code
Returns the authorization code related to this code.
getRelatedRefreshToken() - Method in class org.apache.shindig.social.core.oauth2.OAuth2Code
Gets the related refresh token.
getRelationshipStatus() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getRelationshipStatus() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's relationship status.
getReligion() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getReligion() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's relgion or religious views.
getReplies() - Method in class org.apache.shindig.social.core.model.MessageImpl
 
getReplies() - Method in interface org.apache.shindig.social.opensocial.model.Message
Gets the list of Replies to this message
getRequestMediaItem(SocialRequestItem) - Method in class org.apache.shindig.social.opensocial.service.MediaItemHandler
 
getRequestMediaItemIds(SocialRequestItem) - Method in class org.apache.shindig.social.opensocial.service.MediaItemHandler
 
getResponseParameters() - Method in class org.apache.shindig.social.core.oauth2.OAuth2NormalizedResponse
 
getResponseType() - Method in class org.apache.shindig.social.core.oauth2.OAuth2NormalizedRequest
 
getRomance() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getRomance() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's comments about romance.
getSalary() - Method in class org.apache.shindig.social.core.model.OrganizationImpl
 
getSalary() - Method in interface org.apache.shindig.social.opensocial.model.Organization
Get the salary the person receives from the organization, specified as a string.
getScaredOf() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getScaredOf() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get what the person is scared of Container support for this field is OPTIONAL.
getScope() - Method in class org.apache.shindig.social.core.oauth2.OAuth2Code
Returns the scope of this code.
getScope() - Method in class org.apache.shindig.social.core.oauth2.OAuth2NormalizedRequest
 
getScope() - Method in class org.apache.shindig.social.core.oauth2.OAuth2NormalizedResponse
 
getSecret() - Method in class org.apache.shindig.social.core.oauth2.OAuth2Client
Gets the client's secret.
getSecurityTokenForConsumerRequest(String, String) - Method in interface org.apache.shindig.social.opensocial.oauth.OAuthDataStore
Return the proper security token for a 2 legged oauth request that has been validated for the given consumerKey.
getSecurityTokenForConsumerRequest(String, String) - Method in class org.apache.shindig.social.sample.oauth.SampleOAuthDataStore
 
getSecurityTokenFromRequest(HttpServletRequest) - Method in class org.apache.shindig.social.core.oauth.OAuthAuthenticationHandler
 
getSecurityTokenFromRequest(HttpServletRequest) - Method in class org.apache.shindig.social.core.oauth2.OAuth2AuthenticationHandler
Only denies authentication when an invalid bearer token is received.
getSenderId() - Method in class org.apache.shindig.social.core.model.MessageImpl
 
getSenderId() - Method in interface org.apache.shindig.social.opensocial.model.Message
Gets the sender ID value.
getSexualOrientation() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getSexualOrientation() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's sexual orientation.
getSmoker() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getSmoker() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's smoking status.
getSortBy() - Method in class org.apache.shindig.social.opensocial.service.SocialRequestItem
 
getSortBy() - Method in class org.apache.shindig.social.opensocial.spi.CollectionOptions
This sortBy can be any field of the object being sorted or the special js sort of topFriends.
getSortOrder() - Method in class org.apache.shindig.social.opensocial.spi.CollectionOptions
 
getSports() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getSports() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's favorite sports.
getStartDate() - Method in class org.apache.shindig.social.core.model.OrganizationImpl
 
getStartDate() - Method in interface org.apache.shindig.social.opensocial.model.Organization
Get the date the person started at the organization, specified as a Date.
getStartTime() - Method in class org.apache.shindig.social.core.model.MediaItemImpl
 
getStartTime() - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Get the time when the content is available.
getState() - Method in class org.apache.shindig.social.core.oauth2.OAuth2NormalizedRequest
 
getState() - Method in class org.apache.shindig.social.core.oauth2.OAuth2NormalizedResponse
 
getStatus() - Method in class org.apache.shindig.social.core.model.MessageImpl
 
getStatus() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getStatus() - Method in class org.apache.shindig.social.core.oauth2.OAuth2NormalizedResponse
 
getStatus() - Method in interface org.apache.shindig.social.opensocial.model.Message
Gets the Status of the message.
getStatus() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's status, headline or shoutout.
getStreamFaviconUrl() - Method in class org.apache.shindig.social.core.model.ActivityImpl
 
getStreamFaviconUrl() - Method in interface org.apache.shindig.social.opensocial.model.Activity
Get a string specifying the URL for the stream's favicon.
getStreamSourceUrl() - Method in class org.apache.shindig.social.core.model.ActivityImpl
 
getStreamSourceUrl() - Method in interface org.apache.shindig.social.opensocial.model.Activity
Get a string specifying the stream's source URL.
getStreamTitle() - Method in class org.apache.shindig.social.core.model.ActivityImpl
 
getStreamTitle() - Method in interface org.apache.shindig.social.opensocial.model.Activity
Get a string specifing the title of the stream.
getStreamUrl() - Method in class org.apache.shindig.social.core.model.ActivityImpl
 
getStreamUrl() - Method in interface org.apache.shindig.social.opensocial.model.Activity
Get a string specifying the stream's URL.
getStreetAddress() - Method in class org.apache.shindig.social.core.model.AddressImpl
 
getStreetAddress() - Method in interface org.apache.shindig.social.opensocial.model.Address
Get the street address.
getString(String) - Method in class org.apache.shindig.social.core.oauth2.OAuth2NormalizedRequest
 
getSubField() - Method in class org.apache.shindig.social.core.model.OrganizationImpl
 
getSubField() - Method in interface org.apache.shindig.social.opensocial.model.Organization
Get the subfield the Organization is in, specified as a string.
getSummary() - Method in class org.apache.shindig.social.core.model.ActivityObjectImpl
getSummary
getSummary() - Method in interface org.apache.shindig.social.opensocial.model.ActivityObject
getSummary
getTaggedPeople() - Method in class org.apache.shindig.social.core.model.MediaItemImpl
 
getTaggedPeople() - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Get people tagged in the media item.
getTags() - Method in class org.apache.shindig.social.core.model.MediaItemImpl
 
getTags() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getTags() - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Get tags associated with this media item.
getTags() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get arbitrary tags about the person.
getTarget() - Method in class org.apache.shindig.social.core.model.ActivityEntryImpl
getTarget
getTarget() - Method in interface org.apache.shindig.social.opensocial.model.ActivityEntry
getTarget
getTemplateParams() - Method in class org.apache.shindig.social.core.model.ActivityImpl
 
getTemplateParams() - Method in interface org.apache.shindig.social.opensocial.model.Activity
Get a map of custom key/value pairs associated with this activity.
getThumbnailUrl() - Method in class org.apache.shindig.social.core.model.AlbumImpl
 
getThumbnailUrl() - Method in class org.apache.shindig.social.core.model.MediaItemImpl
 
getThumbnailUrl() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getThumbnailUrl() - Method in interface org.apache.shindig.social.opensocial.model.Album
Get the URL to the thumbnail cover image for the album.
getThumbnailUrl() - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Get the thumbnail URL for the media item.
getThumbnailUrl() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's photo thumbnail URL, specified as a string.
getTimeSent() - Method in class org.apache.shindig.social.core.model.MessageImpl
 
getTimeSent() - Method in interface org.apache.shindig.social.opensocial.model.Message
Gets the time the message was sent.
getTitle() - Method in class org.apache.shindig.social.core.model.ActivityEntryImpl
getTitle
getTitle() - Method in class org.apache.shindig.social.core.model.ActivityImpl
 
getTitle() - Method in class org.apache.shindig.social.core.model.AlbumImpl
 
getTitle() - Method in class org.apache.shindig.social.core.model.GroupImpl
Get title of this group
getTitle() - Method in class org.apache.shindig.social.core.model.MediaItemImpl
 
getTitle() - Method in class org.apache.shindig.social.core.model.MessageCollectionImpl
 
getTitle() - Method in class org.apache.shindig.social.core.model.MessageImpl
 
getTitle() - Method in class org.apache.shindig.social.core.model.OrganizationImpl
 
getTitle() - Method in class org.apache.shindig.social.core.oauth2.OAuth2Client
Gets the client's title.
getTitle() - Method in class org.apache.shindig.social.core.util.atom.AtomLink
 
getTitle() - Method in interface org.apache.shindig.social.opensocial.model.Activity
Get a string specifying the primary text of an activity.
getTitle() - Method in interface org.apache.shindig.social.opensocial.model.ActivityEntry
getTitle
getTitle() - Method in interface org.apache.shindig.social.opensocial.model.Album
Get the title of the album.
getTitle() - Method in interface org.apache.shindig.social.opensocial.model.Group
Get title of this group
getTitle() - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Get the title for this media item
getTitle() - Method in interface org.apache.shindig.social.opensocial.model.Message
Gets the title of the message.
getTitle() - Method in interface org.apache.shindig.social.opensocial.model.MessageCollection
Gets the title of the message collection.
getTitle() - Method in interface org.apache.shindig.social.opensocial.model.Organization
Get the title or role the person has in the organization, specified as a string.
getTitleId() - Method in class org.apache.shindig.social.core.model.ActivityImpl
 
getTitleId() - Method in class org.apache.shindig.social.core.model.MessageImpl
 
getTitleId() - Method in interface org.apache.shindig.social.opensocial.model.Activity
Get a string specifying the title template message ID in the gadget spec.
getTitleId() - Method in interface org.apache.shindig.social.opensocial.model.Message
Gets the title ID for this message.
getToken() - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
getTokenFromVerifiedRequest(OAuthMessage, OAuthEntry, OAuthConsumer) - Method in class org.apache.shindig.social.core.oauth.OAuthAuthenticationHandler
 
getTokenSecret() - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
getTokenType() - Method in class org.apache.shindig.social.core.oauth2.OAuth2NormalizedResponse
 
getTotal() - Method in class org.apache.shindig.social.core.model.MessageCollectionImpl
 
getTotal() - Method in interface org.apache.shindig.social.opensocial.model.MessageCollection
Gets the total number of messages for this collection.
getTrustedJson() - Method in class org.apache.shindig.social.core.oauth.OAuthSecurityToken
 
getTurnOffs() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getTurnOffs() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's turn offs.
getTurnOns() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getTurnOns() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's turn ons.
getTvShows() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getTvShows() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's favorite TV shows.
getType() - Method in class org.apache.shindig.social.core.model.AddressImpl
 
getType() - Method in class org.apache.shindig.social.core.model.ListFieldImpl
 
getType() - Method in class org.apache.shindig.social.core.model.MediaItemImpl
 
getType() - Method in class org.apache.shindig.social.core.model.MessageImpl
 
getType() - Method in class org.apache.shindig.social.core.model.OrganizationImpl
 
getType() - Method in class org.apache.shindig.social.core.oauth2.OAuth2Client
Gets the client's type.
getType() - Method in class org.apache.shindig.social.core.oauth2.OAuth2Code
Returns the type of this code.
getType() - Method in class org.apache.shindig.social.core.util.atom.AtomLink
 
getType() - Method in class org.apache.shindig.social.core.util.atom.AtomSummary
 
getType() - Method in interface org.apache.shindig.social.opensocial.model.Address
Get the type of label of the address.
getType() - Method in interface org.apache.shindig.social.opensocial.model.ListField
The type of field for this instance, usually used to label the preferred function of the given contact information.
getType() - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Get the Type of this media item, either audio, image or video.
getType() - Method in interface org.apache.shindig.social.opensocial.model.Message
Gets the type of the message, as specified by opensocial.Message.Type.
getType() - Method in interface org.apache.shindig.social.opensocial.model.Organization
Get the type of field for this instance, usually used to label the preferred function of the given contact information.
getType() - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
getType() - Method in class org.apache.shindig.social.opensocial.spi.GroupId
Get the type of the stored objectId.
getType() - Method in class org.apache.shindig.social.opensocial.spi.UserId
 
getUnread() - Method in class org.apache.shindig.social.core.model.MessageCollectionImpl
 
getUnread() - Method in interface org.apache.shindig.social.opensocial.model.MessageCollection
Gets the total number of unread messages.
getUpdated() - Method in class org.apache.shindig.social.core.model.ActivityEntryImpl
getUpdated
getUpdated() - Method in class org.apache.shindig.social.core.model.ActivityImpl
 
getUpdated() - Method in class org.apache.shindig.social.core.model.ActivityObjectImpl
getUpdated
getUpdated() - Method in class org.apache.shindig.social.core.model.MessageCollectionImpl
 
getUpdated() - Method in class org.apache.shindig.social.core.model.MessageImpl
 
getUpdated() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getUpdated() - Method in interface org.apache.shindig.social.opensocial.model.Activity
Get the last updated date of the Activity, additional to the Opensocial specification for the REST-API.
getUpdated() - Method in interface org.apache.shindig.social.opensocial.model.ActivityEntry
getUpdated
getUpdated() - Method in interface org.apache.shindig.social.opensocial.model.ActivityObject
getUpdated
getUpdated() - Method in interface org.apache.shindig.social.opensocial.model.Message
Gets the updated timestamp for the message.
getUpdated() - Method in interface org.apache.shindig.social.opensocial.model.MessageCollection
Returns the last time this message collection was modified.
getUpdated() - Method in interface org.apache.shindig.social.opensocial.model.Person
The time this person was last updated.
getUpdatedSince() - Method in class org.apache.shindig.social.opensocial.spi.CollectionOptions
 
getUpdatedToken() - Method in class org.apache.shindig.social.core.oauth.OAuthSecurityToken
 
getUpstreamDuplicates() - Method in class org.apache.shindig.social.core.model.ActivityObjectImpl
getUpstreamDuplicates
getUpstreamDuplicates() - Method in interface org.apache.shindig.social.opensocial.model.ActivityObject
getUpstreamDuplicates
getUrl() - Method in class org.apache.shindig.social.core.model.ActivityEntryImpl
getUrl
getUrl() - Method in class org.apache.shindig.social.core.model.ActivityImpl
 
getUrl() - Method in class org.apache.shindig.social.core.model.ActivityObjectImpl
getUrl
getUrl() - Method in class org.apache.shindig.social.core.model.MediaItemImpl
 
getUrl() - Method in class org.apache.shindig.social.core.model.MediaLinkImpl
Returns the target URL of this MediaLink.
getUrl() - Method in interface org.apache.shindig.social.opensocial.model.Activity
Get a string specifying the URL that represents this activity.
getUrl() - Method in interface org.apache.shindig.social.opensocial.model.ActivityEntry
getUrl
getUrl() - Method in interface org.apache.shindig.social.opensocial.model.ActivityObject
getUrl
getUrl() - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Get a URL for the media item.
getUrl() - Method in interface org.apache.shindig.social.opensocial.model.MediaLink
Returns the target URL of this MediaLink.
getUrls() - Method in class org.apache.shindig.social.core.model.MessageCollectionImpl
 
getUrls() - Method in class org.apache.shindig.social.core.model.MessageImpl
 
getUrls() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getUrls() - Method in interface org.apache.shindig.social.opensocial.model.Message
Get the URLs related to the message
getUrls() - Method in interface org.apache.shindig.social.opensocial.model.MessageCollection
Get the URLs related to the message collection.
getUrls() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the URLs related to the person, their webpages, or feeds Container support for this field is OPTIONAL.
getUserId() - Method in class org.apache.shindig.social.core.model.AccountImpl
 
getUserId() - Method in class org.apache.shindig.social.core.model.ActivityImpl
 
getUserId() - Method in interface org.apache.shindig.social.opensocial.model.Account
A user ID number, usually chosen automatically, and usually numeric but sometimes alphanumeric, e.g.
getUserId() - Method in interface org.apache.shindig.social.opensocial.model.Activity
Get a string ID of the user who this activity is for.
getUserId() - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
getUserId() - Method in class org.apache.shindig.social.opensocial.spi.UserId
 
getUserId(SecurityToken) - Method in class org.apache.shindig.social.opensocial.spi.UserId
 
getUsername() - Method in class org.apache.shindig.social.core.model.AccountImpl
 
getUsername() - Method in interface org.apache.shindig.social.opensocial.model.Account
An alphanumeric user name, usually chosen by the user, e.g.
getUsers() - Method in class org.apache.shindig.social.opensocial.service.SocialRequestItem
 
getUtcOffset() - Method in class org.apache.shindig.social.core.model.PersonImpl
 
getUtcOffset() - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the Person's time zone, specified as the difference in minutes between Greenwich Mean Time (GMT) and the user's local time.
getValue() - Method in class org.apache.shindig.social.core.model.ListFieldImpl
 
getValue() - Method in class org.apache.shindig.social.core.oauth2.OAuth2Code
Returns the value of this code.
getValue() - Method in interface org.apache.shindig.social.opensocial.model.ListField
Get the primary value of this field, e.g.
getValue() - Method in enum org.apache.shindig.social.opensocial.spi.GroupId.Type
 
getVerb() - Method in class org.apache.shindig.social.core.model.ActivityEntryImpl
getVerb
getVerb() - Method in interface org.apache.shindig.social.opensocial.model.ActivityEntry
getVerb
getWebpage() - Method in class org.apache.shindig.social.core.model.OrganizationImpl
 
getWebpage() - Method in interface org.apache.shindig.social.opensocial.model.Organization
Get a webpage related to the organization, specified as a string.
getWeight() - Method in class org.apache.shindig.social.core.model.BodyTypeImpl
 
getWeight() - Method in interface org.apache.shindig.social.opensocial.model.BodyType
The weight of the person in kilograms, specified as a number.
getWidth() - Method in class org.apache.shindig.social.core.model.MediaLinkImpl
Returns the width of this media.
getWidth() - Method in interface org.apache.shindig.social.opensocial.model.MediaLink
Returns the width of this media.
getWWWAuthenticateHeader(String) - Method in class org.apache.shindig.social.core.oauth.OAuthAuthenticationHandler
 
getWWWAuthenticateHeader(String) - Method in class org.apache.shindig.social.core.oauth2.OAuth2AuthenticationHandler
 
GlobalId - Class in org.apache.shindig.social.opensocial.spi
GlobalId as defined by the OpenSocial 2.0.1 Spec
GlobalId(String) - Constructor for class org.apache.shindig.social.opensocial.spi.GlobalId
Try to construct a GlobalId with a string that contains a valid DomainName and valid LocalId separated by a colon (:).
GlobalId(DomainName, LocalId) - Constructor for class org.apache.shindig.social.opensocial.spi.GlobalId
Construct a GlobalId with the provided a valid DomainName and LocalId
GlobalId(String, String) - Constructor for class org.apache.shindig.social.opensocial.spi.GlobalId
Try and construct a GlobalId given a string for a DomainName and a string for a LocalId
grantAccessToken(OAuth2NormalizedRequest) - Method in interface org.apache.shindig.social.core.oauth2.OAuth2Service
Grants an access token to the given client by generating and registering the access token.
grantAccessToken(OAuth2NormalizedRequest) - Method in class org.apache.shindig.social.core.oauth2.OAuth2ServiceImpl
 
grantAuthorizationCode(OAuth2NormalizedRequest) - Method in interface org.apache.shindig.social.core.oauth2.OAuth2Service
Grants an authorization code to the given client by generating and registering the code.
grantAuthorizationCode(OAuth2NormalizedRequest) - Method in class org.apache.shindig.social.core.oauth2.OAuth2ServiceImpl
 
grantRefreshToken(OAuth2NormalizedRequest) - Method in interface org.apache.shindig.social.core.oauth2.OAuth2Service
Grants a refresh token to the given client by generating and registering the refresh token.
grantRefreshToken(OAuth2NormalizedRequest) - Method in class org.apache.shindig.social.core.oauth2.OAuth2ServiceImpl
 
Group - Interface in org.apache.shindig.social.opensocial.model
OpenSocial Groups are owned by people, and are used to tag or categorize people and their relationships.
Group.Field - Enum in org.apache.shindig.social.opensocial.model
 
GroupHandler - Class in org.apache.shindig.social.opensocial.service
RPC/REST handler for groups requests
GroupHandler(GroupService, CollectionOptionsFactory) - Constructor for class org.apache.shindig.social.opensocial.service.GroupHandler
 
GroupId - Class in org.apache.shindig.social.opensocial.spi
GroupId as defined by the OpenSocial 2.0.1 Spec
GroupId(Object) - Constructor for class org.apache.shindig.social.opensocial.spi.GroupId
If the given object is an objectId, create and store Else we need the string representation to store, including the "@"
GroupId(GroupId.Type, String) - Constructor for class org.apache.shindig.social.opensocial.spi.GroupId
Backwards Compatibility.
GroupId.Type - Enum in org.apache.shindig.social.opensocial.spi
 
GroupImpl - Class in org.apache.shindig.social.core.model
Default Implementation of the Group model.
GroupImpl() - Constructor for class org.apache.shindig.social.core.model.GroupImpl
 
GroupService - Interface in org.apache.shindig.social.opensocial.spi
A service for gathering group information for specific users.

H

handle(HttpServletRequest, HttpServletResponse) - Method in class org.apache.shindig.social.core.oauth2.OAuth2AuthorizationHandler
Handles an OAuth 2.0 authorization request.
handle(HttpServletRequest, HttpServletResponse) - Method in class org.apache.shindig.social.core.oauth2.OAuth2TokenHandler
Handles an OAuth 2.0 request to the token endpoint.
handlers - Variable in class org.apache.shindig.social.core.oauth.AuthenticationHandlerProvider
 
HAS_APP_FILTER - Static variable in interface org.apache.shindig.social.opensocial.spi.PersonService
Retrieves all friends with any data for this application.
hashCode() - Method in class org.apache.shindig.social.opensocial.spi.CollectionOptions
 
hashCode() - Method in class org.apache.shindig.social.opensocial.spi.DomainName
 
hashCode() - Method in class org.apache.shindig.social.opensocial.spi.GlobalId
 
hashCode() - Method in class org.apache.shindig.social.opensocial.spi.GroupId
 
hashCode() - Method in class org.apache.shindig.social.opensocial.spi.LocalId
 
hashCode() - Method in class org.apache.shindig.social.opensocial.spi.ObjectId
 
hashCode() - Method in class org.apache.shindig.social.opensocial.spi.UserId
 

I

iconUrl - Variable in class org.apache.shindig.social.core.oauth2.OAuth2Client
 
id - Variable in class org.apache.shindig.social.core.oauth2.OAuth2Client
 
ID - Static variable in class org.apache.shindig.social.core.util.atom.AtomFeed
 
init(ServletConfig) - Method in class org.apache.shindig.social.core.oauth2.OAuth2Servlet
 
IS_WITH_FRIENDS_FILTER - Static variable in interface org.apache.shindig.social.opensocial.spi.PersonService
Will filter the people requested by checking if they are friends with the given idSpec.
isAnonymous() - Method in class org.apache.shindig.social.core.oauth.OAuthSecurityToken
 
isAuthorized() - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
isBodyReturned() - Method in class org.apache.shindig.social.core.oauth2.OAuth2NormalizedResponse
 
isCallbackUrlSigned() - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
isExpired() - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
isValidKey(String) - Static method in class org.apache.shindig.social.opensocial.service.AppDataHandler
Determines whether the input is a valid key.

J

JsonDbOpensocialService - Class in org.apache.shindig.social.sample.spi
Implementation of supported services backed by a JSON DB.
JsonDbOpensocialService(String, BeanConverter, String) - Constructor for class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Initializes the JsonDbOpensocialService using Guice
jsonValueOf(String) - Static method in enum org.apache.shindig.social.opensocial.spi.UserId.Type
Return the Type enum value given a specific jsonType

L

ListField - Interface in org.apache.shindig.social.opensocial.model
A Interface to represent list fields where there is potential for one of the items to have a primary or preferred status.
ListField.Field - Enum in org.apache.shindig.social.opensocial.model
The fields that represent the ListField object in serialized form.
ListFieldImpl - Class in org.apache.shindig.social.core.model
ListField data structure
ListFieldImpl() - Constructor for class org.apache.shindig.social.core.model.ListFieldImpl
 
ListFieldImpl(String, String) - Constructor for class org.apache.shindig.social.core.model.ListFieldImpl
 
listToString(List<String>) - Static method in class org.apache.shindig.social.core.oauth2.OAuth2TokenHandler
Private utility to comma-delimit a list of Strings
LocalId - Class in org.apache.shindig.social.opensocial.spi
LocalId as defined by the OpenSocial 2.0.1 Spec
LocalId(String) - Constructor for class org.apache.shindig.social.opensocial.spi.LocalId
Constructor for LocalId.
LookingFor - Enum in org.apache.shindig.social.opensocial.model
public java.lang.Enum for opensocial.Enum.LookingFor.

M

marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class org.apache.shindig.social.core.util.atom.AtomLinkConverter
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class org.apache.shindig.social.core.util.atom.AtomSummaryConverter
MediaItem - Interface in org.apache.shindig.social.opensocial.model
A container for the media item.
MediaItem.Field - Enum in org.apache.shindig.social.opensocial.model
Fields for MediaItem.
MediaItem.Type - Enum in org.apache.shindig.social.opensocial.model
An enumeration of potential media types.
MediaItemHandler - Class in org.apache.shindig.social.opensocial.service
Receives and delegates requests to the OpenSocial MediaItems service.
MediaItemHandler(MediaItemService, ContainerConfig, CollectionOptionsFactory) - Constructor for class org.apache.shindig.social.opensocial.service.MediaItemHandler
 
MediaItemImpl - Class in org.apache.shindig.social.core.model
MediaItemImpl() - Constructor for class org.apache.shindig.social.core.model.MediaItemImpl
 
MediaItemImpl(String, MediaItem.Type, String) - Constructor for class org.apache.shindig.social.core.model.MediaItemImpl
 
MediaItemService - Interface in org.apache.shindig.social.opensocial.spi
The MediaItemService interface defines the service provider interface for creating, retrieving, updating, and deleting OpenSocial MediaItems.
MediaItemService.NotImplementedMediaItemService - Class in org.apache.shindig.social.opensocial.spi
 
MediaItemService.NotImplementedMediaItemService() - Constructor for class org.apache.shindig.social.opensocial.spi.MediaItemService.NotImplementedMediaItemService
 
MediaLink - Interface in org.apache.shindig.social.opensocial.model
MediaLink interface.
MediaLink.Field - Enum in org.apache.shindig.social.opensocial.model
Fields that represent the JSON elements.
MediaLinkImpl - Class in org.apache.shindig.social.core.model
MediaLinkImpl class.
MediaLinkImpl() - Constructor for class org.apache.shindig.social.core.model.MediaLinkImpl
Create a new MediaLink
Message - Interface in org.apache.shindig.social.opensocial.model
Base interface for all message objects.
Message.Field - Enum in org.apache.shindig.social.opensocial.model
An enumeration of field names in a message.
Message.Status - Enum in org.apache.shindig.social.opensocial.model
The Status of a message.
Message.Type - Enum in org.apache.shindig.social.opensocial.model
The type of a message.
MessageCollection - Interface in org.apache.shindig.social.opensocial.model
Base interface for all message collection objects.
MessageCollection.Field - Enum in org.apache.shindig.social.opensocial.model
An enumeration of field names in a message.
MessageCollectionImpl - Class in org.apache.shindig.social.core.model
Default representation of a MessageCollection
MessageCollectionImpl() - Constructor for class org.apache.shindig.social.core.model.MessageCollectionImpl
 
MessageHandler - Class in org.apache.shindig.social.opensocial.service
RPC/REST handler for all Messages requests
MessageHandler(MessageService, CollectionOptionsFactory) - Constructor for class org.apache.shindig.social.opensocial.service.MessageHandler
 
MessageImpl - Class in org.apache.shindig.social.core.model
Default implementation for a Message
MessageImpl() - Constructor for class org.apache.shindig.social.core.model.MessageImpl
 
MessageImpl(String, String, Message.Type) - Constructor for class org.apache.shindig.social.core.model.MessageImpl
 
MessageService - Interface in org.apache.shindig.social.opensocial.spi
The MessageService interface defines the service provider interface to post messages to the underlying SNS.
MessageService.NotImplementedMessageService - Class in org.apache.shindig.social.opensocial.spi
 
MessageService.NotImplementedMessageService() - Constructor for class org.apache.shindig.social.opensocial.spi.MessageService.NotImplementedMessageService
 
modify(SocialRequestItem) - Method in class org.apache.shindig.social.opensocial.service.MessageHandler
Handles modifying a message or a message collection.
modifyMessage(UserId, String, String, Message, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.MessageService
Modifies/Updates a specific message with new data
modifyMessage(UserId, String, String, Message, SecurityToken) - Method in class org.apache.shindig.social.opensocial.spi.MessageService.NotImplementedMessageService
 
modifyMessage(UserId, String, String, Message, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Modifies/Updates a specific message with new data
modifyMessageCollection(UserId, MessageCollection, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.MessageService
Modifies/Updates a message collection for the given arguments
modifyMessageCollection(UserId, MessageCollection, SecurityToken) - Method in class org.apache.shindig.social.opensocial.spi.MessageService.NotImplementedMessageService
 
modifyMessageCollection(UserId, MessageCollection, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Modifies/Updates a message collection for the given arguments

N

Name - Interface in org.apache.shindig.social.opensocial.model
Base interface for all name objects.
Name.Field - Enum in org.apache.shindig.social.opensocial.model
An enumeration of fields in the json name object.
NameImpl - Class in org.apache.shindig.social.core.model
Default implementation of the Name model.
NameImpl() - Constructor for class org.apache.shindig.social.core.model.NameImpl
 
NameImpl(String) - Constructor for class org.apache.shindig.social.core.model.NameImpl
 
NetworkPresence - Enum in org.apache.shindig.social.opensocial.model
public java.lang.Enum for opensocial.Enum.NetworkPresence.

O

OAuth2AuthenticationHandler - Class in org.apache.shindig.social.core.oauth2
Authentication handler for OAuth 2.0.
OAuth2AuthenticationHandler(OAuth2Service) - Constructor for class org.apache.shindig.social.core.oauth2.OAuth2AuthenticationHandler
 
OAuth2AuthorizationHandler - Class in org.apache.shindig.social.core.oauth2
Handles requests to the OAuth 2.0 authorization end-point.
OAuth2AuthorizationHandler(OAuth2Service) - Constructor for class org.apache.shindig.social.core.oauth2.OAuth2AuthorizationHandler
 
OAuth2Client - Class in org.apache.shindig.social.core.oauth2
Represents an OAuth 2.0 client.
OAuth2Client() - Constructor for class org.apache.shindig.social.core.oauth2.OAuth2Client
 
OAuth2Client.ClientType - Enum in org.apache.shindig.social.core.oauth2
Enumerated client types in the OAuth 2.0 specification.
OAuth2Client.Flow - Enum in org.apache.shindig.social.core.oauth2
 
OAuth2Code - Class in org.apache.shindig.social.core.oauth2
Represents a "code" string in an OAuth 2.0 handshake, including authorization code, access token, or refresh token.
OAuth2Code() - Constructor for class org.apache.shindig.social.core.oauth2.OAuth2Code
 
OAuth2Code(String, String, long, List<String>) - Constructor for class org.apache.shindig.social.core.oauth2.OAuth2Code
Constructs an OAuth2Code.
OAuth2Code(String) - Constructor for class org.apache.shindig.social.core.oauth2.OAuth2Code
Constructs an OAuth2Code with a value.
OAuth2DataService - Interface in org.apache.shindig.social.core.oauth2
Services to support the management of data for the OAuth 2.0 specification.
OAuth2DataServiceImpl - Class in org.apache.shindig.social.core.oauth2
 
OAuth2DataServiceImpl(String, BeanConverter, String) - Constructor for class org.apache.shindig.social.core.oauth2.OAuth2DataServiceImpl
 
OAuth2Exception - Exception in org.apache.shindig.social.core.oauth2
Represents an exception while dancing with OAuth 2.0.
OAuth2Exception(OAuth2NormalizedResponse) - Constructor for exception org.apache.shindig.social.core.oauth2.OAuth2Exception
Constructs an OAuth2Exception.
OAuth2GrantValidator - Interface in org.apache.shindig.social.core.oauth2.validators
Handles the validation of a grant requests for access tokens.
OAuth2NormalizedRequest - Class in org.apache.shindig.social.core.oauth2
Normalizes an OAuth 2.0 request by extracting OAuth 2.0 related fields.
OAuth2NormalizedRequest(HttpServletRequest) - Constructor for class org.apache.shindig.social.core.oauth2.OAuth2NormalizedRequest
 
OAuth2NormalizedResponse - Class in org.apache.shindig.social.core.oauth2
Wraps OAuth 2.0 response elements including headers and body parameters.
OAuth2NormalizedResponse() - Constructor for class org.apache.shindig.social.core.oauth2.OAuth2NormalizedResponse
 
OAuth2ProtectedResourceValidator - Interface in org.apache.shindig.social.core.oauth2.validators
Validator interface for a protected resource.
OAuth2RequestValidator - Interface in org.apache.shindig.social.core.oauth2.validators
Validator interface for OAuth 2.0 requests.
OAuth2Service - Interface in org.apache.shindig.social.core.oauth2
Services to support the OAuth 2.0 specification flows and enforcement.
OAuth2ServiceImpl - Class in org.apache.shindig.social.core.oauth2
A simple in-memory implementation of the OAuth 2 services.
OAuth2ServiceImpl(OAuth2DataService, long, long) - Constructor for class org.apache.shindig.social.core.oauth2.OAuth2ServiceImpl
 
OAuth2Servlet - Class in org.apache.shindig.social.core.oauth2
Main servlet to catch OAuth 2.0 requests.
OAuth2Servlet() - Constructor for class org.apache.shindig.social.core.oauth2.OAuth2Servlet
 
OAuth2TokenHandler - Class in org.apache.shindig.social.core.oauth2
Handles operations to the OAuth 2.0 token end point.
OAuth2TokenHandler(OAuth2Service) - Constructor for class org.apache.shindig.social.core.oauth2.OAuth2TokenHandler
Constructs the token handler with the OAuth2Service.
OAuth2Types - Class in org.apache.shindig.social.core.oauth2
A collection of OAuth 2.0's enumerated types.
OAuth2Types() - Constructor for class org.apache.shindig.social.core.oauth2.OAuth2Types
 
OAuth2Types.CodeType - Enum in org.apache.shindig.social.core.oauth2
Enumerated token types in the OAuth 2.0 specification.
OAuth2Types.ErrorType - Enum in org.apache.shindig.social.core.oauth2
Enumerated error types in the OAuth 2.0 specification.
OAuth2Types.GrantType - Enum in org.apache.shindig.social.core.oauth2
Enumerated grant types in the OAuth 2.0 specification.
OAuth2Types.ResponseType - Enum in org.apache.shindig.social.core.oauth2
Enumerated response types in the OAuth 2.0 specification.
OAuth2Types.TokenFormat - Enum in org.apache.shindig.social.core.oauth2
Enumerated token types in the OAuth 2.0 specification.
OAuth2Utils - Class in org.apache.shindig.social.core.oauth2
Collection of utility classes to support OAuth 2.0 operations.
OAuth2Utils() - Constructor for class org.apache.shindig.social.core.oauth2.OAuth2Utils
 
OAuthAuthenticationHandler - Class in org.apache.shindig.social.core.oauth
Handle both 2-legged consumer and full 3-legged OAuth requests.
OAuthAuthenticationHandler(OAuthDataStore, OAuthValidator) - Constructor for class org.apache.shindig.social.core.oauth.OAuthAuthenticationHandler
 
OAuthDataStore - Interface in org.apache.shindig.social.opensocial.oauth
A class that manages the OAuth data for Shindig, including storing the map of consumer key/secrets, storing request and access tokens, and providing a way to upgrade tokens to authorized values.
OAuthEntry - Class in org.apache.shindig.social.opensocial.oauth
The OAuthEntry class contains state information about OAuth Tokens and Authorization.
OAuthEntry() - Constructor for class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
OAuthEntry(OAuthEntry) - Constructor for class org.apache.shindig.social.opensocial.oauth.OAuthEntry
A copy constructor
OAuthEntry.Type - Enum in org.apache.shindig.social.opensocial.oauth
 
OAuthSecurityToken - Class in org.apache.shindig.social.core.oauth
A SecurityToken that represents two/three legged OAuth requests
OAuthSecurityToken(String, String, String, String, String, Long) - Constructor for class org.apache.shindig.social.core.oauth.OAuthSecurityToken
 
OAuthSecurityToken(String, String, String, String, String, Long, String) - Constructor for class org.apache.shindig.social.core.oauth.OAuthSecurityToken
 
OAuthValidatorProvider - Class in org.apache.shindig.social.core.oauth
Guice Provider class for OAuthValidator.
OAuthValidatorProvider(long) - Constructor for class org.apache.shindig.social.core.oauth.OAuthValidatorProvider
 
ObjectId - Class in org.apache.shindig.social.opensocial.spi
ObjectId as defined by the OpenSocial 2.0.1 Spec
ObjectId(LocalId) - Constructor for class org.apache.shindig.social.opensocial.spi.ObjectId
This constructor allows for a LocalId to be passed in order to create an ObjectId.
ObjectId(GlobalId) - Constructor for class org.apache.shindig.social.opensocial.spi.ObjectId
This constructor allows for a GlobalId to be passed in order to create an ObjectId.
ObjectId(String) - Constructor for class org.apache.shindig.social.opensocial.spi.ObjectId
This constructor allows for a String to be passed in order to create an ObjectId.
ONE_YEAR - Static variable in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
org.apache.shindig.social - package org.apache.shindig.social
The Social API package
org.apache.shindig.social.core.config - package org.apache.shindig.social.core.config
Core configuration
org.apache.shindig.social.core.model - package org.apache.shindig.social.core.model
Core Social Model
org.apache.shindig.social.core.oauth - package org.apache.shindig.social.core.oauth
The Core Social OAuth package
org.apache.shindig.social.core.oauth2 - package org.apache.shindig.social.core.oauth2
Implementation of OAuth 2.0.
org.apache.shindig.social.core.oauth2.validators - package org.apache.shindig.social.core.oauth2.validators
 
org.apache.shindig.social.core.util - package org.apache.shindig.social.core.util
Core Utilities package
org.apache.shindig.social.core.util.atom - package org.apache.shindig.social.core.util.atom
 
org.apache.shindig.social.core.util.xstream - package org.apache.shindig.social.core.util.xstream
XStream Utilities package
org.apache.shindig.social.opensocial.model - package org.apache.shindig.social.opensocial.model
The Social Model API package
org.apache.shindig.social.opensocial.oauth - package org.apache.shindig.social.opensocial.oauth
The Social Authentication package
org.apache.shindig.social.opensocial.service - package org.apache.shindig.social.opensocial.service
The Social Service API package
org.apache.shindig.social.opensocial.spi - package org.apache.shindig.social.opensocial.spi
The Social Service Provider Interface package
org.apache.shindig.social.sample - package org.apache.shindig.social.sample
 
org.apache.shindig.social.sample.oauth - package org.apache.shindig.social.sample.oauth
Sample OAuth implementation package
org.apache.shindig.social.sample.service - package org.apache.shindig.social.sample.service
Sample Container package
org.apache.shindig.social.sample.spi - package org.apache.shindig.social.sample.spi
Sample SPI implementation
Organization - Interface in org.apache.shindig.social.opensocial.model
Describes a current or past organizational affiliation of this contact.
Organization.Field - Enum in org.apache.shindig.social.opensocial.model
An Enumeration of field names for Organization.
OrganizationImpl - Class in org.apache.shindig.social.core.model
Default implementation of an Organization
OrganizationImpl() - Constructor for class org.apache.shindig.social.core.model.OrganizationImpl
 
OUTBOX - Static variable in interface org.apache.shindig.social.opensocial.model.MessageCollection
 

P

Person - Interface in org.apache.shindig.social.opensocial.model
Person.Field - Enum in org.apache.shindig.social.opensocial.model
The fields that represent the person object in json form.
Person.Gender - Enum in org.apache.shindig.social.opensocial.model
Enumeration of genders.
PersonHandler - Class in org.apache.shindig.social.opensocial.service
RPC/REST handler for all /people requests
PersonHandler(PersonService, ContainerConfig, CollectionOptionsFactory) - Constructor for class org.apache.shindig.social.opensocial.service.PersonHandler
 
PersonImpl - Class in org.apache.shindig.social.core.model
Default Implementation of the Person object in the model.
PersonImpl() - Constructor for class org.apache.shindig.social.core.model.PersonImpl
 
PersonImpl(String, String, Name) - Constructor for class org.apache.shindig.social.core.model.PersonImpl
A constructor which contains all of the required fields on a person object
PersonService - Interface in org.apache.shindig.social.opensocial.spi
Interface that defines how shindig gathers people information.
PROFILE_URL_TYPE - Static variable in interface org.apache.shindig.social.opensocial.model.Person
The type of a profile url when represented as a list field.

R

readBody(HttpServletRequest) - Static method in class org.apache.shindig.social.core.oauth.OAuthAuthenticationHandler
 
readBodyString(HttpServletRequest) - Static method in class org.apache.shindig.social.core.oauth.OAuthAuthenticationHandler
 
redirectURI - Variable in class org.apache.shindig.social.core.oauth2.OAuth2Client
 
registerAccessToken(String, OAuth2Code) - Method in interface org.apache.shindig.social.core.oauth2.OAuth2DataService
Registers an access token with a client.
registerAccessToken(String, OAuth2Code) - Method in class org.apache.shindig.social.core.oauth2.OAuth2DataServiceImpl
 
registerAuthorizationCode(String, OAuth2Code) - Method in interface org.apache.shindig.social.core.oauth2.OAuth2DataService
Registers an authorization code with a client.
registerAuthorizationCode(String, OAuth2Code) - Method in class org.apache.shindig.social.core.oauth2.OAuth2DataServiceImpl
 
registerRefreshToken(String, OAuth2Code) - Method in interface org.apache.shindig.social.core.oauth2.OAuth2DataService
Registers a refresh token with a client.
registerRefreshToken(String, OAuth2Code) - Method in class org.apache.shindig.social.core.oauth2.OAuth2DataServiceImpl
 
removeToken(OAuthEntry) - Method in interface org.apache.shindig.social.opensocial.oauth.OAuthDataStore
Remove a token
removeToken(OAuthEntry) - Method in class org.apache.shindig.social.sample.oauth.SampleOAuthDataStore
 
REQUESTOR_ID_PARAM - Static variable in class org.apache.shindig.social.core.oauth.OAuthAuthenticationHandler
 

S

SampleModule - Class in org.apache.shindig.social.sample
Provides bindings for sample-only implementations of social API classes.
SampleModule() - Constructor for class org.apache.shindig.social.sample.SampleModule
 
SampleOAuthDataStore - Class in org.apache.shindig.social.sample.oauth
Sample implementation for OAuth data store
SampleOAuthDataStore(JsonDbOpensocialService, String) - Constructor for class org.apache.shindig.social.sample.oauth.SampleOAuthDataStore
 
SampleOAuthServlet - Class in org.apache.shindig.social.sample.oauth
This is a sample class that demonstrates how oauth tokens can be handed out and authorized.
SampleOAuthServlet() - Constructor for class org.apache.shindig.social.sample.oauth.SampleOAuthServlet
 
sanitizeHTML(String) - Method in class org.apache.shindig.social.core.model.MessageImpl
 
sanitizeHTML(String) - Method in interface org.apache.shindig.social.opensocial.model.Message
TODO implement either a standard 'sanitizing' facility or define an interface that can be set on this class so others can plug in their own.
secret - Variable in class org.apache.shindig.social.core.oauth2.OAuth2Client
 
setAboutMe(String) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setAboutMe(String) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set a general statement about the person, specified as a string.
setAccessToken(String) - Method in class org.apache.shindig.social.core.oauth2.OAuth2NormalizedResponse
 
setAccounts(List<Account>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setAccounts(List<Account>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the list of online accounts held by this person.
setActivities(List<String>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setActivities(List<String>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the person's favorite activities, specified as an List of strings.
setActor(ActivityObject) - Method in class org.apache.shindig.social.core.model.ActivityEntryImpl
setActor
setActor(ActivityObject) - Method in interface org.apache.shindig.social.opensocial.model.ActivityEntry
setActor
setAdditionalName(String) - Method in class org.apache.shindig.social.core.model.NameImpl
 
setAdditionalName(String) - Method in interface org.apache.shindig.social.opensocial.model.Name
 
setAddress(Address) - Method in class org.apache.shindig.social.core.model.OrganizationImpl
 
setAddress(Address) - Method in interface org.apache.shindig.social.opensocial.model.Organization
Set the address of the organization, specified as an Address.
setAddresses(List<Address>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setAddresses(List<Address>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set addresses associated with the person, specified as an List of Address objects.
setAge(Integer) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setAge(Integer) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the person's age, specified as a number.
setAlbumId(String) - Method in class org.apache.shindig.social.core.model.MediaItemImpl
Set the album id which the media item belongs to.
setAlbumId(String) - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Set the album id which the media item belongs to.
setAppData(Map<String, ?>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setAppData(Map<String, ?>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Sets app data for the person.
setAppId(String) - Method in class org.apache.shindig.social.core.model.ActivityImpl
 
setAppId(String) - Method in interface org.apache.shindig.social.opensocial.model.Activity
Set a string specifying the application that this activity is associated with.
setAppId(String) - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
setAppUrl(String) - Method in class org.apache.shindig.social.core.model.MessageImpl
 
setAppUrl(String) - Method in interface org.apache.shindig.social.opensocial.model.Message
Set the App URL for a message.
setAttachments(List<ActivityObject>) - Method in class org.apache.shindig.social.core.model.ActivityObjectImpl
setAttachments
setAttachments(List<ActivityObject>) - Method in interface org.apache.shindig.social.opensocial.model.ActivityObject
setAttachments
setAuthor(ActivityObject) - Method in class org.apache.shindig.social.core.model.ActivityObjectImpl
setAuthor
setAuthor(ActivityObject) - Method in interface org.apache.shindig.social.opensocial.model.ActivityObject
setAuthor
setAuthority(Authority) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
 
setAuthorized(boolean) - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
setBirthday(Date) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setBirthday(Date) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the person's date of birth, specified as a Date object.
setBody(String) - Method in class org.apache.shindig.social.core.model.ActivityImpl
 
setBody(String) - Method in class org.apache.shindig.social.core.model.MessageImpl
 
setBody(String) - Method in interface org.apache.shindig.social.opensocial.model.Activity
Set a string specifying an optional expanded version of an activity.
setBody(String) - Method in interface org.apache.shindig.social.opensocial.model.Message
Sets the main text of the message.
setBodyId(String) - Method in class org.apache.shindig.social.core.model.ActivityImpl
 
setBodyId(String) - Method in class org.apache.shindig.social.core.model.MessageImpl
 
setBodyId(String) - Method in interface org.apache.shindig.social.opensocial.model.Activity
Set a string specifying the body template message ID in the gadget spec.
setBodyId(String) - Method in interface org.apache.shindig.social.opensocial.model.Message
Sets the body id.
setBodyReturned(boolean) - Method in class org.apache.shindig.social.core.oauth2.OAuth2NormalizedResponse
 
setBodyType(BodyType) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setBodyType(BodyType) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the person's body characteristics, specified as an BodyType.
setBooks(List<String>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setBooks(List<String>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the person's favorite books, specified as an List of strings.
setBuild(String) - Method in class org.apache.shindig.social.core.model.BodyTypeImpl
The build of the person's body, specified as a string.
setBuild(String) - Method in interface org.apache.shindig.social.opensocial.model.BodyType
The build of the person's body, specified as a string.
setCallbackToken(String) - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
setCallbackTokenAttempts(int) - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
setCallbackUrl(String) - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
setCallbackUrlSigned(boolean) - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
setCars(List<String>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setCars(List<String>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the person's favorite cars, specified as an List of strings.
setChildren(String) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setChildren(String) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set a description of the person's children, specified as a string.
setClient(OAuth2Client) - Method in class org.apache.shindig.social.core.oauth2.OAuth2Code
Sets the client associated with this code.
setCode(String) - Method in class org.apache.shindig.social.core.oauth2.OAuth2NormalizedResponse
 
setCollectionIds(List<String>) - Method in class org.apache.shindig.social.core.model.MessageImpl
 
setCollectionIds(List<String>) - Method in interface org.apache.shindig.social.opensocial.model.Message
Sets the collection Ids for this message.
setConsumerKey(String) - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
setContainer(String) - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
setContent(String) - Method in class org.apache.shindig.social.core.model.ActivityEntryImpl
setContent
setContent(String) - Method in class org.apache.shindig.social.core.model.ActivityObjectImpl
setContent
setContent(String) - Method in interface org.apache.shindig.social.opensocial.model.ActivityEntry
setContent
setContent(String) - Method in interface org.apache.shindig.social.opensocial.model.ActivityObject
setContent
setCountry(String) - Method in class org.apache.shindig.social.core.model.AddressImpl
Set the country.
setCountry(String) - Method in interface org.apache.shindig.social.opensocial.model.Address
Set the country.
setCreated(String) - Method in class org.apache.shindig.social.core.model.MediaItemImpl
Set the creation time
setCreated(String) - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Set the creation time
setCurrentLocation(Address) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setCurrentLocation(Address) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the person's current location, specified as an Address.
setDataStore(OAuthDataStore) - Method in class org.apache.shindig.social.sample.oauth.SampleOAuthServlet
 
setDb(JSONObject) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
override the json database
setDescription(String) - Method in class org.apache.shindig.social.core.model.AlbumImpl
Set the description of this album.
setDescription(String) - Method in class org.apache.shindig.social.core.model.GroupImpl
Sets the description of this group
setDescription(String) - Method in class org.apache.shindig.social.core.model.MediaItemImpl
Set the description of the media item
setDescription(String) - Method in class org.apache.shindig.social.core.model.OrganizationImpl
 
setDescription(String) - Method in interface org.apache.shindig.social.opensocial.model.Album
Set the description of this album.
setDescription(String) - Method in interface org.apache.shindig.social.opensocial.model.Group
Sets the description of this group
setDescription(String) - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Set the description of the media item
setDescription(String) - Method in interface org.apache.shindig.social.opensocial.model.Organization
Set a description or notes about the person's work in the organization, specified as a string.
setDisplayName(String) - Method in class org.apache.shindig.social.core.model.ActivityObjectImpl
setDisplayName
setDisplayName(String) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setDisplayName(String) - Method in interface org.apache.shindig.social.opensocial.model.ActivityObject
setDisplayName
setDisplayName(String) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the display name.
setDomain(String) - Method in class org.apache.shindig.social.core.model.AccountImpl
The top-most authoritative domain for this account, e.g.
setDomain(String) - Method in interface org.apache.shindig.social.opensocial.model.Account
The top-most authoritative domain for this account, e.g.
setDomain(String) - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
setDomainName(String) - Method in class org.apache.shindig.social.opensocial.spi.DomainName
Set the domainName after validating its format.
setDomainName(DomainName) - Method in class org.apache.shindig.social.opensocial.spi.GlobalId
Set the domainName with a DomainName
setDomainName(String) - Method in class org.apache.shindig.social.opensocial.spi.GlobalId
Set the domainName with a String
setDownstreamDuplicates(List<String>) - Method in class org.apache.shindig.social.core.model.ActivityObjectImpl
setDownstreamDuplicates
setDownstreamDuplicates(List<String>) - Method in interface org.apache.shindig.social.opensocial.model.ActivityObject
setDownstreamDuplicates
setDrinker(Enum<Drinker>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setDrinker(Enum<Drinker>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Get the person's drinking status, specified as an Enum with the enum's key referencing Drinker.
setDuration(String) - Method in class org.apache.shindig.social.core.model.MediaItemImpl
Set the playtime length in seconds of the MediaItem
setDuration(Integer) - Method in class org.apache.shindig.social.core.model.MediaLinkImpl
Sets the duration of this media.
setDuration(String) - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Set the playtime length in seconds of the MediaItem
setDuration(Integer) - Method in interface org.apache.shindig.social.opensocial.model.MediaLink
Sets the duration of this media.
setEmails(List<ListField>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setEmails(List<ListField>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the person's Emails associated with the person.
setEndDate(Date) - Method in class org.apache.shindig.social.core.model.OrganizationImpl
 
setEndDate(Date) - Method in interface org.apache.shindig.social.opensocial.model.Organization
Set the date the person stopped at the organization, specified as a Date.
setError(String) - Method in class org.apache.shindig.social.core.oauth2.OAuth2NormalizedResponse
 
setErrorDescription(String) - Method in class org.apache.shindig.social.core.oauth2.OAuth2NormalizedResponse
 
setErrorUri(String) - Method in class org.apache.shindig.social.core.oauth2.OAuth2NormalizedResponse
 
setEthnicity(String) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setEthnicity(String) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the person's ethnicity, specified as a string.
setExpiration(long) - Method in class org.apache.shindig.social.core.oauth2.OAuth2Code
Sets the expiration of this code.
setExpiresIn(String) - Method in class org.apache.shindig.social.core.oauth2.OAuth2NormalizedResponse
 
setExtensions(ExtendableBean) - Method in class org.apache.shindig.social.core.model.ActivityEntryImpl
setOpenSocial
setExtensions(ExtendableBean) - Method in interface org.apache.shindig.social.opensocial.model.ActivityEntry
setOpenSocial
setExternalId(String) - Method in class org.apache.shindig.social.core.model.ActivityImpl
 
setExternalId(String) - Method in interface org.apache.shindig.social.opensocial.model.Activity
Set an optional string ID generated by the posting application.
setEyeColor(String) - Method in class org.apache.shindig.social.core.model.BodyTypeImpl
The eye color of the person, specified as a string.
setEyeColor(String) - Method in interface org.apache.shindig.social.opensocial.model.BodyType
The eye color of the person, specified as a string.
setFamilyName(String) - Method in class org.apache.shindig.social.core.model.NameImpl
 
setFamilyName(String) - Method in interface org.apache.shindig.social.opensocial.model.Name
 
setFashion(String) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setFashion(String) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the person's thoughts on fashion, specified as a string.
setField(String) - Method in class org.apache.shindig.social.core.model.OrganizationImpl
 
setField(String) - Method in interface org.apache.shindig.social.opensocial.model.Organization
Set the field the organization is in, specified as a string.
setFileSize(String) - Method in class org.apache.shindig.social.core.model.MediaItemImpl
Set the number of bytes for the MediaItem
setFileSize(String) - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Set the number of bytes for the MediaItem
setFilter(String) - Method in class org.apache.shindig.social.opensocial.spi.CollectionOptions
 
setFilterOperation(FilterOperation) - Method in class org.apache.shindig.social.opensocial.spi.CollectionOptions
 
setFilterValue(String) - Method in class org.apache.shindig.social.opensocial.spi.CollectionOptions
 
setFirst(int) - Method in class org.apache.shindig.social.opensocial.spi.CollectionOptions
 
setFlow(String) - Method in class org.apache.shindig.social.core.oauth2.OAuth2Client
Sets the client's OAuth2 flow (via a String flow identifier)
setFlowEnum(OAuth2Client.Flow) - Method in class org.apache.shindig.social.core.oauth2.OAuth2Client
Sets the client's OAuth2 flow
setFood(List<String>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setFood(List<String>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the person's favorite food, specified as an List of strings.
setFormatted(String) - Method in class org.apache.shindig.social.core.model.AddressImpl
Set the formatted address.
setFormatted(String) - Method in class org.apache.shindig.social.core.model.NameImpl
 
setFormatted(String) - Method in interface org.apache.shindig.social.opensocial.model.Address
Set the formatted address.
setFormatted(String) - Method in interface org.apache.shindig.social.opensocial.model.Name
set the name formatted.
setGender(Person.Gender) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setGender(Person.Gender) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set a person's gender, specified as an Person.Gender.
setGenerator(ActivityObject) - Method in class org.apache.shindig.social.core.model.ActivityEntryImpl
setGenerator
setGenerator(ActivityObject) - Method in interface org.apache.shindig.social.opensocial.model.ActivityEntry
setGenerator
setGivenName(String) - Method in class org.apache.shindig.social.core.model.NameImpl
 
setGivenName(String) - Method in interface org.apache.shindig.social.opensocial.model.Name
 
setHairColor(String) - Method in class org.apache.shindig.social.core.model.BodyTypeImpl
The hair color of the person, specified as a string.
setHairColor(String) - Method in interface org.apache.shindig.social.opensocial.model.BodyType
The hair color of the person, specified as a string.
setHappiestWhen(String) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setHappiestWhen(String) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set a description of when the person is happiest, specified as a string.
setHasApp(Boolean) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setHasApp(Boolean) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set if the person has used the current app.
setHeader(String, String) - Method in class org.apache.shindig.social.core.oauth2.OAuth2NormalizedResponse
 
setHeaders(Map<String, String>) - Method in class org.apache.shindig.social.core.oauth2.OAuth2NormalizedResponse
 
setHeight(Float) - Method in class org.apache.shindig.social.core.model.BodyTypeImpl
The height of the person in meters, specified as a number.
setHeight(Integer) - Method in class org.apache.shindig.social.core.model.MediaLinkImpl
Sets the height of this media.
setHeight(Float) - Method in interface org.apache.shindig.social.opensocial.model.BodyType
The height of the person in meters, specified as a number.
setHeight(Integer) - Method in interface org.apache.shindig.social.opensocial.model.MediaLink
Sets the height of this media.
setHeroes(List<String>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setHeroes(List<String>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set a person's favorite heroes, specified as an Array of strings.
setHonorificPrefix(String) - Method in class org.apache.shindig.social.core.model.NameImpl
 
setHonorificPrefix(String) - Method in interface org.apache.shindig.social.opensocial.model.Name
 
setHonorificSuffix(String) - Method in class org.apache.shindig.social.core.model.NameImpl
 
setHonorificSuffix(String) - Method in interface org.apache.shindig.social.opensocial.model.Name
 
setHttpServletRequest(HttpServletRequest) - Method in class org.apache.shindig.social.core.oauth2.OAuth2NormalizedRequest
 
setHumor(String) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setHumor(String) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the person's thoughts on humor, specified as a string.
setIcon(MediaLink) - Method in class org.apache.shindig.social.core.model.ActivityEntryImpl
setIcon
setIcon(MediaLink) - Method in interface org.apache.shindig.social.opensocial.model.ActivityEntry
setIcon
setIconUrl(String) - Method in class org.apache.shindig.social.core.oauth2.OAuth2Client
Sets the client's icon URL.
setId(String) - Method in class org.apache.shindig.social.core.model.ActivityEntryImpl
setId
setId(String) - Method in class org.apache.shindig.social.core.model.ActivityImpl
 
setId(String) - Method in class org.apache.shindig.social.core.model.ActivityObjectImpl
setId
setId(String) - Method in class org.apache.shindig.social.core.model.AlbumImpl
Set a string ID specifying a unique identifier of this album.
setId(Object) - Method in class org.apache.shindig.social.core.model.GroupImpl
Set the default group id
setId(String) - Method in class org.apache.shindig.social.core.model.MediaItemImpl
Set the MediaItem's id
setId(String) - Method in class org.apache.shindig.social.core.model.MessageCollectionImpl
 
setId(String) - Method in class org.apache.shindig.social.core.model.MessageImpl
 
setId(String) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setId(String) - Method in class org.apache.shindig.social.core.oauth2.OAuth2Client
Sets the client's ID.
setId(String) - Method in interface org.apache.shindig.social.opensocial.model.Activity
Set a string ID that is permanently associated with this activity.
setId(String) - Method in interface org.apache.shindig.social.opensocial.model.ActivityEntry
setId
setId(String) - Method in interface org.apache.shindig.social.opensocial.model.ActivityObject
setId
setId(String) - Method in interface org.apache.shindig.social.opensocial.model.Album
Set a string ID specifying a unique identifier of this album.
setId(Object) - Method in interface org.apache.shindig.social.opensocial.model.Group
Set the default group id
setId(String) - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Set the MediaItem's id
setId(String) - Method in interface org.apache.shindig.social.opensocial.model.Message
Sets the unique ID of the message.
setId(String) - Method in interface org.apache.shindig.social.opensocial.model.MessageCollection
Sets the unique ID of the message collection.
setId(String) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set A string ID that can be permanently associated with this person.
setImage(MediaLink) - Method in class org.apache.shindig.social.core.model.ActivityObjectImpl
setImage
setImage(MediaLink) - Method in interface org.apache.shindig.social.opensocial.model.ActivityObject
setImage
setIms(List<ListField>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setIms(List<ListField>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set a list of Instant messaging address for this Person.
setInReplyTo(String) - Method in class org.apache.shindig.social.core.model.MessageImpl
 
setInReplyTo(String) - Method in interface org.apache.shindig.social.opensocial.model.Message
Sets the parent message ID
setInterests(List<String>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setInterests(List<String>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the person's interests, hobbies or passions, specified as an List of strings.
setIsOwner(boolean) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setIsOwner(boolean) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the owner flag.
setIssueTime(Date) - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
setIsViewer(boolean) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setIsViewer(boolean) - Method in interface org.apache.shindig.social.opensocial.model.Person
Returns true if this person object represents the currently logged in user.
setJobInterests(String) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setJobInterests(String) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the Person's favorite jobs, or job interests and skills, specified as a string.
setLanguage(String) - Method in class org.apache.shindig.social.core.model.MediaItemImpl
Set the language associated with the media item in ISO 639-3 format
setLanguage(String) - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Set the language associated with the media item in ISO 639-3 format
setLanguagesSpoken(List<String>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setLanguagesSpoken(List<String>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set a List of the languages that the person speaks as ISO 639-1 codes, specified as an List of strings.
setLastUpdated(String) - Method in class org.apache.shindig.social.core.model.MediaItemImpl
Set the update time associated with the media item
setLastUpdated(String) - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Set the update time associated with the media item
setLatitude(Float) - Method in class org.apache.shindig.social.core.model.AddressImpl
Set the latitude.
setLatitude(Float) - Method in interface org.apache.shindig.social.opensocial.model.Address
Set the latitude.
setLinkText(String) - Method in class org.apache.shindig.social.core.model.UrlImpl
 
setLinkText(String) - Method in interface org.apache.shindig.social.opensocial.model.Url
Set the Link text associated with the link.
setLivingArrangement(String) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setLivingArrangement(String) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set a description of the person's living arrangement, specified as a string.
setLocalId(LocalId) - Method in class org.apache.shindig.social.opensocial.spi.GlobalId
Set the localId with a LocalId
setLocalId(String) - Method in class org.apache.shindig.social.opensocial.spi.GlobalId
Set the localId with a String
setLocalId(String) - Method in class org.apache.shindig.social.opensocial.spi.LocalId
Sets the localId after validating its format
setLocality(String) - Method in class org.apache.shindig.social.core.model.AddressImpl
Set the locality.
setLocality(String) - Method in interface org.apache.shindig.social.opensocial.model.Address
Set the locality.
setLocation(Address) - Method in class org.apache.shindig.social.core.model.AlbumImpl
Set the address location of this album.
setLocation(Address) - Method in class org.apache.shindig.social.core.model.MediaItemImpl
Set the location corresponding to the media item
setLocation(Address) - Method in interface org.apache.shindig.social.opensocial.model.Album
Set the address location of this album.
setLocation(Address) - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Set the location corresponding to the media item
setLongitude(Float) - Method in class org.apache.shindig.social.core.model.AddressImpl
Set the longitude of the address in degrees.
setLongitude(Float) - Method in interface org.apache.shindig.social.opensocial.model.Address
Set the longitude of the address in degrees.
setLookingFor(List<Enum<LookingFor>>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setLookingFor(List<Enum<LookingFor>>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Get a person's statement about who or what they are looking for, or what they are interested in meeting people for.
setMax(int) - Method in class org.apache.shindig.social.opensocial.spi.CollectionOptions
 
setMediaItemCount(Integer) - Method in class org.apache.shindig.social.core.model.AlbumImpl
Set the number of items in the album.
setMediaItemCount(Integer) - Method in interface org.apache.shindig.social.opensocial.model.Album
Set the number of items in the album.
setMediaItems(List<MediaItem>) - Method in class org.apache.shindig.social.core.model.ActivityImpl
Set any photos, videos, or images that should be associated with the activity.
setMediaItems(List<MediaItem>) - Method in interface org.apache.shindig.social.opensocial.model.Activity
Set any photos, videos, or images that should be associated with the activity.
setMediaMimeType(List<String>) - Method in class org.apache.shindig.social.core.model.AlbumImpl
Set the identifying mime-types of the items in the album.
setMediaMimeType(List<String>) - Method in interface org.apache.shindig.social.opensocial.model.Album
Set the identifying mime-types of the items in the album.
setMediaType(List<MediaItem.Type>) - Method in class org.apache.shindig.social.core.model.AlbumImpl
Set the list of media item types for the items in the album.
setMediaType(List<MediaItem.Type>) - Method in interface org.apache.shindig.social.opensocial.model.Album
Set the list of media item types for the items in the album.
setMimeType(String) - Method in class org.apache.shindig.social.core.model.MediaItemImpl
Set the mimetype for this Media Item.
setMimeType(String) - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Set the mimetype for this Media Item.
setMovies(List<String>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setMovies(List<String>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the Person's favorite movies, specified as an List of strings.
setMusic(List<String>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setMusic(List<String>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the Person's favorite music, specified as an List of strings Container support for this field is OPTIONAL.
setName(String) - Method in class org.apache.shindig.social.core.model.OrganizationImpl
 
setName(Name) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setName(String) - Method in interface org.apache.shindig.social.opensocial.model.Organization
Set the name of the organization, specified as a string.
setName(Name) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the person's name Container support for this field is REQUIRED.
setNetworkPresence(Enum<NetworkPresence>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setNetworkPresence(Enum<NetworkPresence>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the person's current network status.
setNickname(String) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setNickname(String) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the the person's nickname.
setNumComments(String) - Method in class org.apache.shindig.social.core.model.MediaItemImpl
Set the number of comments on the media item
setNumComments(String) - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Set the number of comments on the media item
setNumViews(String) - Method in class org.apache.shindig.social.core.model.MediaItemImpl
Set the number of views for the media item
setNumViews(String) - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Set the number of views for the media item
setNumVotes(String) - Method in class org.apache.shindig.social.core.model.MediaItemImpl
Set the number of votes received for voting.
setNumVotes(String) - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Set the number of votes received for voting.
setOAuth2DataService(OAuth2DataService) - Method in class org.apache.shindig.social.core.oauth2.validators.ClientCredentialsGrantValidator
 
setOAuth2Service(OAuth2Service) - Method in class org.apache.shindig.social.core.oauth2.OAuth2Servlet
 
setOauthVersion(String) - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
setObject(ActivityObject) - Method in class org.apache.shindig.social.core.model.ActivityEntryImpl
setObject
setObject(ActivityObject) - Method in interface org.apache.shindig.social.opensocial.model.ActivityEntry
setObject
setObjectId(String) - Method in class org.apache.shindig.social.opensocial.spi.GroupId
Set the objectId with a String
setObjectId(ObjectId) - Method in class org.apache.shindig.social.opensocial.spi.ObjectId
Set the objectId with an ObjectId
setObjectType(String) - Method in class org.apache.shindig.social.core.model.ActivityObjectImpl
setObjectType
setObjectType(String) - Method in interface org.apache.shindig.social.opensocial.model.ActivityObject
setObjectType
setOpenSocial(ExtendableBean) - Method in class org.apache.shindig.social.core.model.ActivityEntryImpl
setOpenSocial
setOpenSocial(ExtendableBean) - Method in class org.apache.shindig.social.core.model.ActivityObjectImpl
setOpenSocial
setOpenSocial(ExtendableBean) - Method in class org.apache.shindig.social.core.model.MediaLinkImpl
setOpenSocial
setOpenSocial(ExtendableBean) - Method in interface org.apache.shindig.social.opensocial.model.ActivityEntry
setOpenSocial
setOpenSocial(ExtendableBean) - Method in interface org.apache.shindig.social.opensocial.model.ActivityObject
setOpenSocial
setOpenSocial(ExtendableBean) - Method in interface org.apache.shindig.social.opensocial.model.MediaLink
setOpenSocial
setOrganizations(List<Organization>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setOrganizations(List<Organization>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set a list of current or past organizational affiliations of this Person.
setOwnerId(String) - Method in class org.apache.shindig.social.core.model.AlbumImpl
Set the string ID of the owner of the album.
setOwnerId(String) - Method in interface org.apache.shindig.social.opensocial.model.Album
Set the string ID of the owner of the album.
setPets(String) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setPets(String) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set a description of the person's pets Container support for this field is OPTIONAL.
setPhoneNumbers(List<ListField>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setPhoneNumbers(List<ListField>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the Phone numbers associated with the person.
setPhotos(List<ListField>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setPhotos(List<ListField>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set a list of Photos for the person.
setPoliticalViews(String) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setPoliticalViews(String) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the Person's political views, specified as a string.
setPostalCode(String) - Method in class org.apache.shindig.social.core.model.AddressImpl
Set the postal code for the address.
setPostalCode(String) - Method in interface org.apache.shindig.social.opensocial.model.Address
Set the postal code for the address.
setPostedTime(Long) - Method in class org.apache.shindig.social.core.model.ActivityImpl
Set the time at which this activity took place in milliseconds since the epoch Container support for this field is OPTIONAL.
setPostedTime(Long) - Method in interface org.apache.shindig.social.opensocial.model.Activity
Set the time at which this activity took place in milliseconds since the epoch Container support for this field is OPTIONAL.
setPreferredUsername(String) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setPreferredUsername(String) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the Person's preferred username, specified as a string.
setPrimary(Boolean) - Method in class org.apache.shindig.social.core.model.AddressImpl
setPrimary(Boolean) - Method in class org.apache.shindig.social.core.model.ListFieldImpl
setPrimary(Boolean) - Method in class org.apache.shindig.social.core.model.OrganizationImpl
 
setPrimary(Boolean) - Method in interface org.apache.shindig.social.opensocial.model.Address
 
setPrimary(Boolean) - Method in interface org.apache.shindig.social.opensocial.model.ListField
 
setPrimary(Boolean) - Method in interface org.apache.shindig.social.opensocial.model.Organization
Set Boolean value indicating whether this instance of the Plural Field is the primary or preferred Organization.
setPriority(Float) - Method in class org.apache.shindig.social.core.model.ActivityImpl
Set the priority, a number between 0 and 1 representing the relative priority of this activity in relation to other activities from the same source.
setPriority(Float) - Method in interface org.apache.shindig.social.opensocial.model.Activity
Set the priority, a number between 0 and 1 representing the relative priority of this activity in relation to other activities from the same source.
setProfileSong(Url) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setProfileSong(Url) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the Person's profile song, specified as an Url.
setProfileUrl(String) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setProfileUrl(String) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the person's profile URL.
setProfileVideo(Url) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setProfileVideo(Url) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the Person's profile video.
setProvider(ActivityObject) - Method in class org.apache.shindig.social.core.model.ActivityEntryImpl
setServiceProvider
setProvider(ActivityObject) - Method in interface org.apache.shindig.social.opensocial.model.ActivityEntry
setServiceProvider
setPublished(String) - Method in class org.apache.shindig.social.core.model.ActivityEntryImpl
setPublished
setPublished(String) - Method in class org.apache.shindig.social.core.model.ActivityObjectImpl
setPublished
setPublished(String) - Method in interface org.apache.shindig.social.opensocial.model.ActivityEntry
setPublished
setPublished(String) - Method in interface org.apache.shindig.social.opensocial.model.ActivityObject
setPublished
setQuotes(List<String>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setQuotes(List<String>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the person's favorite quotes.
setRating(String) - Method in class org.apache.shindig.social.core.model.MediaItemImpl
Set the average rating of the media item on a scale of 0-10
setRating(String) - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Set the average rating of the media item on a scale of 0-10
setRecipients(List<String>) - Method in class org.apache.shindig.social.core.model.MessageImpl
 
setRecipients(List<String>) - Method in interface org.apache.shindig.social.opensocial.model.Message
Sets the recipients of the message.
setRedirectURI(String) - Method in class org.apache.shindig.social.core.oauth2.OAuth2Client
Sets the client's redirect URI.
setRedirectURI(String) - Method in class org.apache.shindig.social.core.oauth2.OAuth2Code
Sets the redirect URI associated with this code.
setRefreshToken(String) - Method in class org.apache.shindig.social.core.oauth2.OAuth2NormalizedResponse
 
setRegion(String) - Method in class org.apache.shindig.social.core.model.AddressImpl
Set the region.
setRegion(String) - Method in interface org.apache.shindig.social.opensocial.model.Address
Set the region.
setRelatedAccessToken(OAuth2Code) - Method in class org.apache.shindig.social.core.oauth2.OAuth2Code
Sets the related access token.
setRelatedAuthCode(OAuth2Code) - Method in class org.apache.shindig.social.core.oauth2.OAuth2Code
Sets the authorization code that this code is related to, if applicable.
setRelatedRefreshToken(OAuth2Code) - Method in class org.apache.shindig.social.core.oauth2.OAuth2Code
Sets the related refresh token.
setRelationshipStatus(String) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setRelationshipStatus(String) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the person's relationship status.
setReligion(String) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setReligion(String) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the person's relgion or religious views.
setReplies(List<String>) - Method in class org.apache.shindig.social.core.model.MessageImpl
 
setResponseParameters(Map<String, String>) - Method in class org.apache.shindig.social.core.oauth2.OAuth2NormalizedResponse
 
setRomance(String) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setRomance(String) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set a the person's comments about romance, Container support for this field is OPTIONAL.
setSalary(String) - Method in class org.apache.shindig.social.core.model.OrganizationImpl
 
setSalary(String) - Method in interface org.apache.shindig.social.opensocial.model.Organization
Set the salary the person receives from the organization, specified as a string.
setScaredOf(String) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setScaredOf(String) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set what the person is scared of Container support for this field is OPTIONAL.
setScope(List<String>) - Method in class org.apache.shindig.social.core.oauth2.OAuth2Code
Sets the scope of this code.
setScope(String) - Method in class org.apache.shindig.social.core.oauth2.OAuth2NormalizedResponse
 
setSecret(String) - Method in class org.apache.shindig.social.core.oauth2.OAuth2Client
Sets the client's secret.
setSenderId(String) - Method in class org.apache.shindig.social.core.model.MessageImpl
 
setSenderId(String) - Method in interface org.apache.shindig.social.opensocial.model.Message
sets the sender ID.
setSexualOrientation(String) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setSexualOrientation(String) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the person's sexual orientation Container support for this field is OPTIONAL.
setSmoker(Enum<Smoker>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setSmoker(Enum<Smoker>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the person's smoking status.
setSortBy(String) - Method in class org.apache.shindig.social.opensocial.spi.CollectionOptions
 
setSortOrder(SortOrder) - Method in class org.apache.shindig.social.opensocial.spi.CollectionOptions
 
setSports(List<String>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setSports(List<String>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the person's favorite sports.
setStartDate(Date) - Method in class org.apache.shindig.social.core.model.OrganizationImpl
 
setStartDate(Date) - Method in interface org.apache.shindig.social.opensocial.model.Organization
Set the date the person started at the organization, specified as a Date.
setStartTime(String) - Method in class org.apache.shindig.social.core.model.MediaItemImpl
Set the the time when the content is available.
setStartTime(String) - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Set the the time when the content is available.
setState(String) - Method in class org.apache.shindig.social.core.oauth2.OAuth2NormalizedResponse
 
setStatus(Message.Status) - Method in class org.apache.shindig.social.core.model.MessageImpl
 
setStatus(String) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setStatus(int) - Method in class org.apache.shindig.social.core.oauth2.OAuth2NormalizedResponse
 
setStatus(Message.Status) - Method in interface org.apache.shindig.social.opensocial.model.Message
Sets the Status of the message.
setStatus(String) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the person's status, headline or shoutout.
setStreamFaviconUrl(String) - Method in class org.apache.shindig.social.core.model.ActivityImpl
Set a string specifying the URL for the stream's favicon.
setStreamFaviconUrl(String) - Method in interface org.apache.shindig.social.opensocial.model.Activity
Set a string specifying the URL for the stream's favicon.
setStreamSourceUrl(String) - Method in class org.apache.shindig.social.core.model.ActivityImpl
Set a string specifying the stream's source URL.
setStreamSourceUrl(String) - Method in interface org.apache.shindig.social.opensocial.model.Activity
Set a string specifying the stream's source URL.
setStreamTitle(String) - Method in class org.apache.shindig.social.core.model.ActivityImpl
Set a string specifing the title of the stream.
setStreamTitle(String) - Method in interface org.apache.shindig.social.opensocial.model.Activity
Set a string specifing the title of the stream.
setStreamUrl(String) - Method in class org.apache.shindig.social.core.model.ActivityImpl
Set a string specifying the stream's URL.
setStreamUrl(String) - Method in interface org.apache.shindig.social.opensocial.model.Activity
Set a string specifying the stream's URL.
setStreetAddress(String) - Method in class org.apache.shindig.social.core.model.AddressImpl
Set the street address.
setStreetAddress(String) - Method in interface org.apache.shindig.social.opensocial.model.Address
Set the street address.
setSubField(String) - Method in class org.apache.shindig.social.core.model.OrganizationImpl
 
setSubField(String) - Method in interface org.apache.shindig.social.opensocial.model.Organization
Set the subfield the Organization is in, specified as a string.
setSummary(String) - Method in class org.apache.shindig.social.core.model.ActivityObjectImpl
setSummary
setSummary(String) - Method in interface org.apache.shindig.social.opensocial.model.ActivityObject
setSummary
setTaggedPeople(String) - Method in class org.apache.shindig.social.core.model.MediaItemImpl
Set people tagged in the media item.
setTaggedPeople(String) - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Set people tagged in the media item.
setTags(String) - Method in class org.apache.shindig.social.core.model.MediaItemImpl
Set tags associated with this media item.
setTags(List<String>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setTags(String) - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Set tags associated with this media item.
setTags(List<String>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set arbitrary tags about the person.
setTarget(ActivityObject) - Method in class org.apache.shindig.social.core.model.ActivityEntryImpl
setTarget
setTarget(ActivityObject) - Method in interface org.apache.shindig.social.opensocial.model.ActivityEntry
setTarget
setTemplateParams(Map<String, String>) - Method in class org.apache.shindig.social.core.model.ActivityImpl
Set a map of custom key/value pairs associated with this activity.
setTemplateParams(Map<String, String>) - Method in interface org.apache.shindig.social.opensocial.model.Activity
Set a map of custom key/value pairs associated with this activity.
setThumbnailUrl(String) - Method in class org.apache.shindig.social.core.model.AlbumImpl
Set the URL of the thumbnail cover image for the album.
setThumbnailUrl(String) - Method in class org.apache.shindig.social.core.model.MediaItemImpl
Set a thumbnail URL for the media item.
setThumbnailUrl(String) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setThumbnailUrl(String) - Method in interface org.apache.shindig.social.opensocial.model.Album
Set the URL of the thumbnail cover image for the album.
setThumbnailUrl(String) - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Set a thumbnail URL for the media item.
setThumbnailUrl(String) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the person's photo thumbnail URL, specified as a string.
setTimeSent(Date) - Method in class org.apache.shindig.social.core.model.MessageImpl
 
setTimeSent(Date) - Method in interface org.apache.shindig.social.opensocial.model.Message
Sets the time the message was sent.
setTitle(String) - Method in class org.apache.shindig.social.core.model.ActivityEntryImpl
setTitle
setTitle(String) - Method in class org.apache.shindig.social.core.model.ActivityImpl
Set a string specifying the primary text of an activity.
setTitle(String) - Method in class org.apache.shindig.social.core.model.AlbumImpl
Set the title of the album.
setTitle(String) - Method in class org.apache.shindig.social.core.model.GroupImpl
Sets the title of this group
setTitle(String) - Method in class org.apache.shindig.social.core.model.MediaItemImpl
Set the title for this media item
setTitle(String) - Method in class org.apache.shindig.social.core.model.MessageCollectionImpl
 
setTitle(String) - Method in class org.apache.shindig.social.core.model.MessageImpl
 
setTitle(String) - Method in class org.apache.shindig.social.core.model.OrganizationImpl
 
setTitle(String) - Method in class org.apache.shindig.social.core.oauth2.OAuth2Client
Sets the client's title.
setTitle(String) - Method in interface org.apache.shindig.social.opensocial.model.Activity
Set a string specifying the primary text of an activity.
setTitle(String) - Method in interface org.apache.shindig.social.opensocial.model.ActivityEntry
setTitle
setTitle(String) - Method in interface org.apache.shindig.social.opensocial.model.Album
Set the title of the album.
setTitle(String) - Method in interface org.apache.shindig.social.opensocial.model.Group
Sets the title of this group
setTitle(String) - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Set the title for this media item
setTitle(String) - Method in interface org.apache.shindig.social.opensocial.model.Message
Sets the title of the message.
setTitle(String) - Method in interface org.apache.shindig.social.opensocial.model.MessageCollection
Sets the title of the message message collection.
setTitle(String) - Method in interface org.apache.shindig.social.opensocial.model.Organization
Set the title or role the person has in the organization, specified as a string.
setTitleId(String) - Method in class org.apache.shindig.social.core.model.ActivityImpl
Set a string specifying the title template message ID in the gadget spec.
setTitleId(String) - Method in class org.apache.shindig.social.core.model.MessageImpl
 
setTitleId(String) - Method in interface org.apache.shindig.social.opensocial.model.Activity
Set a string specifying the title template message ID in the gadget spec.
setTitleId(String) - Method in interface org.apache.shindig.social.opensocial.model.Message
Sets the title ID for this message.
setToken(String) - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
setTokenSecret(String) - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
setTokenType(String) - Method in class org.apache.shindig.social.core.oauth2.OAuth2NormalizedResponse
 
setTotal(Integer) - Method in class org.apache.shindig.social.core.model.MessageCollectionImpl
 
setTotal(Integer) - Method in interface org.apache.shindig.social.opensocial.model.MessageCollection
Sets the total number of messages for this collection
setTurnOffs(List<String>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setTurnOffs(List<String>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the person's turn offs.
setTurnOns(List<String>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setTurnOns(List<String>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the person's turn ons.
setTvShows(List<String>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setTvShows(List<String>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the person's favorite TV shows.
setType(String) - Method in class org.apache.shindig.social.core.model.AddressImpl
Get the type of label of the address.
setType(String) - Method in class org.apache.shindig.social.core.model.ListFieldImpl
Set the type of the field.
setType(MediaItem.Type) - Method in class org.apache.shindig.social.core.model.MediaItemImpl
 
setType(Message.Type) - Method in class org.apache.shindig.social.core.model.MessageImpl
 
setType(String) - Method in class org.apache.shindig.social.core.model.OrganizationImpl
 
setType(OAuth2Client.ClientType) - Method in class org.apache.shindig.social.core.oauth2.OAuth2Client
Sets the client's type.
setType(OAuth2Types.CodeType) - Method in class org.apache.shindig.social.core.oauth2.OAuth2Code
Sets the type of this code; one of AUTHORIZATION_CODE, ACCESS_TOKEN, REFRESH_TOKEN
setType(String) - Method in interface org.apache.shindig.social.opensocial.model.Address
Get the type of label of the address.
setType(String) - Method in interface org.apache.shindig.social.opensocial.model.ListField
Set the type of the field.
setType(MediaItem.Type) - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Get the Type of this media item, either audio, image or video.
setType(Message.Type) - Method in interface org.apache.shindig.social.opensocial.model.Message
Sets the type of the message, as specified by opensocial.Message.Type.
setType(String) - Method in interface org.apache.shindig.social.opensocial.model.Organization
Set the type of field for this instance, usually used to label the preferred function of the given contact information.
setType(OAuthEntry.Type) - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
setUnread(Integer) - Method in class org.apache.shindig.social.core.model.MessageCollectionImpl
 
setUnread(Integer) - Method in interface org.apache.shindig.social.opensocial.model.MessageCollection
Sets the total number of unread messages.
setUpdated(String) - Method in class org.apache.shindig.social.core.model.ActivityEntryImpl
setUpdated
setUpdated(Date) - Method in class org.apache.shindig.social.core.model.ActivityImpl
.
setUpdated(String) - Method in class org.apache.shindig.social.core.model.ActivityObjectImpl
setUpdated
setUpdated(Date) - Method in class org.apache.shindig.social.core.model.MessageCollectionImpl
 
setUpdated(Date) - Method in class org.apache.shindig.social.core.model.MessageImpl
 
setUpdated(Date) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setUpdated(Date) - Method in interface org.apache.shindig.social.opensocial.model.Activity
.
setUpdated(String) - Method in interface org.apache.shindig.social.opensocial.model.ActivityEntry
setUpdated
setUpdated(String) - Method in interface org.apache.shindig.social.opensocial.model.ActivityObject
setUpdated
setUpdated(Date) - Method in interface org.apache.shindig.social.opensocial.model.Message
Sets the updated timestamp for the message.
setUpdated(Date) - Method in interface org.apache.shindig.social.opensocial.model.MessageCollection
Sets the updated time for this message collection.
setUpdated(Date) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the time this record was last updated.
setUpdatedSince(Date) - Method in class org.apache.shindig.social.opensocial.spi.CollectionOptions
 
setUpstreamDuplicates(List<String>) - Method in class org.apache.shindig.social.core.model.ActivityObjectImpl
setUpstreamDuplicates
setUpstreamDuplicates(List<String>) - Method in interface org.apache.shindig.social.opensocial.model.ActivityObject
setUpstreamDuplicates
setUrl(String) - Method in class org.apache.shindig.social.core.model.ActivityEntryImpl
setUrl
setUrl(String) - Method in class org.apache.shindig.social.core.model.ActivityImpl
Set a string specifying the URL that represents this activity.
setUrl(String) - Method in class org.apache.shindig.social.core.model.ActivityObjectImpl
setUrl
setUrl(String) - Method in class org.apache.shindig.social.core.model.MediaItemImpl
Set a URL for the media item.
setUrl(String) - Method in class org.apache.shindig.social.core.model.MediaLinkImpl
Sets the target URL for this MediaLink.
setUrl(String) - Method in interface org.apache.shindig.social.opensocial.model.Activity
Set a string specifying the URL that represents this activity.
setUrl(String) - Method in interface org.apache.shindig.social.opensocial.model.ActivityEntry
setUrl
setUrl(String) - Method in interface org.apache.shindig.social.opensocial.model.ActivityObject
setUrl
setUrl(String) - Method in interface org.apache.shindig.social.opensocial.model.MediaItem
Set a URL for the media item.
setUrl(String) - Method in interface org.apache.shindig.social.opensocial.model.MediaLink
Sets the target URL for this MediaLink.
setUrls(List<Url>) - Method in class org.apache.shindig.social.core.model.MessageCollectionImpl
 
setUrls(List<Url>) - Method in class org.apache.shindig.social.core.model.MessageImpl
 
setUrls(List<Url>) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setUrls(List<Url>) - Method in interface org.apache.shindig.social.opensocial.model.Message
Set the URLs related to the message
setUrls(List<Url>) - Method in interface org.apache.shindig.social.opensocial.model.MessageCollection
Set the URLs related to the message collection
setUrls(List<Url>) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the URLs related to the person, their webpages, or feeds Container support for this field is OPTIONAL.
setUserId(String) - Method in class org.apache.shindig.social.core.model.AccountImpl
A user ID number, usually chosen automatically, and usually numeric but sometimes alphanumeric, e.g.
setUserId(String) - Method in class org.apache.shindig.social.core.model.ActivityImpl
Get a string ID of the user who this activity is for.
setUserId(String) - Method in interface org.apache.shindig.social.opensocial.model.Account
A user ID number, usually chosen automatically, and usually numeric but sometimes alphanumeric, e.g.
setUserId(String) - Method in interface org.apache.shindig.social.opensocial.model.Activity
Get a string ID of the user who this activity is for.
setUserId(String) - Method in class org.apache.shindig.social.opensocial.oauth.OAuthEntry
 
setUsername(String) - Method in class org.apache.shindig.social.core.model.AccountImpl
An alphanumeric user name, usually chosen by the user, e.g.
setUsername(String) - Method in interface org.apache.shindig.social.opensocial.model.Account
An alphanumeric user name, usually chosen by the user, e.g.
setUtcOffset(Long) - Method in class org.apache.shindig.social.core.model.PersonImpl
 
setUtcOffset(Long) - Method in interface org.apache.shindig.social.opensocial.model.Person
Set the Person's time zone, specified as the difference in minutes between Greenwich Mean Time (GMT) and the user's local time.
setValidator(OAuthValidator) - Method in class org.apache.shindig.social.sample.oauth.SampleOAuthServlet
 
setValue(String) - Method in class org.apache.shindig.social.core.model.ListFieldImpl
setValue(String) - Method in class org.apache.shindig.social.core.oauth2.OAuth2Code
Sets the value of this code.
setValue(String) - Method in interface org.apache.shindig.social.opensocial.model.ListField
 
setVerb(String) - Method in class org.apache.shindig.social.core.model.ActivityEntryImpl
setVerb
setVerb(String) - Method in interface org.apache.shindig.social.opensocial.model.ActivityEntry
setVerb
setWebpage(String) - Method in class org.apache.shindig.social.core.model.OrganizationImpl
 
setWebpage(String) - Method in interface org.apache.shindig.social.opensocial.model.Organization
Get a webpage related to the organization, specified as a string.
setWeight(Float) - Method in class org.apache.shindig.social.core.model.BodyTypeImpl
The weight of the person in kilograms, specified as a number.
setWeight(Float) - Method in interface org.apache.shindig.social.opensocial.model.BodyType
The weight of the person in kilograms, specified as a number.
setWidth(Integer) - Method in class org.apache.shindig.social.core.model.MediaLinkImpl
Sets the width of this media.
setWidth(Integer) - Method in interface org.apache.shindig.social.opensocial.model.MediaLink
Sets the width of this media.
Smoker - Enum in org.apache.shindig.social.opensocial.model
public java.lang.Enum for opensocial.Enum.Smoker.
SocialApiGuiceModule - Class in org.apache.shindig.social.core.config
Provides social api component injection.
SocialApiGuiceModule() - Constructor for class org.apache.shindig.social.core.config.SocialApiGuiceModule
 
SocialRequestItem - Class in org.apache.shindig.social.opensocial.service
Subclass with social specific extensions
SocialRequestItem(Map<String, String[]>, SecurityToken, BeanConverter, BeanJsonConverter) - Constructor for class org.apache.shindig.social.opensocial.service.SocialRequestItem
 
SocialRequestItem(JSONObject, Map<String, FormDataItem>, SecurityToken, BeanConverter, BeanJsonConverter) - Constructor for class org.apache.shindig.social.opensocial.service.SocialRequestItem
 
supportedFields(RequestItem) - Method in class org.apache.shindig.social.opensocial.service.ActivityHandler
 
supportedFields(RequestItem) - Method in class org.apache.shindig.social.opensocial.service.ActivityStreamHandler
Return a list of supported fields for the ActivityStreams endpoint
supportedFields(RequestItem) - Method in class org.apache.shindig.social.opensocial.service.AlbumHandler
 
supportedFields(RequestItem) - Method in class org.apache.shindig.social.opensocial.service.MediaItemHandler
 
supportedFields(RequestItem) - Method in class org.apache.shindig.social.opensocial.service.PersonHandler
 

T

THUMBNAIL_PHOTO_TYPE - Static variable in interface org.apache.shindig.social.opensocial.model.Person
The type of thumbnail photo types when represented as list fields.
title - Variable in class org.apache.shindig.social.core.oauth2.OAuth2Client
 
TITLE - Static variable in class org.apache.shindig.social.core.util.atom.AtomFeed
 
TOP_FRIENDS_FILTER - Static variable in interface org.apache.shindig.social.opensocial.spi.PersonService
Retrieves only the user's top friends.
TOP_FRIENDS_SORT - Static variable in interface org.apache.shindig.social.opensocial.spi.PersonService
When used will sort people by the container's definition of top friends.
toString() - Method in enum org.apache.shindig.social.core.oauth2.OAuth2Client.ClientType
 
toString() - Method in enum org.apache.shindig.social.core.oauth2.OAuth2Client.Flow
 
toString() - Method in class org.apache.shindig.social.core.oauth2.OAuth2NormalizedRequest
 
toString() - Method in enum org.apache.shindig.social.core.oauth2.OAuth2Types.CodeType
 
toString() - Method in enum org.apache.shindig.social.core.oauth2.OAuth2Types.ErrorType
 
toString() - Method in enum org.apache.shindig.social.core.oauth2.OAuth2Types.GrantType
 
toString() - Method in enum org.apache.shindig.social.core.oauth2.OAuth2Types.ResponseType
 
toString() - Method in enum org.apache.shindig.social.core.oauth2.OAuth2Types.TokenFormat
 
toString() - Method in class org.apache.shindig.social.core.util.atom.AtomAttribute
toString(Object) - Method in class org.apache.shindig.social.core.util.atom.AtomAttributeConverter
toString() - Method in enum org.apache.shindig.social.opensocial.model.Account.Field
emit the field as a json element.
toString() - Method in enum org.apache.shindig.social.opensocial.model.Activity.Field
emit the field as a json element.
toString() - Method in enum org.apache.shindig.social.opensocial.model.ActivityEntry.Field
Returns the name of the JSON element.
toString() - Method in enum org.apache.shindig.social.opensocial.model.ActivityObject.Field
Returns the name of the JSON element.
toString() - Method in enum org.apache.shindig.social.opensocial.model.Address.Field
emit the field as a json element.
toString() - Method in enum org.apache.shindig.social.opensocial.model.Album.Field
emit the field as a json element.
toString() - Method in enum org.apache.shindig.social.opensocial.model.BodyType.Field
emit the field as a json element.
toString() - Method in enum org.apache.shindig.social.opensocial.model.Drinker
toString() - Method in enum org.apache.shindig.social.opensocial.model.Group.Field
Emit the field as a JSON element.
toString() - Method in enum org.apache.shindig.social.opensocial.model.ListField.Field
 
toString() - Method in enum org.apache.shindig.social.opensocial.model.LookingFor
toString() - Method in enum org.apache.shindig.social.opensocial.model.MediaItem.Field
 
toString() - Method in enum org.apache.shindig.social.opensocial.model.MediaItem.Type
 
toString() - Method in enum org.apache.shindig.social.opensocial.model.MediaLink.Field
Returns the name of the JSON element.
toString() - Method in enum org.apache.shindig.social.opensocial.model.Message.Field
 
toString() - Method in enum org.apache.shindig.social.opensocial.model.Message.Status
 
toString() - Method in enum org.apache.shindig.social.opensocial.model.Message.Type
 
toString() - Method in enum org.apache.shindig.social.opensocial.model.MessageCollection.Field
 
toString() - Method in enum org.apache.shindig.social.opensocial.model.Name.Field
toString() - Method in enum org.apache.shindig.social.opensocial.model.NetworkPresence
toString() - Method in enum org.apache.shindig.social.opensocial.model.Organization.Field
 
toString() - Method in enum org.apache.shindig.social.opensocial.model.Person.Field
emit the field as a json element.
toString() - Method in enum org.apache.shindig.social.opensocial.model.Smoker
toString() - Method in enum org.apache.shindig.social.opensocial.model.Url.Field
The string representation of the enum.
toString() - Method in class org.apache.shindig.social.opensocial.spi.DomainName
 
toString() - Method in class org.apache.shindig.social.opensocial.spi.GlobalId
 
toString() - Method in class org.apache.shindig.social.opensocial.spi.GroupId
 
toString() - Method in class org.apache.shindig.social.opensocial.spi.LocalId
 
toString() - Method in class org.apache.shindig.social.opensocial.spi.ObjectId
 
toString() - Method in class org.apache.shindig.social.opensocial.spi.UserId
 
type - Variable in class org.apache.shindig.social.core.oauth2.OAuth2Client
 

U

unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class org.apache.shindig.social.core.util.atom.AtomLinkConverter
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class org.apache.shindig.social.core.util.atom.AtomSummaryConverter
unregisterAccessToken(String, String) - Method in interface org.apache.shindig.social.core.oauth2.OAuth2DataService
Unregisters an access token with a client.
unregisterAccessToken(String, String) - Method in class org.apache.shindig.social.core.oauth2.OAuth2DataServiceImpl
 
unregisterAuthorizationCode(String, String) - Method in interface org.apache.shindig.social.core.oauth2.OAuth2DataService
Unregisters an authorization code with a client.
unregisterAuthorizationCode(String, String) - Method in class org.apache.shindig.social.core.oauth2.OAuth2DataServiceImpl
 
unregisterRefreshToken(String, String) - Method in interface org.apache.shindig.social.core.oauth2.OAuth2DataService
Unregisters a refresh token with a client.
unregisterRefreshToken(String, String) - Method in class org.apache.shindig.social.core.oauth2.OAuth2DataServiceImpl
 
update(SocialRequestItem) - Method in class org.apache.shindig.social.opensocial.service.ActivityHandler
Allowed end-points /activities/{userId}/@self examples: /activities/john.doe/@self - postBody is an activity object
update(SocialRequestItem) - Method in class org.apache.shindig.social.opensocial.service.ActivityStreamHandler
Allowed end-points /activitystreams/{userId}/@self/{appId}/{activityId} Examples: /activitystreams/john.doe/@self/1/object2 - postBody is an activity object
update(SocialRequestItem) - Method in class org.apache.shindig.social.opensocial.service.AlbumHandler
 
update(SocialRequestItem) - Method in class org.apache.shindig.social.opensocial.service.AppDataHandler
Allowed endpoints /appdata/{userId}/{groupId}/{appId} - fields={field1, field2} examples: /appdata/john.doe/@friends/app?fields=count /appdata/john.doe/@self/app The post data should be a regular json object.
update(SocialRequestItem) - Method in class org.apache.shindig.social.opensocial.service.MediaItemHandler
 
update(SocialRequestItem) - Method in class org.apache.shindig.social.opensocial.service.PersonHandler
Allowed end-points /people/{userId}/{groupId} examples: /people/john.doe/@all /people/john.doe/@friends /people/john.doe/@self
updateActivityEntry(UserId, GroupId, String, Set<String>, ActivityEntry, String, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.ActivityStreamService
Updates the specified Activity.
updateActivityEntry(UserId, GroupId, String, Set<String>, ActivityEntry, String, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Updates the specified Activity.
updateAlbum(UserId, String, Album, String, SecurityToken) - Method in class org.apache.shindig.social.opensocial.spi.AlbumService.NotImplementedAlbumService
 
updateAlbum(UserId, String, Album, String, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.AlbumService
Updates an album for the given user.
updateAlbum(UserId, String, Album, String, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Updates an album for the given user.
UPDATED - Static variable in class org.apache.shindig.social.core.util.atom.AtomFeed
 
updateMediaItem(UserId, String, String, String, MediaItem, SecurityToken) - Method in class org.apache.shindig.social.opensocial.spi.MediaItemService.NotImplementedMediaItemService
 
updateMediaItem(UserId, String, String, String, MediaItem, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.MediaItemService
Updates a MediaItem for the given user.
updateMediaItem(UserId, String, String, String, MediaItem, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Updates a MediaItem for the given user.
updatePerson(UserId, Person, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.PersonService
Updates person that corresponds to the passed in person id and updates him
updatePerson(UserId, Person, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Updates person that corresponds to the passed in person id and updates him
updatePersonData(UserId, GroupId, String, Set<String>, Map<String, Object>, SecurityToken) - Method in interface org.apache.shindig.social.opensocial.spi.AppDataService
Updates app data for the specified user and group with the new values.
updatePersonData(UserId, GroupId, String, Set<String>, Map<String, Object>, SecurityToken) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Updates app data for the specified user and group with the new values.
URL - Static variable in class org.apache.shindig.social.core.util.atom.AtomFeed
 
Url - Interface in org.apache.shindig.social.opensocial.model
The base interface of all Url objects.
Url.Field - Enum in org.apache.shindig.social.opensocial.model
An enumeration of the field names used in Url objects.
UrlImpl - Class in org.apache.shindig.social.core.model
UrlImpl() - Constructor for class org.apache.shindig.social.core.model.UrlImpl
 
UrlImpl(String, String, String) - Constructor for class org.apache.shindig.social.core.model.UrlImpl
 
UserId - Class in org.apache.shindig.social.opensocial.spi
Data structure representing a userid
UserId(UserId.Type, String) - Constructor for class org.apache.shindig.social.opensocial.spi.UserId
 
UserId.Type - Enum in org.apache.shindig.social.opensocial.spi
 

V

validateRequest(OAuth2NormalizedRequest) - Method in class org.apache.shindig.social.core.oauth2.validators.AccessTokenRequestValidator
 
validateRequest(OAuth2NormalizedRequest) - Method in class org.apache.shindig.social.core.oauth2.validators.AuthCodeGrantValidator
 
validateRequest(OAuth2NormalizedRequest) - Method in class org.apache.shindig.social.core.oauth2.validators.AuthorizationCodeRequestValidator
 
validateRequest(OAuth2NormalizedRequest) - Method in class org.apache.shindig.social.core.oauth2.validators.ClientCredentialsGrantValidator
 
validateRequest(OAuth2NormalizedRequest) - Method in class org.apache.shindig.social.core.oauth2.validators.DefaultResourceRequestValidator
 
validateRequest(OAuth2NormalizedRequest) - Method in interface org.apache.shindig.social.core.oauth2.validators.OAuth2RequestValidator
Validates an OAuth 2.0 request.
validateRequestForAccessToken(OAuth2NormalizedRequest) - Method in interface org.apache.shindig.social.core.oauth2.OAuth2Service
Validates a client's request for an access token.
validateRequestForAccessToken(OAuth2NormalizedRequest) - Method in class org.apache.shindig.social.core.oauth2.OAuth2ServiceImpl
 
validateRequestForAuthCode(OAuth2NormalizedRequest) - Method in interface org.apache.shindig.social.core.oauth2.OAuth2Service
Validates a client's request for an authorization token.
validateRequestForAuthCode(OAuth2NormalizedRequest) - Method in class org.apache.shindig.social.core.oauth2.OAuth2ServiceImpl
 
validateRequestForResource(OAuth2NormalizedRequest, Object) - Method in interface org.apache.shindig.social.core.oauth2.OAuth2Service
Validates a client's request to use access a resource.
validateRequestForResource(OAuth2NormalizedRequest, Object) - Method in class org.apache.shindig.social.core.oauth2.OAuth2ServiceImpl
 
validateRequestForResource(OAuth2NormalizedRequest, Object) - Method in class org.apache.shindig.social.core.oauth2.validators.DefaultResourceRequestValidator
TODO (Matt): implement scope handling.
validateRequestForResource(OAuth2NormalizedRequest, Object) - Method in interface org.apache.shindig.social.core.oauth2.validators.OAuth2ProtectedResourceValidator
Validates a request for a protected resource.
valueOf(String) - Static method in enum org.apache.shindig.social.core.oauth2.OAuth2Client.ClientType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.core.oauth2.OAuth2Client.Flow
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.core.oauth2.OAuth2Types.CodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.core.oauth2.OAuth2Types.ErrorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.core.oauth2.OAuth2Types.GrantType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.core.oauth2.OAuth2Types.ResponseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.core.oauth2.OAuth2Types.TokenFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.opensocial.model.Account.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.opensocial.model.Activity.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.opensocial.model.ActivityEntry.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.opensocial.model.ActivityObject.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.opensocial.model.Address.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.opensocial.model.Album.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.opensocial.model.BodyType.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.opensocial.model.Drinker
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.opensocial.model.Group.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.opensocial.model.ListField.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.opensocial.model.LookingFor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.opensocial.model.MediaItem.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.opensocial.model.MediaItem.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.opensocial.model.MediaLink.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.opensocial.model.Message.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.opensocial.model.Message.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.opensocial.model.Message.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.opensocial.model.MessageCollection.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.opensocial.model.Name.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.opensocial.model.NetworkPresence
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.opensocial.model.Organization.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.opensocial.model.Person.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.opensocial.model.Person.Gender
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.opensocial.model.Smoker
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.opensocial.model.Url.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.opensocial.oauth.OAuthEntry.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.opensocial.spi.GroupId.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.shindig.social.opensocial.spi.UserId.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.shindig.social.core.oauth2.OAuth2Client.ClientType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shindig.social.core.oauth2.OAuth2Client.Flow
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shindig.social.core.oauth2.OAuth2Types.CodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shindig.social.core.oauth2.OAuth2Types.ErrorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shindig.social.core.oauth2.OAuth2Types.GrantType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shindig.social.core.oauth2.OAuth2Types.ResponseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shindig.social.core.oauth2.OAuth2Types.TokenFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shindig.social.opensocial.model.Account.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shindig.social.opensocial.model.Activity.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shindig.social.opensocial.model.ActivityEntry.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shindig.social.opensocial.model.ActivityObject.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shindig.social.opensocial.model.Address.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shindig.social.opensocial.model.Album.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shindig.social.opensocial.model.BodyType.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shindig.social.opensocial.model.Drinker
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shindig.social.opensocial.model.Group.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shindig.social.opensocial.model.ListField.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shindig.social.opensocial.model.LookingFor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shindig.social.opensocial.model.MediaItem.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shindig.social.opensocial.model.MediaItem.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shindig.social.opensocial.model.MediaLink.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shindig.social.opensocial.model.Message.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shindig.social.opensocial.model.Message.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shindig.social.opensocial.model.Message.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shindig.social.opensocial.model.MessageCollection.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shindig.social.opensocial.model.Name.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shindig.social.opensocial.model.NetworkPresence
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shindig.social.opensocial.model.Organization.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shindig.social.opensocial.model.Person.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shindig.social.opensocial.model.Person.Gender
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shindig.social.opensocial.model.Smoker
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shindig.social.opensocial.model.Url.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shindig.social.opensocial.oauth.OAuthEntry.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shindig.social.opensocial.spi.GroupId.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.shindig.social.opensocial.spi.UserId.Type
Returns an array containing the constants of this enum type, in the order they are declared.
verifyBodyHash(HttpServletRequest, String) - Static method in class org.apache.shindig.social.core.oauth.OAuthAuthenticationHandler
 
verifyMessage(OAuthMessage) - Method in class org.apache.shindig.social.core.oauth.OAuthAuthenticationHandler
 
viewerCanUpdatePerson(String, String) - Method in class org.apache.shindig.social.sample.spi.JsonDbOpensocialService
Check if a viewer is allowed to update the given person record.

X

XStream081Configuration - Class in org.apache.shindig.social.core.util.xstream
Opensocial 0.81 compliant Xstream binding
XStream081Configuration(Injector) - Constructor for class org.apache.shindig.social.core.util.xstream.XStream081Configuration
 
A B C D E F G H I J L M N O P R S T U V X 

Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.