com.ibm.broker.config.proxy

Class AccessControlEntryPrincipalType

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

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

    public final class AccessControlEntryPrincipalType
    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

      • user

        public static final AccessControlEntryPrincipalType user
        Deprecated. 
        States that the name component of the access control entry to which this principal type is related is a user.
      • group

        public static final AccessControlEntryPrincipalType group
        Deprecated. 
        States that the name component of the access control entry to which this principal type is related is an operating system group.
    • Method Detail

      • toString

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

        public static final AccessControlEntryPrincipalType getAccessControlEntryPrincipalType(java.lang.String principalString)
        Deprecated. 
        Get an AccessControlEntryPrincipalType object from a textual representation. The constants are defined in the AttributeConstants interface.
        Parameters:
        principalString - String representation of a principal type as returned by AccessControlEntryPrincipalType.toString().
        Returns:
        AccessControlEntryPrincipalType constant which corresponds to the string passed in or null, if no such principal type exists.