Searched refs:DelegationInterface (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam/openam-core/src/main/java/com/sun/identity/delegation/
H A DDelegationManager.java43 import com.sun.identity.delegation.interfaces.DelegationInterface;
68 static final String DELEGATION_PLUGIN_INTERFACE = "DelegationInterface";
82 private volatile static DelegationInterface pluginInstance = null;
369 * Gets an instance of <code>DelegationInterface</code>
372 static DelegationInterface getDelegationPlugin()
382 * Loads the default implementation of DelegationInterface
384 synchronized static DelegationInterface loadDelegationPlugin()
430 DelegationInterface instance =
431 (DelegationInterface) Class.forName(className).newInstance();
H A DDelegationEvaluatorImpl.java46 import com.sun.identity.delegation.interfaces.DelegationInterface;
94 private DelegationInterface pluginInstance = null;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/delegation/interfaces/
H A DDelegationInterface.java25 * $Id: DelegationInterface.java,v 1.5 2008/06/25 05:43:25 qcheng Exp $
41 * The interface <code>DelegationInterface</code> defines an interface for
46 public interface DelegationInterface { interface
49 * Initialize (or configure) the <code>DelegationInterface</code> object.
62 * of <code>DelegationInterface</code> instance
/forgerock/openam/openam-core/src/main/java/com/sun/identity/delegation/interfaces/
H A DDelegationInterface.java25 * $Id: DelegationInterface.java,v 1.5 2008/06/25 05:43:25 qcheng Exp $
41 * The interface <code>DelegationInterface</code> defines an interface for
46 public interface DelegationInterface { interface
49 * Initialize (or configure) the <code>DelegationInterface</code> object.
62 * of <code>DelegationInterface</code> instance
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/delegation/
H A DDelegationManager.java46 import com.sun.identity.delegation.interfaces.DelegationInterface;
71 static final String DELEGATION_PLUGIN_INTERFACE = "DelegationInterface";
85 private static DelegationInterface pluginInstance = null;
372 * Gets an instance of <code>DelegationInterface</code>
375 static DelegationInterface getDelegationPlugin()
385 * Loads the default implementation of DelegationInterface
387 synchronized static DelegationInterface loadDelegationPlugin()
433 pluginInstance = (DelegationInterface) Class.forName(
H A DDelegationEvaluatorImpl.java35 import com.sun.identity.delegation.interfaces.DelegationInterface;
91 private DelegationInterface pluginInstance = null;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/delegation/plugins/
H A DDelegationPolicyImpl.java58 import com.sun.identity.delegation.interfaces.DelegationInterface;
86 * <code>DelegationInterface</code> using OpenAM Policy
91 public class DelegationPolicyImpl implements DelegationInterface, ServiceListener, IdEventListener, PolicyListener {
138 * Initialize (or configure) the <code>DelegationInterface</code>
148 * initialization of <code>DelegationInterface</code> instance
/forgerock/openam/openam-core/src/main/java/com/sun/identity/delegation/plugins/
H A DDelegationPolicyImpl.java47 import com.sun.identity.delegation.interfaces.DelegationInterface;
88 * <code>DelegationInterface</code> using OpenAM Policy
93 public class DelegationPolicyImpl implements DelegationInterface, ServiceListener, IdEventListener, PolicyListener {
141 * Initialize (or configure) the <code>DelegationInterface</code>
151 * initialization of <code>DelegationInterface</code> instance

Completed in 41 milliseconds