Uses of Class
org.exoplatform.clouddrive.cmis.CMISUser
-
Packages that use CMISUser Package Description org.exoplatform.clouddrive.cmis -
-
Uses of CMISUser in org.exoplatform.clouddrive.cmis
Methods in org.exoplatform.clouddrive.cmis that return CMISUser Modifier and Type Method Description protected CMISUserCMISConnector. authenticate(Map<String,String> params)Authenticate an user by OAuth2 code (from params) and returnCMISUserinstance.protected CMISUserCMISConnector.API. createUser(String userId, String userName, String email, CMISAPI api)CreateCMISUserinstance.protected CMISUserCMISConnector. createUser(CodeAuthentication.Identity userId)CMISUserJCRLocalCMISDrive. getUser()protected static CMISUserJCRLocalCMISDrive. loadUser(CMISConnector.API apiBuilder, javax.jcr.Node driveNode)Load user from the drive Node.Constructors in org.exoplatform.clouddrive.cmis with parameters of type CMISUser Constructor Description JCRLocalCMISDrive(CMISUser user, javax.jcr.Node driveNode, org.exoplatform.services.jcr.ext.app.SessionProviderService sessionProviders, org.exoplatform.services.cms.clouddrives.jcr.NodeFinder finder, org.exoplatform.services.cms.clouddrives.utils.ExtendedMimeTypeResolver mimeTypes, String exoURL)Instantiates a new JCR local CMIS drive.
-