org.gcube.contentmanagement.layerindependent.servicehelper
Interface CredentialsProvider


public interface CredentialsProvider

Abstarction interface to any implementation of services, that provide credentials

Author:
michaelspringmann

Method Summary
 org.ietf.jgss.GSSCredential getCredentials()
          Returns crendentials to be used without a specific context given
 

Method Detail

getCredentials

org.ietf.jgss.GSSCredential getCredentials()
Returns crendentials to be used without a specific context given

Returns:
the credentials to use or null, if no such credentials can be provided