FileDocCategorySizeDatePackage
AuthenticationContorllerStub.javaAPI DocApache Lucene 2.1.02596Wed Feb 14 10:46:02 GMT 2007org.apache.lucene.gdata.utils

AuthenticationContorllerStub

public class AuthenticationContorllerStub extends Object implements org.apache.lucene.gdata.server.authentication.AuthenticationController
author
Simon Willnauer

Fields Summary
public static org.apache.lucene.gdata.server.authentication.AuthenticationController
controller
Constructors Summary
public AuthenticationContorllerStub()

        super();
        // TODO Auto-generated constructor stub
    
Methods Summary
public java.lang.StringauthenticatAccount(org.apache.lucene.gdata.data.GDataAccount account, java.lang.String requestIp)

see
org.apache.lucene.gdata.server.authentication.AuthenticationController#authenticatAccount(org.apache.lucene.gdata.data.GDataAccount, java.lang.String, java.lang.String)


        return controller.authenticatAccount(account,requestIp);
    
public booleanauthenticateToken(java.lang.String token, java.lang.String requestIp, org.apache.lucene.gdata.data.GDataAccount.AccountRole role, java.lang.String serviceName)

see
org.apache.lucene.gdata.server.authentication.AuthenticationController#authenticateToken(java.lang.String, java.lang.String, org.apache.lucene.gdata.data.GDataAccount.AccountRole, java.lang.String)


        return controller.authenticateToken(token,requestIp,role,serviceName);
    
public voiddestroy()

see
org.apache.lucene.gdata.server.registry.ServerComponent#destroy()

    
public voidinitialize()

see
org.apache.lucene.gdata.server.registry.ServerComponent#initialize()