| Package | Description |
|---|---|
| com.jinfonet.security.jacl | |
| jet.server.api | |
| jet.server.api.custom.security | |
| jet.server.api.rmi |
| Modifier and Type | Method and Description |
|---|---|
Iterator<BasePermission> |
BaseAclEntry.basePermissions()
Returns an iterator of the permissions in this ACL entry.
|
Iterator<BasePermission> |
BaseAcl.getBasePermissions(Principal principal)
Returns an enumeration for the set of allowed permissions for the
specified principal (representing an entity such as an individual or
a group).
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
BaseAclEntry.addBasePermission(BasePermission permission)
Adds the specified permission to this ACL entry.
|
boolean |
BaseAclEntry.checkBasePermission(BasePermission permission)
Checks if the specified permission is part of the
permission set in this entry.
|
boolean |
BaseAcl.checkBasePermission(Principal principal,
BasePermission permission)
Checks whether or not the specified principal has the specified
permission.
|
boolean |
BaseAclEntry.removeBasePermission(BasePermission permission)
Removes the specified permission from this ACL entry.
|
| Modifier and Type | Field and Description |
|---|---|
static BasePermission |
BasePermissions.PER_ACCESS_ADVANCED_PROPERTIES
Represents the permission: access advanced properties.
|
static BasePermission |
BasePermissions.PER_CATALOG_ACCESS_CONTROL
Represents the permission: catalog access control.
|
static BasePermission |
BasePermissions.PER_DELETE
Represents the permission: delete.
|
static BasePermission |
BasePermissions.PER_DEPLOY_REPORT
Represents the permission: deploy report.
|
static BasePermission |
BasePermissions.PER_EDIT
Represents the permission: edit JDashboard.
|
static BasePermission |
BasePermissions.PER_EXECUTE
Represents the permission: execute.
|
static BasePermission |
BasePermissions.PER_GRANT
Represents the permission: grant.
|
static BasePermission |
BasePermissions.PER_READ
Represents the permission: read.
|
static BasePermission |
BasePermissions.PER_SCHEDULE
Represents the permission: schedule.
|
static BasePermission |
BasePermissions.PER_UPDATE_STATUS
Represents the permission: update status.
|
static BasePermission |
BasePermissions.PER_VISIBLE
Represents the permission: visible.
|
static BasePermission |
BasePermissions.PER_WRITE
Represents the permission: write.
|
| Modifier and Type | Method and Description |
|---|---|
static Iterator<BasePermission> |
BasePermissions.iterator()
Returns all elements of permissions.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ResourceManager.checkBasePermission(String userID,
String resourcePath,
BasePermission permission)
Checks whether a specific user has a permission on a specific resource path.
|
boolean |
ResourceManager.checkBasePermission(String userID,
String resourcePath,
int versionNumber,
BasePermission permission)
Checks whether the specific user has a permission on a specific version number of a resource path.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
BaseAuthorizationProvider.isBasePermissionOk(String realmName,
String userName,
String resourcePath,
int versionNumber,
BasePermission permission)
Check if the user has the permission to do the action on the specific version of the resource.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
RemoteResourceManagerJDK14.checkBasePermission(String userID,
String resourcePath,
BasePermission permission)
Checks whether the specific user has a permission on the specific resource path.
|
boolean |
RemoteResourceManagerJDK14.checkBasePermission(String userID,
String resourcePath,
int versionNumber,
BasePermission permission)
Checks whether the specific user has a permission on the specific version number of a resource path.
|
© insightsoftware. All rights reserved.