public class UserACLFilter extends Object implements UIExtensionFilter
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
permissions
The list of all access permissions allowed
|
| Constructor and Description |
|---|
UserACLFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(Map<String,Object> context)
Indicates whether the given context is accepted by this filter
|
UIExtensionFilterType |
getType()
Indicates the type of the current filter
|
void |
onDeny(Map<String,Object> context)
Allows to execute some code when the filter rejects the given context
|
public boolean accept(Map<String,Object> context) throws Exception
accept in interface UIExtensionFiltercontext - the context to checktrue if the context is accepted false otherwiseException - if an error occurspublic UIExtensionFilterType getType()
getType in interface UIExtensionFilterCopyright © 2003–2015 eXo Platform SAS. All rights reserved.