Searched refs:ActionImpl (Results 1 - 10 of 10) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DActionImpl.java25 * $Id: ActionImpl.java,v 1.2 2008/06/25 05:47:42 qcheng Exp $
60 public class ActionImpl implements Action { class in inherits:Action
72 SAML2SDKUtils.debug.message("ActionImpl.parseElement:"+
81 SAML2SDKUtils.debug.message("ActionImpl.parseElement: not Action.");
96 SAML2SDKUtils.debug.message("ActionImpl.parseElement: "+
111 SAML2SDKUtils.debug.message("ActionImpl.parseElement: "
123 SAML2SDKUtils.debug.message("ActionImpl.parseElement: "+
137 public ActionImpl() { method in class:ActionImpl
144 public ActionImpl(org.w3c.dom.Element element) method in class:ActionImpl
153 public ActionImpl(Strin method in class:ActionImpl
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/impl/
H A DActionImpl.java25 * $Id: ActionImpl.java,v 1.3 2008/06/25 05:48:12 qcheng Exp $
64 public class ActionImpl implements Action { class in inherits:Action
70 /** Creates a new instance of ActionImpl */
71 public ActionImpl() { method in class:ActionImpl
83 public ActionImpl(String xml) throws XACMLException { method in class:ActionImpl
91 "ActionImpl.processElement(): invalid XML input");
106 public ActionImpl(Element element) throws XACMLException { method in class:ActionImpl
114 "ActionImpl.processElement(): invalid root element");
122 "ActionImpl.processElement(): local name missing");
130 "ActionImpl
[all...]
H A DRequestImpl.java42 import com.sun.identity.xacml.context.impl.ActionImpl;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DActionImpl.java25 * $Id: ActionImpl.java,v 1.2 2008/06/25 05:47:42 qcheng Exp $
60 public class ActionImpl implements Action { class in inherits:Action
72 SAML2SDKUtils.debug.message("ActionImpl.parseElement:"+
81 SAML2SDKUtils.debug.message("ActionImpl.parseElement: not Action.");
96 SAML2SDKUtils.debug.message("ActionImpl.parseElement: "+
111 SAML2SDKUtils.debug.message("ActionImpl.parseElement: "
123 SAML2SDKUtils.debug.message("ActionImpl.parseElement: "+
137 public ActionImpl() { method in class:ActionImpl
144 public ActionImpl(org.w3c.dom.Element element) method in class:ActionImpl
153 public ActionImpl(Strin method in class:ActionImpl
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/impl/
H A DActionImpl.java25 * $Id: ActionImpl.java,v 1.3 2008/06/25 05:48:12 qcheng Exp $
64 public class ActionImpl implements Action { class in inherits:Action
70 /** Creates a new instance of ActionImpl */
71 public ActionImpl() { method in class:ActionImpl
83 public ActionImpl(String xml) throws XACMLException { method in class:ActionImpl
91 "ActionImpl.processElement(): invalid XML input");
106 public ActionImpl(Element element) throws XACMLException { method in class:ActionImpl
114 "ActionImpl.processElement(): invalid root element");
122 "ActionImpl.processElement(): local name missing");
130 "ActionImpl
[all...]
H A DRequestImpl.java42 import com.sun.identity.xacml.context.impl.ActionImpl;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/
H A DContextFactory.java37 import com.sun.identity.xacml.context.impl.ActionImpl;
265 return new ActionImpl();
286 return new ActionImpl(elem);
307 return new ActionImpl(xml);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/
H A DContextFactory.java37 import com.sun.identity.xacml.context.impl.ActionImpl;
265 return new ActionImpl();
286 return new ActionImpl(elem);
307 return new ActionImpl(xml);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/
H A DAssertionFactory.java33 import com.sun.identity.saml2.assertion.impl.ActionImpl;
1053 return new ActionImpl();
1075 return new ActionImpl(elem);
1096 return new ActionImpl(xml);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/
H A DAssertionFactory.java33 import com.sun.identity.saml2.assertion.impl.ActionImpl;
1053 return new ActionImpl();
1075 return new ActionImpl(elem);
1096 return new ActionImpl(xml);

Completed in 42 milliseconds