12345678910111213141516171819202122232425262728293031 |
- # Licensed Materials - Property of IBM
- #
- # IBM Cognos Products: CAMAAA
- #
- # (C) Copyright IBM Corp. 2005, 2012
- #
- # US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with
- # IBM Corp.
- ################################################################
- # Registration of authentication listeners for all namespaces. #
- #################################################################
- #authentication.listener.1=<your java class>
- #authentication.listener.2=<your java class>
- #authentication.listener.3=<your java class>
- ################################################################
- # Registration of namespace specific authentication listeners. #
- ################################################################
- #authentication.listener.namespace.<namespaceID>.1=<your java class>
- #authentication.listener.namespace.<namespaceID>.2=<your java class>
- #authentication.listener.namespace.<namespaceID>.3=<your java class>
- #############################
- # Custom Provider Debugging #
- #############################
- #trace.output=<filename>
- #trace.debug=true
- #trace.debug.exception=true
- #trace.debug.API=true
- #trace.debug.logic=true
|