public class RemoteEntryPointRightsEditor extends StringConditionRightsEditor
RemoteEntryPointRights for the admin client.| Constructor and Description |
|---|
RemoteEntryPointRightsEditor() |
| Modifier and Type | Method and Description |
|---|---|
Rights |
createDefaultRights()
Creates an instance of the
Rights, which does not take any input and is
considered a default starting point in editing. |
protected Rights |
createPopulatedRights(java.lang.String expr)
Creates an instance of the
Rights configured using the given input. |
static java.lang.String |
getResourceType()
Returns the compatible resource type name.
|
protected java.lang.String |
getTitle()
Obtains the window title for the editor.
|
edit, initializepublic static java.lang.String getResourceType()
public Rights createDefaultRights()
Rights, which does not take any input and is
considered a default starting point in editing.createDefaultRights in interface RightsEditorcreateDefaultRights in class StringConditionRightsEditorRights.protected Rights createPopulatedRights(java.lang.String expr)
Rights configured using the given input.createPopulatedRights in class StringConditionRightsEditorexpr - The condition expression.Rights.protected java.lang.String getTitle()
getTitle in class StringConditionRightsEditor