Sun Java System Access Manager 7.1 Developer's Guide

ProcedureTo Instantiate a PolicyEvaluator

This entails defining a policy XML to model log access and registering it with Access Manager.

  1. Implement the com.sun.identity.log.spi.IAuthorizer interface with the desired functionality.

  2. Add the implementing class in the classpath of Access Manager.

  3. Modify the property iplanet-am-logging-authz-class in the /etc/opt/SUNWam/config/xml/amLogging.xml file with the name of the new class.