org.codegist.crest.security
Interface AuthentificationManager

All Known Implementing Classes:
OAuthentificationManager

public interface AuthentificationManager

AuthentificationManager interface

Author:
Laurent Gilles (laurent.gilles@codegist.org)

Method Summary
 void refresh()
          Refresh the authentification information
 void sign(HttpRequest.Builder request, Pair<String,String>... properties)
          Sign the request
 

Method Detail

sign

void sign(HttpRequest.Builder request,
          Pair<String,String>... properties)
Sign the request

Parameters:
request - request to be signed
properties - optional signing properties

refresh

void refresh()
Refresh the authentification information



Copyright © 2011. All Rights Reserved.