Uses of Class
org.ocopomo.annotation.content.Credentials

Packages that use Credentials
org.ocopomo.annotation.content   
org.ocopomo.wizards   
 

Uses of Credentials in org.ocopomo.annotation.content
 

Methods in org.ocopomo.annotation.content that return Credentials
static Credentials Utils.credentialsFor(AlfrescoSettings aSettings, org.eclipse.swt.widgets.Shell shell)
           
 

Methods in org.ocopomo.annotation.content with parameters of type Credentials
static org.apache.chemistry.opencmis.client.api.Session Utils.createSession(AlfrescoSettings aSettings, Credentials cred)
           
static void Utils.saveCredentials(Credentials cred, AlfrescoSettings aSettings, org.eclipse.swt.widgets.Shell shell)
           
 

Uses of Credentials in org.ocopomo.wizards
 

Methods in org.ocopomo.wizards that return Credentials
 Credentials ContentCache.getCredentials()
           
 

Constructors in org.ocopomo.wizards with parameters of type Credentials
ContentCache(org.eclipse.core.resources.IProject project, AlfrescoSettings aSettings, Credentials cred)