Uses of Interface
org.apache.shindig.auth.SecurityToken

Packages that use SecurityToken
org.apache.shindig.auth   
org.apache.shindig.protocol   
 

Uses of SecurityToken in org.apache.shindig.auth
 

Classes in org.apache.shindig.auth that implement SecurityToken
 class AbstractSecurityToken
          A base class for SecurityToken Implementations.
 class AnonymousSecurityToken
          A special class of Token representing the anonymous viewer/owner
 class BasicSecurityToken
          Primitive token implementation that uses strings as tokens.
 class BlobCrypterSecurityToken
          Authentication based on a provided BlobCrypter.
 class ForwardingSecurityToken
          A SecurityToken that forwards all methods calls to another token.
 

Methods in org.apache.shindig.auth that return SecurityToken
 SecurityToken SecurityTokenCodec.createToken(Map<String,String> tokenParameters)
          Decrypts and verifies a gadget security token to return a gadget token.
 SecurityToken DefaultSecurityTokenCodec.createToken(Map<String,String> tokenParameters)
           
 SecurityToken BlobCrypterSecurityTokenCodec.createToken(Map<String,String> tokenParameters)
          Decrypt and verify the provided security token.
 SecurityToken BasicSecurityTokenCodec.createToken(Map<String,String> parameters)
          Decrypts and verifies a gadget security token to return a gadget token.
 SecurityToken AuthInfo.getSecurityToken()
          Get the security token for this request.
 SecurityToken UrlParameterAuthenticationHandler.getSecurityTokenFromRequest(javax.servlet.http.HttpServletRequest request)
           
 SecurityToken AuthenticationHandler.getSecurityTokenFromRequest(javax.servlet.http.HttpServletRequest request)
          Produce a security token extracted from the HTTP request.
 SecurityToken AnonymousAuthenticationHandler.getSecurityTokenFromRequest(javax.servlet.http.HttpServletRequest request)
           
 

Methods in org.apache.shindig.auth with parameters of type SecurityToken
 String SecurityTokenCodec.encodeToken(SecurityToken token)
           
 String DefaultSecurityTokenCodec.encodeToken(SecurityToken token)
           
 String BlobCrypterSecurityTokenCodec.encodeToken(SecurityToken token)
           
 String BasicSecurityTokenCodec.encodeToken(SecurityToken token)
          Encodes a token using the a plaintext dummy format.
 

Constructors in org.apache.shindig.auth with parameters of type SecurityToken
ForwardingSecurityToken(SecurityToken delegate)
           
 

Uses of SecurityToken in org.apache.shindig.protocol
 

Fields in org.apache.shindig.protocol declared as SecurityToken
protected  SecurityToken BaseRequestItem.token
           
 

Methods in org.apache.shindig.protocol that return SecurityToken
protected  SecurityToken ApiServlet.getSecurityToken(javax.servlet.http.HttpServletRequest servletRequest)
           
 SecurityToken RequestItem.getToken()
          Returns the security token of this request
 SecurityToken BaseRequestItem.getToken()
           
 

Methods in org.apache.shindig.protocol with parameters of type SecurityToken
protected  void JsonRpcServlet.dispatch(org.json.JSONObject request, Map<String,FormDataItem> formItems, javax.servlet.http.HttpServletRequest servletRequest, javax.servlet.http.HttpServletResponse servletResponse, SecurityToken token, String callback)
           
protected  void JsonRpcServlet.dispatchBatch(org.json.JSONArray batch, Map<String,FormDataItem> formItems, javax.servlet.http.HttpServletRequest servletRequest, javax.servlet.http.HttpServletResponse servletResponse, SecurityToken token, String callback)
           
 Future<?> RpcHandler.execute(Map<String,FormDataItem> formItems, SecurityToken st, BeanConverter converter)
          Handle the request and return a Future from which the response object can be retrieved.
 Future<?> RestHandler.execute(Map<String,String[]> parameters, Reader body, SecurityToken token, BeanConverter converter)
          Handle the request and return a Future from which the response object can be retrieved
 

Constructors in org.apache.shindig.protocol with parameters of type SecurityToken
BaseRequestItem(org.json.JSONObject parameters, Map<String,FormDataItem> formItems, SecurityToken token, BeanConverter converter, BeanJsonConverter jsonConverter)
           
BaseRequestItem(Map<String,String[]> parameters, SecurityToken token, BeanConverter converter, BeanJsonConverter jsonConverter)
           
 



Copyright © 2007-2012. All Rights Reserved.