org.gcube.common.core.security.impl
Class GSSSecurityCredentials

java.lang.Object
  extended by org.gcube.common.core.security.impl.GSSSecurityCredentials
All Implemented Interfaces:
SecurityCredentials

public class GSSSecurityCredentials
extends Object
implements SecurityCredentials


Constructor Summary
GSSSecurityCredentials(GSSCredential gssCredential)
           
 
Method Summary
 Object getCredentialsAsObject()
          Provides the original credential object
 String getCredentialsAsString()
          Provides the credentials in String form
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GSSSecurityCredentials

public GSSSecurityCredentials(GSSCredential gssCredential)
Method Detail

getCredentialsAsString

public String getCredentialsAsString()
                              throws Exception
Description copied from interface: SecurityCredentials
Provides the credentials in String form

Specified by:
getCredentialsAsString in interface SecurityCredentials
Returns:
Throws:
Exception

getCredentialsAsObject

public Object getCredentialsAsObject()
Description copied from interface: SecurityCredentials
Provides the original credential object

Specified by:
getCredentialsAsObject in interface SecurityCredentials
Returns:


Copyright © 2012. All Rights Reserved.