@Name(value="oauthUserTokens") @Scope(value=CONVERSATION) public class OAuth2UserTokensActions extends DirectoryBasedEditor implements Serializable
Modifier and Type | Field and Description |
---|---|
protected NuxeoPrincipal |
currentUser |
creationEntry, documentManager, editableEntry, entries, showAddForm
Constructor and Description |
---|
OAuth2UserTokensActions() |
Modifier and Type | Method and Description |
---|---|
DocumentModelList |
getCurrentUserTokens() |
protected String |
getDirectoryName() |
DocumentModelList |
getProviderAccounts(String provider,
boolean includeShared) |
protected Map<String,Serializable> |
getQueryFilter() |
protected String |
getSchemaName() |
List<String> |
getSharedWith() |
void |
setSharedWith(List<String> sharedWith) |
createEntry, deleteEntry, editEntry, getCreationEntry, getEditableEntry, getEntries, getOrderSet, getShowAddForm, refresh, resetCreateEntry, resetEditEntry, saveEntry, toggleShowAddForm
@In(create=true) protected NuxeoPrincipal currentUser
public OAuth2UserTokensActions()
protected String getDirectoryName()
getDirectoryName
in class DirectoryBasedEditor
protected String getSchemaName()
getSchemaName
in class DirectoryBasedEditor
protected Map<String,Serializable> getQueryFilter()
getQueryFilter
in class DirectoryBasedEditor
public DocumentModelList getProviderAccounts(String provider, boolean includeShared)
public DocumentModelList getCurrentUserTokens()
public List<String> getSharedWith()
public void setSharedWith(List<String> sharedWith)
Copyright © 2015 Nuxeo SA. All rights reserved.