IP*Works! Auth V9 - Online Help
IP*Works! Auth V9
Questions / Feedback?

PITrail Event

Traces the messages sent to the server, and the respective replies.

Syntax

public void firePITrail(KerberosPITrailEvent event);

public class KerberosPITrailEvent {
  public int direction;
  public String message;
}

Remarks

The PITrail event is useful for debugging purposes. It shows all the interaction between the client and the server. To include the raw packets set LogKerberosPackets to True.

The Message parameter contains the full text of the message. The Direction parameter shows the originator of the message:

0 (Client)The Message originates from the client.
1 (Server)The Message originates from the server.
2 (Info)The Message is an informative message originating from the client software (the bean code).

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 9.0.6240.0