|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
PollingHandler that provides empty stubs for
all handler methods.StatusViewRenderer which defines a view name for
each error condition and for the "please wait" page, and automatically stores the VeriplaceState
object and callback URL in request attributes.LocationOptions.ExtraInfo options to the previously
specified options.
DefaultClientFactory.APPLICATION_TOKEN_SECRET.
DefaultClientFactory.APPLICATION_TOKEN_VALUE.
AsyncCapableAPI.DefaultClientFactory.CALLBACK_EXCLUDE_PARAMETERS.
DefaultClientFactory.CALLBACK_INCLUDE_PARAMETERS.
DefaultClientFactory.CALLBACK_PATH.
DefaultClientFactory.CALLBACK_PORT.
DefaultClientFactory.CALLBACK_HOST.
Client and VeriplaceState
use to generate callback URLs for OAuth transactions.Client.Client instances.Client interface to Veriplace
Developer APIs.Client interface in a
state-based application.com.veriplace.web within a simple J2EE Servlet application.com.veriplace.web within the Spring framework.DefaultClientFactory.CONSUMER_KEY.
DefaultClientFactory.CONSUMER_SECRET.
DefaultClientFactory.DEFAULT_LOCATION_MODE.
CallbackFactory.Client instances from Properties.Properties object.
LocationFilter.Redirector.TokenStoreClientConfiguration.setApplicationToken(Token).
PollingAPI.setPeriodSeconds(int).
Client.getServerUri().
Client.getServerDirectUri().
AbstractStatusViewRenderer.setCallbackAttributeName(String).
ClientConfiguration.setCallbackExcludeParameters(String[]).
ClientConfiguration.setCallbackFactory(CallbackFactory).
ClientConfiguration.setCallbackIncludeParameters(String[]).
ClientConfiguration.setCallbackPath(String).
ClientConfiguration.setCallbackServerName(String).
ClientConfiguration.setCallbackServerPort(Integer).
Client that handles lower-level
communications with the Veriplace server.
ClientConfiguration object that will be used to construct a client.
ClientFactory, if any.
ClientConfiguration.setConsumerKey(String).
ClientConfiguration.setConsumerSecret(String).
AbstractStatusViewRenderer.setDefaultErrorViewName(String).
ClientConfiguration.getLocationOptions().
AbstractStatusViewRenderer.setErrorViewName(Class, String).
InvitationDeclinedException or
InvitationNotPermittedException indicating the reason that
permission was not granted, if the request failed.
PositionFailureException indicating the reason that the
location could not be obtained, and possibly including a recent cached
location.
LocationOptions.ExtraInfo options that have been set
on this LocationOptions instance.
Veriplace.open(HttpServletRequest, HttpServletResponse),
or null if there is none.
Veriplace.setGetLocationRequestManager(GetLocationRequestManager).
Veriplace.setGetLocationTokenStore(UserTokenStore).
InvitationAPI.getCallbackResult(HttpServletRequest, HttpServletResponse).
VeriplaceException that occurred for
the current request, or null if the last request was successful.
GetLocationAPI.getLocation(User, Token).
GetLocationAPI.getLocation(User, Token, LocationOptions).
GetLocationAPI.getLocation(User, Token, LocationOptions).
GetLocationAPI.getLocation(User, Token, LocationOptions).
Location object describing the last acquired
location of the current Veriplace user, or null if you have not acquired a location.
LocationDiscoveryInterceptor.setLocationAttributeName(String).
GetLocationAPI method failed because the
billing system did not approve the request for this application.GetLocationAPI.getLocationById(User, long, Token, LocationOptions).
GetLocationAPI methods.ClientConfiguration.getLocationOptions().
LocationFilter implementation for this client, if any.
LocationDiscoveryInterceptor.setLocationMode(String).
VeriplaceState.setLocationMode(String).
GetLocationAPI method failed because the
application does not have permission to locate the user.ClientConfiguration.setLocationOptions(LocationOptions).
LocationOptions object which can be used to specify
optional properties of the next location request, such as location mode
and additional geographic queries.
Position (or subclass thereof) that this object
refers to.
ClientConfiguration.setPreferredEncoding(String).
ClientConfiguration.setProtocol(Revision).
Veriplace.setRedirector(Redirector).
HttpServletRequest.
HttpServletResponse.
GetLocationAPI.requestLocation(Token, User, String, String)
or InvitationAPI.inviteGetLocation(String, String, boolean).
GetLocationAPI.requestLocation(Token, User, String, String).
InvitationAPI.inviteGetLocation(String, String, boolean).
ClientConfiguration.setServerUri(String).
Veriplace instance for the given ServletContext,
using the properties file whose name is in the context parameter "veriplace.properties-file".
Veriplace instance for the given ServletContext, which
will be shared by all servlets within the same application.
Veriplace instance for the given ServletContext, which
will be shared by all servlets within the same application.
Veriplace instance for the given servlet.
Veriplace instance for the given servlet, if one has already been
created by a previous call to VeriplaceServletHelper.getSharedVeriplaceInstance(Servlet, String, String); otherwise
returns null.
AbstractStatusViewRenderer.setStateAttributeName(String).
Veriplace.setStatusViewRenderer(StatusViewRenderer).
ClientConfiguration.setTokenStore(TokenStore).
LocationUpdateReferences.
LocationUpdateReferences for the given
user in this result set, or an empty list if the user had no updates.
Client.isSecure().
User object representing the current Veriplace
user, or null if the user has not yet been determined.
UserDiscoveryInterceptor.setUserAttributeName(String).
UserDiscoveryParameters.
Client.getUserDiscoveryRequestToken(String), which will tell the Veriplace server
to initiate user discovery and then call your application (using the callback previously
specified in getUserDiscoveryRequestToken).
UserDiscoveryParameters.
Veriplace instance.
Client for some
requests.
Client for some
requests -- for instance, if the same interceptor is handling requests for more than one Veriplace
application, each with its own consumer key and token.
AbstractStatusViewRenderer.setViewMap(Map).
ServletStatusViewRenderer.setViewPrefix(String).
StatusViewRenderer using a set of servlet context parameters, as follows
(where NAME is the string passed to this method):
veriplace.views.NAME.prefix: path/prefix to view names (e.g.
ServletStatusViewRenderer.setViewSuffix(String).
AbstractStatusViewRenderer.setWaitingViewName(String).
VeriplaceState.
PollingAPI.getUpdateLocation(com.veriplace.client.LocationUpdateReference, com.veriplace.oauth.consumer.Token, java.lang.Integer) caused an
exception so that the location details for an update could not be
retrieved, even though the original call to
PollingAPI.getUpdates(Integer) succeeded.
PollingAPI.getUpdates(Integer) caused an
exception.
LocationOptions.ExtraInfo option has been set.
InvitationAPI method failed because the
user refused the permission request.InvitationAPI methods.InvitationAPI method failed because the
application does not have permission to identify the user.InvitationAPI request.InvitationStatus object.VeriplaceState.setAsynchronousRequestAllowed(boolean).
InvitationStatus.getUser() will return a valid user identifier.
AsyncRequestStatus.getException() will
return the corresponding exception.
UserDiscoveryInterceptor.setInteractionAllowed(boolean).
VeriplaceState.setUserInteractionAllowed(boolean).
GetLocationAPI response into either a
Location object or a PositionFailureException.GetLocationAPI
request.LocationRequestStatus object.PollingAPI.PollingAPI.getUpdates(Integer), representing
location updates that occurred within a given time interval whose details can
be queried by the current application.LocationUpdates object from a
response.RequestStore.TokenStoreUserTokenStoreAbstractRequestManager.submitRequest(com.veriplace.client.util.AbstractRequestManager.AbstractRequest) .
VeriplaceState object for the current HTTP
request.
PollingManager whether or not to query the
location details for a given location update.PollingManager.PollingAPI requests at regular
intervals and passes the results to a PollingHandler.PollingFilter.
GetLocationAPI method failed because Veriplace
could not obtain the user's location, although your request was valid.Position.DefaultClientFactory.REQUEST_TOKEN_STORE_PATH.
DefaultClientFactory.REQUEST_TOKEN_STORE_TYPE.
GetLocationAPI.requestLocation(User, Token, String, LocationOptions).
Location.getId()).
UserDiscoveryParameters.
RespondedExceptions by doing nothing.
RedirectedToVeriplaceException), or a status page provided by a StatusViewRenderer
(RespondedWithStatusViewException).StatusViewRenderer.ResponseObjectFactory as a wrapper for an exception that
was parsed from a response document.DefaultClientFactory.PROTOCOL.
AbstractStatusViewRenderer for use with
servlet applications.AbstractStatusViewRenderer.setErrorViewName(Class, String).
ClientConfiguration.setLocationOptions(LocationOptions).
GetLocationRequestManager object to provide background
processing of location requests.
UserTokenStore object to provide cacheing of
Veriplace access tokens.
Location object should be stored in the request as an attribute
with this name.
ClientConfiguration.setLocationOptions(LocationOptions).
LocationFilter to be applied to the result of the
location request, or null for no filter.
LocationMode, or null to use the default
mode.
LocationOptions object whose properties will be used
for all location requests by default.
LocationOptions object whose properties will be used
for the next location request.
Redirector object which will take care of sending
redirect responses.
VeriplaceState using the given attribute name.
StatusViewRenderer object which will be used to
display special status pages (errors, or a "please wait" page) if appropriate.
PositionFailureException.
VeriplaceState,
such as VeriplaceState.setLocationMode(String), based on properties of the current request.
User object should be stored in the request as an attribute
with this name.
UserTokenStore that can save and
retrieve access tokens for each user.
Veriplace instance this interceptor will use.
StatusViewRenderer for the Spring MVC framework.StatusViewRenderer encounters an error and cannot output
the requested status view.Token object from a response.Tokens between OAuth requests.DefaultLocationFilter that can suppress location
errors if there is a last known location: "veriplace.application.location.use-last-known".
UserDiscoveryAPI methods.UserDiscoveryAPI method failed because the
application does not have permission to identify the user.UserDiscoveryAPI.getUserByParameters(UserDiscoveryParameters).User object from a response.User objects from a
response.UserDiscoveryAPI method failed because Veriplace
could not identify the user.UserDiscoveryParameters
and User objects from a response.AccessTokens owned by users.AbstractVeriplaceServlet to
specify what Veriplace requests to make.Client.
ClientFactory.
Client
using a Properties object, with the keys defined by DefaultClientFactory.
Client
using properties file, with the keys defined by ClientFactory.
DefaultClientFactory.SERVER_URI.
OAuthException when it is thrown from within
a Veriplace client method.com.veriplace.web objects in a servlet environment.LocationOptions.ExtraInfo types, with no other overridden properties.
LocationFilter, with
no other overridden properties.
LocationMode, with
no other overridden properties.
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||