A B C D E F G H I L M N O P Q R S T U V W

A

AccessControlEntry - Class in com.ibm.broker.config.proxy
A small data structure consisting of a user name or group, and a permission granted to it.
AccessControlEntry(String, AccessControlEntryPrincipalType, AccessControlEntryPermission) - Constructor for class com.ibm.broker.config.proxy.AccessControlEntry
Creates a new AccessControlEntry instance.
AccessControlEntryPermission - Class in com.ibm.broker.config.proxy
Defines a set of abilities over which security can be applied.
AccessControlEntryPrincipalType - Class in com.ibm.broker.config.proxy
Defines a set of principal types over which security can be applied.
ACL_ADD_PROPERTY - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
For 'modify' requests this property is a list of access control entries to add to the object that is being manipulated.
ACL_PERMISSION_DEPLOY - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
When applied in the permission field of an AdministeredObject's ACL property, this value states that the principal being described has been granted deploy access to the object.
ACL_PERMISSION_EDIT - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
When applied in the permission field of an AdministeredObject's ACL property, this value states that the principal being described has been granted edit access to the object.
ACL_PERMISSION_FULLCONTROL - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
When applied in the permission field of an AdministeredObject's ACL property, this value states that the principal being described has been granted full control over the object.
ACL_PERMISSION_VIEW - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
When applied in the permission field of an AdministeredObject's ACL property, this value states that the principal being described has been granted view access to the object.
ACL_PRINCIPALTYPE_GROUP - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
When applied in the principal type field of an AdministeredObject's ACL property, this value states that the principal being described is an operating system group.
ACL_PRINCIPALTYPE_USER - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
When applied in the principal type field of an AdministeredObject's ACL property, this value states that the principal being described is a user name.
ACL_PROPERTY - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
As an AdministeredObject's attribute key name, the value of this property describes the access control list for the object.
ACL_REMOVE_PROPERTY - Static variable in interface com.ibm.broker.config.proxy.AttributeConstants
For 'modify' requests this property is a list of access control entries to remove from from the object that is being manipulated.
actionresponse - Static variable in class com.ibm.broker.config.proxy.OperationType
This OperationType is used internally by the Configuration Manager Proxy and is not required by user applications.
addAccessControlEntries(AccessControlEntry[]) - Method in class com.ibm.broker.config.proxy.BrokerProxy
Adds this list to the list of access control entries that applies to this object.
addAccessControlEntries(AccessControlEntry[]) - Method in class com.ibm.broker.config.proxy.ConfigManagerProxy
Adds this list to the list of access control entries that applies to this object.
addAccessControlEntries(AccessControlEntry[]) - Method in class com.ibm.broker.config.proxy.ExecutionGroupProxy
Adds this list to the list of access control entries that applies to this object.
addAccessControlEntries(AccessControlEntry[]) - Method in class com.ibm.broker.config.proxy.SubscriptionsProxy
Adds this list to the list of access control entries that applies to this object.
addAccessControlEntries(AccessControlEntry[]) - Method in class com.ibm.broker.config.proxy.TopicRootProxy
Adds this list to the list of access control entries that applies to this object.
addAccessControlEntries(AccessControlEntry[]) - Method in class com.ibm.broker.config.proxy.TopologyProxy
Adds this list to the list of access control entries that applies to this object.
addBrokers(String[]) - Method in class com.ibm.broker.config.proxy.CollectiveProxy
Adds an array of broker UUIDs to this collective's list of members and sends the results to the Configuration Manager.
addDefaultPolicy(TopicProxy.Policy) - Method in class com.ibm.broker.config.proxy.TopicProxy
Adds the default Topic Policy.
addDefaultPolicy(TopicProxy.Policy) - Method in class com.ibm.broker.config.proxy.TopicRootProxy
Does nothing when applied to the topic root.
addPolicies(TopicProxy.Policy[]) - Method in class com.ibm.broker.config.proxy.TopicProxy
Adds an array of policies to this topic's list of policies and sends the results to the Configuration Manager.
AdministeredObject - Class in com.ibm.broker.config.proxy
This is the abstract superclass from which most domain object representations inherit.
AdministeredObjectListener - Interface in com.ibm.broker.config.proxy
Classes that implement this interface are stating that they can receive notifications from the Configuration Manager Proxy.
adoptBroker(String, String, String) - Method in class com.ibm.broker.config.proxy.TopologyProxy
Asks the Configuration Manager to attempt to take ownership of a running broker that is currently assigned to either a different Configuration Manager or a Configuration Manager that is no longer accessible.
AdvancedAdministeredObjectListener - Interface in com.ibm.broker.config.proxy
User-written classes that extend this class are stating that they can receive notifications from the Configuration Manager Proxy that contain more information than is provided by the basic AdministeredObjectListener interface.
all - Static variable in class com.ibm.broker.config.proxy.ConfigurationObjectType
Represents all configuration object types
AttributeConstants - Interface in com.ibm.broker.config.proxy
This is a common set of strings used by the Configuration Manager Proxy to describe attributes of objects in the Configuration Manager's domain.

A B C D E F G H I L M N O P Q R S T U V W