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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/saml2/impl/
H A DXACMLAuthzDecisionStatementImpl.java25 * $Id: XACMLAuthzDecisionStatementImpl.java,v 1.4 2008/11/10 22:57:06 veiming Exp $
84 public class XACMLAuthzDecisionStatementImpl class in inherits:XACMLAuthzDecisionStatement
94 public XACMLAuthzDecisionStatementImpl() { method in class:XACMLAuthzDecisionStatementImpl
98 * Constructs an <code>XACMLAuthzDecisionStatementImpl</code> object
102 * <code>XACMLAuthzDecisionStatementImpl</code> object
106 public XACMLAuthzDecisionStatementImpl(String xml) method in class:XACMLAuthzDecisionStatementImpl
122 * Constructs an <code>XACMLAuthzDecisionStatementImpl</code> object
126 * <code>XACMLAuthzDecisionStatementImpl</code>
131 public XACMLAuthzDecisionStatementImpl(org.w3c.dom.Element element) method in class:XACMLAuthzDecisionStatementImpl
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/saml2/impl/
H A DXACMLAuthzDecisionStatementImpl.java25 * $Id: XACMLAuthzDecisionStatementImpl.java,v 1.4 2008/11/10 22:57:06 veiming Exp $
84 public class XACMLAuthzDecisionStatementImpl class in inherits:XACMLAuthzDecisionStatement
94 public XACMLAuthzDecisionStatementImpl() { method in class:XACMLAuthzDecisionStatementImpl
98 * Constructs an <code>XACMLAuthzDecisionStatementImpl</code> object
102 * <code>XACMLAuthzDecisionStatementImpl</code> object
106 public XACMLAuthzDecisionStatementImpl(String xml) method in class:XACMLAuthzDecisionStatementImpl
122 * Constructs an <code>XACMLAuthzDecisionStatementImpl</code> object
126 * <code>XACMLAuthzDecisionStatementImpl</code>
131 public XACMLAuthzDecisionStatementImpl(org.w3c.dom.Element element) method in class:XACMLAuthzDecisionStatementImpl
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/
H A DContextFactory.java54 import com.sun.identity.xacml.saml2.impl.XACMLAuthzDecisionStatementImpl;
510 return new XACMLAuthzDecisionStatementImpl();
532 return new XACMLAuthzDecisionStatementImpl(elem);
553 return new XACMLAuthzDecisionStatementImpl(xml);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/
H A DContextFactory.java54 import com.sun.identity.xacml.saml2.impl.XACMLAuthzDecisionStatementImpl;
510 return new XACMLAuthzDecisionStatementImpl();
532 return new XACMLAuthzDecisionStatementImpl(elem);
553 return new XACMLAuthzDecisionStatementImpl(xml);

Completed in 47 milliseconds