Searched refs:theRealm (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAMAuthCallBackImpl.java118 private String theRealm = null; field in class:AMAuthCallBackImpl
131 this.theRealm = aRealm;
136 " Realm = " + theRealm);
147 "for the realm : " + theRealm, npe);
190 eventParams.put(AMAuthCallBack.REALM_KEY, theRealm);
209 eventParams.put(AMAuthCallBack.REALM_KEY, theRealm);
270 // the realm (theRealm)...
271 ServiceConfig sc = scm.getOrganizationConfig(theRealm, null);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAMAuthCallBackImpl.java118 private String theRealm = null; field in class:AMAuthCallBackImpl
131 this.theRealm = aRealm;
136 " Realm = " + theRealm);
147 "for the realm : " + theRealm, npe);
190 eventParams.put(AMAuthCallBack.REALM_KEY, theRealm);
209 eventParams.put(AMAuthCallBack.REALM_KEY, theRealm);
270 // the realm (theRealm)...
271 ServiceConfig sc = scm.getOrganizationConfig(theRealm, null);
/forgerock/openam-v13/openam-test/src/test/java/com/sun/identity/log/
H A DAMLogTest.java87 private String theRealm = null; field in class:AMLogTest
131 theRealm = realm;
147 Object[] params = {theRealm, logLoc, logFName};
/forgerock/openam/openam-test/src/test/java/com/sun/identity/log/
H A DAMLogTest.java87 private String theRealm = null; field in class:AMLogTest
131 theRealm = realm;
147 Object[] params = {theRealm, logLoc, logFName};

Completed in 38 milliseconds