PeopleTools and Lifecycle Management - PSFT (MOSC)

MOSC Banner

Creating an instance of the KerberosSSOValidator in PeopleCode

edited May 24, 2017 3:17PM in PeopleTools and Lifecycle Management - PSFT (MOSC) 2 commentsAnswered

How do I load the KerberosSSOValidator class in peoplecode? Everytime I try the supplied code from your Kerberos post, the peoplecode stops executing as soon as I call getInstance().

&validator = GetJavaClass("com.peoplesoft.pt.desktopsso.kerberos.KerberosSSOValidator").getInstance();

I've also tried:

&validator = GetJavaClass("com.peoplesoft.pt.desktopsso.kerberos.KerberosSSOValidator");

If &traceFile.Isopen Then

     &traceFile.Writeline("Validator:");

     &traceFile.Writeline(&validator);

End-If;

           

&validator = &validator.getInstance();

If &traceFile.Isopen Then

     &traceFile.Writeline("Test");

End-If;

I get past the first trace statement but don't get the second one.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center