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 classOAuth2CredentialFactoryOAuth2 credential factory.Methods in org.nuxeo.ecm.liveconnect.core that return CredentialFactory Modifier and Type Method Description protected CredentialFactoryAbstractLiveConnectBlobProvider. 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 CredentialFactoryGoogleDriveBlobProvider. 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 classServiceAccountCredentialFactoryCredential factory for Service Accounts.
-