@Name(value="authorizedApplicationsActions") @Scope(value=CONVERSATION) public class AuthorizedApplicationsActions extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected NuxeoPrincipal |
currentUser |
Constructor and Description |
---|
AuthorizedApplicationsActions() |
Modifier and Type | Method and Description |
---|---|
List<Map<String,Serializable>> |
getOAuth2AuthorizedApplications() |
protected Map<String,Serializable> |
getOAuth2QueryFilter() |
DocumentModelList |
getOAuthAuthorizedApplications() |
protected Map<String,Serializable> |
getOAuthQueryFilter() |
void |
revokeAccess(String directoryName,
String id) |
@In protected NuxeoPrincipal currentUser
public AuthorizedApplicationsActions()
public List<Map<String,Serializable>> getOAuth2AuthorizedApplications()
public DocumentModelList getOAuthAuthorizedApplications()
protected Map<String,Serializable> getOAuth2QueryFilter()
protected Map<String,Serializable> getOAuthQueryFilter()
public void revokeAccess(String directoryName, String id)
Copyright © 2018 Nuxeo. All rights reserved.