Searched refs:FSRealmAttributePlugin (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 DFSRealmAttributePlugin.java25 * $Id: FSRealmAttributePlugin.java,v 1.2 2008/06/25 05:46:55 qcheng Exp $
36 * The interface <code>FSRealmAttributePlugin</code> is a plugin for adding the
43 public interface FSRealmAttributePlugin { interface
H A DFSDefaultRealmAttributePlugin.java58 * attribute plugin implementation of <code>FSRealmAttributePlugin</code>
64 public class FSDefaultRealmAttributePlugin implements FSRealmAttributePlugin {
H A DFSAssertionManager.java769 if (pluginClass instanceof FSRealmAttributePlugin) {
770 FSRealmAttributePlugin attributePlugin =
771 (FSRealmAttributePlugin)pluginClass;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSRealmAttributePlugin.java25 * $Id: FSRealmAttributePlugin.java,v 1.2 2008/06/25 05:46:55 qcheng Exp $
36 * The interface <code>FSRealmAttributePlugin</code> is a plugin for adding the
43 public interface FSRealmAttributePlugin { interface
H A DFSDefaultRealmAttributePlugin.java58 * attribute plugin implementation of <code>FSRealmAttributePlugin</code>
64 public class FSDefaultRealmAttributePlugin implements FSRealmAttributePlugin {
H A DFSAssertionManager.java772 if (pluginClass instanceof FSRealmAttributePlugin) {
773 FSRealmAttributePlugin attributePlugin =
774 (FSRealmAttributePlugin)pluginClass;

Completed in 26 milliseconds