com.ibm.broker.config.proxy

Class AccessControlEntryPermission

  • java.lang.Object
    • com.ibm.broker.config.proxy.AccessControlEntryPermission

  • Deprecated. 
    This class is specific to Configuration Manager connections, which are not supported as of WebSphere Message Broker V7.

    public final class AccessControlEntryPermission
    extends java.lang.Object

    As of WebSphere Message Broker V7, Configuration Managers are no longer used, and as this class is specific to Configuration Manager connections, it has been deprecated.

    The effects of using instances of this class without a Configuration Manager are undefined.
     Change Activity:
     --------- ----------- -------------   ------------------------------------
     Reason:   Date:       Originator:     Comments:
     --------- ----------- -------------   ------------------------------------
     19590.5.5 2004-07-20  martynh         v6 Release
     47371     2007-07-30  HDMPL           v6.1 Release (no changes)
     51619.6   2008-11-26  HDMPL           v7 Release:
                                             Deprecated class
     
    See Also:
    ConfigManagerProxy.addAccessControlEntries(AccessControlEntry[])
    • Field Detail

      • fullControl

        public static final AccessControlEntryPermission fullControl
        Deprecated. 
        States that the permission granted by the access control entry to which this permission is related is 'full control'.
      • deploy

        public static final AccessControlEntryPermission deploy
        Deprecated. 
        States that the permission granted by the access control entry to which this permission is related is 'deploy'.
      • edit

        public static final AccessControlEntryPermission edit
        Deprecated. 
        States that the permission granted by the access control entry to which this permission is related is 'edit'.
      • view

        public static final AccessControlEntryPermission view
        Deprecated. 
        States that the permission granted by the access control entry to which this permission is related is 'view'.
    • Method Detail

      • toString

        public final java.lang.String toString()
        Deprecated. 
        Return a textual representation of the permission.
        Overrides:
        toString in class java.lang.Object
        Returns:
        String representation of the permission
      • getAccessControlEntryPermission

        public static final AccessControlEntryPermission getAccessControlEntryPermission(java.lang.String permissionString)
        Deprecated. 
        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.