com.jalios.rest.client
Interface Authentication

All Known Implementing Classes:
AuthKeyAuthentication, BasicAuthentication

public interface Authentication

Interface implemented by the REST Client authentication (as Basic, JCMS, Strong, ...)

Since:
JCMS-6.0
Author:
dissert

Method Summary
 void addAuthentication(org.restlet.data.Request request)
           
 boolean isDeprecated()
          A authentication may be available for a few time.
 org.restlet.data.Response updateAuthenticationResult(ClientSession session, org.restlet.data.Request request, org.restlet.data.Response response)
           
 

Method Detail

addAuthentication

void addAuthentication(org.restlet.data.Request request)

updateAuthenticationResult

org.restlet.data.Response updateAuthenticationResult(ClientSession session,
                                                     org.restlet.data.Request request,
                                                     org.restlet.data.Response response)

isDeprecated

boolean isDeprecated()
A authentication may be available for a few time. If it is no longer, it is Deprecated

Returns:
true if the method is no longer available


Copyright © 2001-2010 Jalios SA. All Rights Reserved.