Searched refs:FSAttributePlugin (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAttributePlugin.java25 * $Id: FSAttributePlugin.java,v 1.3 2008/06/25 05:46:52 qcheng Exp $
36 * The interface <code>FSAttributePlugin</code> is a plugin for adding the
45 public interface FSAttributePlugin { interface
H A DFSDefaultAttributePlugin.java58 * attribute plugin implementation of <code>FSAttributePlugin</code>
64 public class FSDefaultAttributePlugin implements FSAttributePlugin {
H A DFSAssertionManager.java775 } else if (pluginClass instanceof FSAttributePlugin) {
776 FSAttributePlugin attributePlugin =
777 (FSAttributePlugin)pluginClass;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAttributePlugin.java25 * $Id: FSAttributePlugin.java,v 1.3 2008/06/25 05:46:52 qcheng Exp $
36 * The interface <code>FSAttributePlugin</code> is a plugin for adding the
45 public interface FSAttributePlugin { interface
H A DFSDefaultAttributePlugin.java58 * attribute plugin implementation of <code>FSAttributePlugin</code>
64 public class FSDefaultAttributePlugin implements FSAttributePlugin {
H A DFSAssertionManager.java778 } else if (pluginClass instanceof FSAttributePlugin) {
779 FSAttributePlugin attributePlugin =
780 (FSAttributePlugin)pluginClass;

Completed in 35 milliseconds