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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/interaction/
H A DInteractionConfig.java25 * $Id: InteractionConfig.java,v 1.5 2008/08/06 17:28:10 exu Exp $
46 class InteractionConfig { class
122 private static InteractionConfig interactionConfig = null;
153 synchronized static InteractionConfig getInstance() {
160 debug.message("InteractionConfig.getInstance():"
167 debug.message("InteractionConfig.getInstance():"
170 + " federation library InteractionConfig");
172 interactionConfig = new InteractionConfig();
175 interactionConfig = (InteractionConfig)Class.forName(
179 debug.error("InteractionConfig
213 protected InteractionConfig() { method in class:InteractionConfig
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/interaction/
H A DInteractionConfig.java25 * $Id: InteractionConfig.java,v 1.5 2008/08/06 17:28:10 exu Exp $
46 class InteractionConfig { class
122 private static InteractionConfig interactionConfig = null;
153 synchronized static InteractionConfig getInstance() {
160 debug.message("InteractionConfig.getInstance():"
167 debug.message("InteractionConfig.getInstance():"
170 + " federation library InteractionConfig");
172 interactionConfig = new InteractionConfig();
175 interactionConfig = (InteractionConfig)Class.forName(
179 debug.error("InteractionConfig
213 protected InteractionConfig() { method in class:InteractionConfig
[all...]

Completed in 41 milliseconds