java.lang.Object com.ibm.broker.config.proxy.AccessControlEntryPermission
public final class AccessControlEntryPermission
extends Object
Defines a set of abilities over which security can be applied. Each instance represents a class of actions which, when associated with an AccessControlEntryPrincipalType and applied to an AdministeredObject, defines the level of control a principal has over the object.
com.ibm.broker.config.proxy.AccessControlEntryPermission
|
|
Responsibilities | Describes the permission granted by an entry in an access control table. |
Internal Collaborators | None |
Change Activity: --------- ----------- ------------- ------------------------------------ Reason: Date: Originator: Comments: --------- ----------- ------------- ------------------------------------ 19590.5.5 2004-07-20 martynh v6 Release
Field | Description |
---|---|
deploy | States that the permission granted by the access control entry to which this permission is related is 'deploy'. |
edit | States that the permission granted by the access control entry to which this permission is related is 'edit'. |
fullControl | States that the permission granted by the access control entry to which this permission is related is 'full control'. |
view | States that the permission granted by the access control entry to which this permission is related is 'view'. |
Method | Description |
---|---|
AccessControlEntryPermission getAccessControlEntryPermission(String) | Get an AccessControlEntryPermission object from a textual representation. |
String toString() | Return a textual representation of the permission. |
public static final com.ibm.broker.config.proxy.AccessControlEntryPermission deployStates that the permission granted by the access control entry to which this permission is related is 'deploy'.
public static final com.ibm.broker.config.proxy.AccessControlEntryPermission editStates that the permission granted by the access control entry to which this permission is related is 'edit'.
public static final com.ibm.broker.config.proxy.AccessControlEntryPermission fullControlStates that the permission granted by the access control entry to which this permission is related is 'full control'.
public static final com.ibm.broker.config.proxy.AccessControlEntryPermission viewStates that the permission granted by the access control entry to which this permission is related is 'view'.
public static final AccessControlEntryPermission getAccessControlEntryPermission(String permissionString)Get an AccessControlEntryPermission object from a textual representation. The constants are defined in the AttributeConstants interface.
- Parameters
- permissionString - String representation of a permission as returned by AccessControlEntryPermission.toString().
- Returns
- AccessControlEntryPermission constant which corresponds to the string passed in, or null if no such permission exists.
public final String toString()Return a textual representation of the permission.
- Returns
- String representation of the permission
- Overrides
- toString in class Object