Searched defs:logw (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/OpenFM/src/main/integrations/siteminder/source/com/sun/identity/authentication/siteminder/
H A DFAMAuthScheme.java68 PrintStream logw = null; field in class:FAMAuthScheme
124 logw = new PrintStream(new FileOutputStream("/tmp/FMAuth"));
125 logw.println("RYA:init");
171 logw.println("RYA:authenticate() start reason="+challengeReason);
175 logw.println("RYA:authenticate() 1111");
191 logw.println("UserContext is...");
192 logw.println(" isUC="+theUserContext.isUserContext());
193 logw.println(" username="+theUserContext.getUserName());
195 logw.println(" userpath="+theUserContext.getUserPath());
196 logw
[all...]
/forgerock/openam/openam-federation/OpenFM/src/main/integrations/siteminder/source/com/sun/identity/authentication/siteminder/
H A DFAMAuthScheme.java68 PrintStream logw = null; field in class:FAMAuthScheme
124 logw = new PrintStream(new FileOutputStream("/tmp/FMAuth"));
125 logw.println("RYA:init");
171 logw.println("RYA:authenticate() start reason="+challengeReason);
175 logw.println("RYA:authenticate() 1111");
191 logw.println("UserContext is...");
192 logw.println(" isUC="+theUserContext.isUserContext());
193 logw.println(" username="+theUserContext.getUserName());
195 logw.println(" userpath="+theUserContext.getUserPath());
196 logw
[all...]

Completed in 21 milliseconds