org.gcube.common.core.security
Interface SecurityCredentials

All Known Implementing Classes:
GSSSecurityCredentials

public interface SecurityCredentials

Utility interface that wraps the credential object

Author:
Ciro Formisano

Method Summary
 Object getCredentialsAsObject()
          Provides the original credential object
 String getCredentialsAsString()
          Provides the credentials in String form
 

Method Detail

getCredentialsAsString

String getCredentialsAsString()
                              throws Exception
Provides the credentials in String form

Returns:
Throws:
Exception

getCredentialsAsObject

Object getCredentialsAsObject()
Provides the original credential object

Returns:


Copyright © 2012. All Rights Reserved.