Uses of Class
org.apache.lucene.gdata.data.GDataAccount.AccountRole

Packages that use GDataAccount.AccountRole
org.apache.lucene.gdata.data Contains classes for the internal representation of GData feeds and entries. 
org.apache.lucene.gdata.server.authentication Classes and Exceptions used for client authentification. 
org.apache.lucene.gdata.servlet.handler GData Request Handler. 
 

Uses of GDataAccount.AccountRole in org.apache.lucene.gdata.data
 

Methods in org.apache.lucene.gdata.data that return GDataAccount.AccountRole
static GDataAccount.AccountRole GDataAccount.AccountRole.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GDataAccount.AccountRole[] GDataAccount.AccountRole.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.apache.lucene.gdata.data that return types with arguments of type GDataAccount.AccountRole
 Set<GDataAccount.AccountRole> GDataAccount.getRoles()
           
 

Methods in org.apache.lucene.gdata.data with parameters of type GDataAccount.AccountRole
static boolean GDataAccount.isInRole(int intRole, GDataAccount.AccountRole role)
          checks whether the given integer matches the account role.
 boolean GDataAccount.isUserInRole(GDataAccount.AccountRole role)
           
 void GDataAccount.setRole(GDataAccount.AccountRole role)
          Adds the given role to the role list
 

Uses of GDataAccount.AccountRole in org.apache.lucene.gdata.server.authentication
 

Methods in org.apache.lucene.gdata.server.authentication with parameters of type GDataAccount.AccountRole
 boolean GDataHttpAuthenticator.authenticateAccount(GDataRequest request, GDataAccount.AccountRole role)
          Authenticates the client request based on the given GdataRequst and required account role
 boolean GDataHttpAuthenticator.authenticateAccount(javax.servlet.http.HttpServletRequest request, GDataAccount.AccountRole role)
          Authenticates the client request based on the given requst and required account role
 boolean AuthenticationController.authenticateToken(String token, String requestIp, GDataAccount.AccountRole role, String accountName)
          Authenticates the given auth token and checks the given parameter for matching the information contained inside the token.
 boolean BlowfishAuthenticationController.authenticateToken(String token, String requestIp, GDataAccount.AccountRole role, String accountName)
           
 

Uses of GDataAccount.AccountRole in org.apache.lucene.gdata.servlet.handler
 

Methods in org.apache.lucene.gdata.servlet.handler with parameters of type GDataAccount.AccountRole
 boolean RequestAuthenticator.authenticateAccount(GDataRequest request, GDataAccount.AccountRole role)
           
 boolean RequestAuthenticator.authenticateAccount(javax.servlet.http.HttpServletRequest request, GDataAccount.AccountRole role)
           
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.