Class Hierarchy All Classes All Fields and Methods

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

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 Index
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 Index
Method Description
AccessControlEntryPermission getAccessControlEntryPermission(String) Get an AccessControlEntryPermission object from a textual representation.
String toString() Return a textual representation of the permission.

Fields

deploy

public static final com.ibm.broker.config.proxy.AccessControlEntryPermission deploy

States that the permission granted by the access control entry to which this permission is related is 'deploy'.

edit

public static final com.ibm.broker.config.proxy.AccessControlEntryPermission edit

States that the permission granted by the access control entry to which this permission is related is 'edit'.

fullControl

public static final com.ibm.broker.config.proxy.AccessControlEntryPermission fullControl

States that the permission granted by the access control entry to which this permission is related is 'full control'.

view

public static final com.ibm.broker.config.proxy.AccessControlEntryPermission view

States that the permission granted by the access control entry to which this permission is related is 'view'.

Methods

getAccessControlEntryPermission

public static final AccessControlEntryPermission getAccessControlEntryPermission(String permissionString) 

Get an AccessControlEntryPermission object from a textual representation. The constants are defined in the AttributeConstants interface.

toString

public final String toString() 

Return a textual representation of the permission.

Class Hierarchy All Classes All Fields and Methods