public static class ExtensionLibraryDescriptor.Permission
extends java.lang.Object
Constructor and Description |
---|
Permission() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCapability()
gets the capability of this permission
|
java.lang.String |
getRoleName()
gets the role name for this permission.
|
void |
setCapability(java.lang.String capability)
sets the capability for this permission
|
void |
setRoleName(java.lang.String roleName)
sets the role name for this permission
|
public java.lang.String getRoleName()
public void setRoleName(java.lang.String roleName)
roleName
- the role namepublic java.lang.String getCapability()
public void setCapability(java.lang.String capability)
capability
- the capability for this
permissionCopyright © 2024 MarkLogic Corporation. All Rights Reserved.