it.sistematica.isharedoc.sharecloud.engine
Class CloudUnauthenticatedRepository

java.lang.Object
  extended by it.sistematica.isharedoc.sharecloud.engine.CloudUnauthenticatedRepository
All Implemented Interfaces:
CloudRepository

public class CloudUnauthenticatedRepository
extends java.lang.Object
implements CloudRepository


Nested Class Summary
static class CloudUnauthenticatedRepository.CloudUnauthenticatedFolder
           
 
Constructor Summary
CloudUnauthenticatedRepository(CloudConnection connection)
           
 
Method Summary
 CloudSession getCloudSession()
           
 CloudConnection getConnection()
           
 java.lang.String getIcon16()
           
 java.lang.String getId()
           
 java.lang.String getName()
           
 java.lang.String getProductName()
           
 java.lang.String getProductVersion()
           
 CloudFolder getRootFolder()
           
 java.lang.String getVendor()
           
 boolean isAuthenticated()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloudUnauthenticatedRepository

public CloudUnauthenticatedRepository(CloudConnection connection)
Method Detail

getConnection

public CloudConnection getConnection()
Specified by:
getConnection in interface CloudRepository

getId

public java.lang.String getId()
Specified by:
getId in interface CloudRepository

getName

public java.lang.String getName()
Specified by:
getName in interface CloudRepository

getVendor

public java.lang.String getVendor()
Specified by:
getVendor in interface CloudRepository

getProductName

public java.lang.String getProductName()
Specified by:
getProductName in interface CloudRepository

getProductVersion

public java.lang.String getProductVersion()
Specified by:
getProductVersion in interface CloudRepository

getIcon16

public java.lang.String getIcon16()
Specified by:
getIcon16 in interface CloudRepository

getRootFolder

public CloudFolder getRootFolder()
Specified by:
getRootFolder in interface CloudRepository

isAuthenticated

public boolean isAuthenticated()
Specified by:
isAuthenticated in interface CloudRepository

getCloudSession

public CloudSession getCloudSession()
Specified by:
getCloudSession in interface CloudRepository