Uses of Interface
org.nuxeo.ecm.liveconnect.core.CredentialFactory
-
Packages that use CredentialFactory Package Description org.nuxeo.ecm.liveconnect.core org.nuxeo.ecm.liveconnect.google.drive org.nuxeo.ecm.liveconnect.google.drive.credential -
-
Uses of CredentialFactory in org.nuxeo.ecm.liveconnect.core
Classes in org.nuxeo.ecm.liveconnect.core that implement CredentialFactory Modifier and Type Class Description class
OAuth2CredentialFactory
OAuth2 credential factory.Methods in org.nuxeo.ecm.liveconnect.core that return CredentialFactory Modifier and Type Method Description protected CredentialFactory
AbstractLiveConnectBlobProvider. getCredentialFactory()
Should be overriden by subclasses needing another credential factory. -
Uses of CredentialFactory in org.nuxeo.ecm.liveconnect.google.drive
Methods in org.nuxeo.ecm.liveconnect.google.drive that return CredentialFactory Modifier and Type Method Description protected CredentialFactory
GoogleDriveBlobProvider. getCredentialFactory()
-
Uses of CredentialFactory in org.nuxeo.ecm.liveconnect.google.drive.credential
Classes in org.nuxeo.ecm.liveconnect.google.drive.credential that implement CredentialFactory Modifier and Type Class Description class
ServiceAccountCredentialFactory
Credential factory for Service Accounts.
-