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

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMCommonNameGenerator.java25 * $Id: AMCommonNameGenerator.java,v 1.4 2008/11/08 08:20:41 veiming Exp $
57 * <code>AMCommonNameGenerator</code> is a singleton class that generates
60 public class AMCommonNameGenerator class in inherits:AMAdminConstants,ServiceListener
69 private static AMCommonNameGenerator instance
70 = new AMCommonNameGenerator();
79 private AMCommonNameGenerator() { method in class:AMCommonNameGenerator
92 debug.error("AMCommonNameGenerator.initManager", smse);
94 debug.error("AMCommonNameGenerator.initManager", ssoe);
103 public static AMCommonNameGenerator getInstance() {
196 debug.warning("AMCommonNameGenerator
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMCommonNameGenerator.java25 * $Id: AMCommonNameGenerator.java,v 1.4 2008/11/08 08:20:41 veiming Exp $
57 * <code>AMCommonNameGenerator</code> is a singleton class that generates
60 public class AMCommonNameGenerator class in inherits:AMAdminConstants,ServiceListener
69 private static AMCommonNameGenerator instance
70 = new AMCommonNameGenerator();
79 private AMCommonNameGenerator() { method in class:AMCommonNameGenerator
92 debug.error("AMCommonNameGenerator.initManager", smse);
94 debug.error("AMCommonNameGenerator.initManager", ssoe);
103 public static AMCommonNameGenerator getInstance() {
196 debug.warning("AMCommonNameGenerator
[all...]

Completed in 36 milliseconds