Enable debugging for Java Agent API SDK
search cancel

Enable debugging for Java Agent API SDK

book

Article ID: 50925

calendar_today

Updated On:

Products

CA Single Sign On Secure Proxy Server (SiteMinder) CA Single Sign On SOA Security Manager (SiteMinder) CA Single Sign-On

Issue/Introduction

Description:

This document describes how to enable additional debugging for the Java Agent API SDK.

Solution:

Additional debug messages can be enabled for the pure java agent api by adding the below parameter to the JVM.

com.ca.siteminder.sdk.agentapi.enableDebug=true

Example:

java -Dcom.ca.siteminder.sdk.agentapi.enableDebug=true myClass

This parameter does not apply to the agent API that uses JNI.

TEC477497 details switching from JNI to Pure Java agent API.

Environment

Release:
Component: SMSDK