Uses of Class
com.ibm.broker.config.proxy.AccessControlEntryPrincipalType

Uses of AccessControlEntryPrincipalType in com.ibm.broker.config.proxy
 

Fields in com.ibm.broker.config.proxy declared as AccessControlEntryPrincipalType
static AccessControlEntryPrincipalType AccessControlEntryPrincipalType.group
          States that the name component of the access control entry to which this principal type is related is an operating system group.
static AccessControlEntryPrincipalType AccessControlEntryPrincipalType.user
          States that the name component of the access control entry to which this principal type is related is a user.
 

Methods in com.ibm.broker.config.proxy that return AccessControlEntryPrincipalType
static AccessControlEntryPrincipalType AccessControlEntryPrincipalType.getAccessControlEntryPrincipalType(java.lang.String principalString)
          Get an AccessControlEntryPrincipalType object from a textual representation.
 AccessControlEntryPrincipalType AccessControlEntry.getType()
          Describes whether the getName() method describes a user or an operating system group.
 

Constructors in com.ibm.broker.config.proxy with parameters of type AccessControlEntryPrincipalType
AccessControlEntry(java.lang.String principalName, AccessControlEntryPrincipalType principalType, AccessControlEntryPermission permission)
          Creates a new AccessControlEntry instance.