com.ibm.broker.config.proxy

Class AccessControlEntry

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

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

    public final class AccessControlEntry
    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
     
    • Constructor Detail

      • AccessControlEntry

        public AccessControlEntry(java.lang.String principalName,
                                  AccessControlEntryPrincipalType principalType,
                                  AccessControlEntryPermission permission)
        Deprecated. 
        Creates a new AccessControlEntry instance. A newly created AccessControlEntry is not automatically associated with any AdministeredObject access control list; use the setAccessControlEntries() to overwrite the access control list for an AdministeredObject.
        Parameters:
        principalName -
        principalType - Principal type (AccessControlEntryPrincipalType.user or AccessControlEntryPrincipalType.group) for this entry
        permission - Permission for this entry
    • Method Detail

      • getName

        public java.lang.String getName()
        Deprecated. 
        Returns the principal name for this entry, which may be a user or a group.
        Returns:
        principalName The user or group to which this entry refers.
      • getType

        public AccessControlEntryPrincipalType getType()
        Deprecated. 
        Describes whether the getName() method describes a user or an operating system group.
        Returns:
        principalType The principal type (AccessControlEntryPrincipalType.user or AccessControlEntryPrincipalType.group) for this entry.
      • getPermission

        public AccessControlEntryPermission getPermission()
        Deprecated. 
        Describes the action that has been granted by this access control entry.
        Returns:
        permission The permission for this entry.
      • toString

        public java.lang.String toString()
        Deprecated. 
        Returns a string representation of the AccessControlEntry.
        Overrides:
        toString in class java.lang.Object
        Returns:
        String