org.gcube.contentmanagement.layerindependent.servicehelper
Interface CredentialsReceiver


public interface CredentialsReceiver

Abstarction interface to any implementation of class, that needs to receive credentials to perform its work

Author:
michaelspringmann

Method Summary
 void setCredentialsProvider(CredentialsProvider provider)
          Sets the class that provides the credentials
 

Method Detail

setCredentialsProvider

void setCredentialsProvider(CredentialsProvider provider)
Sets the class that provides the credentials

Parameters:
provider - the provider of the credentials