Administer protected object policy objects

POP objects are administered in a similar way to ACL policies. We can create and configure a POP, and then attach the POP to objects in the protected object space.

Table 1 lists the methods for administering protected object policy objects.

Method Description
PDPop.createPop Create a POP object with the default values.
PDPop.deletePop Delete the specified POP.
PDPop object.getDescription Returns the description of the specified POP.
PDPop object.getId Returns the name of the specified POP.
PDProtObject.listProtObjectsByPop Find all protected objects that have the specified POP attached.
PDPop constructor
PDProtObject object.getPop
Returns the specified POP object.
PDPop.listPops List all POP objects.

For detailed reference information about these methods, see the Javadoc HTML documentation.

Parent topic: Administer protected object policies