Uses of Class
com.ibm.broker.config.proxy.AccessControlEntryPermission

Uses of AccessControlEntryPermission in com.ibm.broker.config.proxy
 

Fields in com.ibm.broker.config.proxy declared as AccessControlEntryPermission
static AccessControlEntryPermission AccessControlEntryPermission.deploy
          States that the permission granted by the access control entry to which this permission is related is 'deploy'.
static AccessControlEntryPermission AccessControlEntryPermission.edit
          States that the permission granted by the access control entry to which this permission is related is 'edit'.
static AccessControlEntryPermission AccessControlEntryPermission.fullControl
          States that the permission granted by the access control entry to which this permission is related is 'full control'.
static AccessControlEntryPermission AccessControlEntryPermission.view
          States that the permission granted by the access control entry to which this permission is related is 'view'.
 

Methods in com.ibm.broker.config.proxy that return AccessControlEntryPermission
static AccessControlEntryPermission AccessControlEntryPermission.getAccessControlEntryPermission(java.lang.String permissionString)
          Get an AccessControlEntryPermission object from a textual representation.
 AccessControlEntryPermission AccessControlEntry.getPermission()
          Describes the action that has been granted by this access control entry.
 

Constructors in com.ibm.broker.config.proxy with parameters of type AccessControlEntryPermission
AccessControlEntry(java.lang.String principalName, AccessControlEntryPrincipalType principalType, AccessControlEntryPermission permission)
          Creates a new AccessControlEntry instance.