Searched refs:theCallBackInst (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAMAuthCallBackImpl.java104 private static Map theCallBackInst = new HashMap(); field in class:AMAuthCallBackImpl
170 synchronized (theCallBackInst) {
171 if (theCallBackInst.get(aRealm) == null) {
172 theCallBackInst.put(aRealm, new AMAuthCallBackImpl(aRealm));
175 return (AMAuthCallBackImpl) theCallBackInst.get(aRealm);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAMAuthCallBackImpl.java104 private static Map theCallBackInst = new HashMap(); field in class:AMAuthCallBackImpl
170 synchronized (theCallBackInst) {
171 if (theCallBackInst.get(aRealm) == null) {
172 theCallBackInst.put(aRealm, new AMAuthCallBackImpl(aRealm));
175 return (AMAuthCallBackImpl) theCallBackInst.get(aRealm);

Completed in 30 milliseconds