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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthD.java25 * $Id: AuthD.java,v 1.23 2009/11/25 12:02:02 manish_rustagi Exp $
100 public class AuthD implements ConfigurationListener { class in inherits:ConfigurationListener
118 private static AuthD INSTANCE;
120 static AuthD getInstance() {
122 INSTANCE = new AuthD();
238 private AuthD() { method in class:AuthD
239 debug.message("AuthD initializing");
260 debug.error("AuthD init()", ex);
261 throw new IllegalStateException("Unable to initialize AuthD", ex);
440 debug.message("AuthD
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthD.java25 * $Id: AuthD.java,v 1.23 2009/11/25 12:02:02 manish_rustagi Exp $
103 public class AuthD implements ConfigurationListener { class in inherits:ConfigurationListener
121 private static AuthD INSTANCE;
123 static AuthD getInstance() {
125 INSTANCE = new AuthD();
220 private AuthD() { method in class:AuthD
221 debug.message("AuthD initializing");
226 debug.error("AuthD failed to get auth session");
245 debug.error("AuthD init()", ex);
246 throw new IllegalStateException("Unable to initialize AuthD", e
[all...]

Completed in 30 milliseconds