Searched refs:SecurityAttributePlugin (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/security/
H A DSecurityAttributePlugin.java25 * $Id: SecurityAttributePlugin.java,v 1.2 2008/06/25 05:47:21 qcheng Exp $
36 * This interface <code>SecurityAttributePlugin</code> is used to
43 public interface SecurityAttributePlugin { interface
H A DLibSecurityTokenProvider.java111 protected static SecurityAttributePlugin attributePlugin = null;
879 private static SecurityAttributePlugin getAttributePlugin() {
892 (SecurityAttributePlugin)pluginClass.newInstance();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/security/
H A DSecurityAttributePlugin.java25 * $Id: SecurityAttributePlugin.java,v 1.2 2008/06/25 05:47:21 qcheng Exp $
36 * This interface <code>SecurityAttributePlugin</code> is used to
43 public interface SecurityAttributePlugin { interface
H A DLibSecurityTokenProvider.java114 protected static SecurityAttributePlugin attributePlugin = null;
882 private static SecurityAttributePlugin getAttributePlugin() {
895 (SecurityAttributePlugin)pluginClass.newInstance();

Completed in 22 milliseconds