public class RestBinding extends Object implements Descriptor
| Modifier and Type | Field and Description |
|---|---|
boolean |
chain |
String[] |
groups |
boolean |
isAdministrator |
boolean |
isDisabled |
boolean |
isSecure |
String |
name |
UNIQUE_DESCRIPTOR_ID| Constructor and Description |
|---|
RestBinding() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
The descriptor id, descriptors with same id are merged.
|
boolean |
hasGroups() |
void |
setGroups(String list) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoesRemove, mergepublic boolean chain
public boolean isDisabled
public boolean isSecure
public boolean isAdministrator
public RestBinding()
public String getId()
DescriptorTo forbid multiple descriptors use UNIQUE_DESCRIPTOR_ID.
To forbid merge use a unique value, non-overriden toString() for exemple.
getId in interface Descriptorpublic boolean hasGroups()
Copyright © 2019 Nuxeo. All rights reserved.