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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAMAuthCallBackImpl.java125 * @param aRealm name of realm
128 private AMAuthCallBackImpl(String aRealm) throws AMAuthCallBackException { argument
131 this.theRealm = aRealm;
160 * @param aRealm the name of the realm for which to get the callbacks
165 public static final AMAuthCallBackImpl getInstance(String aRealm) argument
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.java125 * @param aRealm name of realm
128 private AMAuthCallBackImpl(String aRealm) throws AMAuthCallBackException { argument
131 this.theRealm = aRealm;
160 * @param aRealm the name of the realm for which to get the callbacks
165 public static final AMAuthCallBackImpl getInstance(String aRealm) argument
171 if (theCallBackInst.get(aRealm) == null) {
172 theCallBackInst.put(aRealm, new AMAuthCallBackImpl(aRealm));
175 return (AMAuthCallBackImpl) theCallBackInst.get(aRealm);

Completed in 26 milliseconds