Searched refs:XACMLAuthzDecisionQueryImpl (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 DXACMLAuthzDecisionQueryImpl.java25 * $Id: XACMLAuthzDecisionQueryImpl.java,v 1.4 2008/06/25 05:48:15 qcheng Exp $
52 * The <code>XACMLAuthzDecisionQueryImpl</code> is an impelmentation
101 public class XACMLAuthzDecisionQueryImpl extends RequestAbstractImpl class in inherits:RequestAbstractImpl,XACMLAuthzDecisionQuery
115 public XACMLAuthzDecisionQueryImpl() { method in class:XACMLAuthzDecisionQueryImpl
128 public XACMLAuthzDecisionQueryImpl(Element element) throws SAML2Exception { method in class:XACMLAuthzDecisionQueryImpl
143 public XACMLAuthzDecisionQueryImpl(String xml) throws SAML2Exception { method in class:XACMLAuthzDecisionQueryImpl
154 "XACMLAuthzDecisionQueryImpl.processElement(): invalid XML "
375 "XACMLAuthzDecisionQueryImpl.processElement(): "
385 "XACMLAuthzDecisionQueryImpl.processElement(): "
541 "XACMLAuthzDecisionQueryImpl
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/saml2/impl/
H A DXACMLAuthzDecisionQueryImpl.java25 * $Id: XACMLAuthzDecisionQueryImpl.java,v 1.4 2008/06/25 05:48:15 qcheng Exp $
52 * The <code>XACMLAuthzDecisionQueryImpl</code> is an impelmentation
101 public class XACMLAuthzDecisionQueryImpl extends RequestAbstractImpl class in inherits:RequestAbstractImpl,XACMLAuthzDecisionQuery
115 public XACMLAuthzDecisionQueryImpl() { method in class:XACMLAuthzDecisionQueryImpl
128 public XACMLAuthzDecisionQueryImpl(Element element) throws SAML2Exception { method in class:XACMLAuthzDecisionQueryImpl
143 public XACMLAuthzDecisionQueryImpl(String xml) throws SAML2Exception { method in class:XACMLAuthzDecisionQueryImpl
154 "XACMLAuthzDecisionQueryImpl.processElement(): invalid XML "
375 "XACMLAuthzDecisionQueryImpl.processElement(): "
385 "XACMLAuthzDecisionQueryImpl.processElement(): "
541 "XACMLAuthzDecisionQueryImpl
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/
H A DContextFactory.java52 import com.sun.identity.xacml.saml2.impl.XACMLAuthzDecisionQueryImpl;
444 return new XACMLAuthzDecisionQueryImpl();
469 return new XACMLAuthzDecisionQueryImpl(elem);
493 return new XACMLAuthzDecisionQueryImpl(xml);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/
H A DContextFactory.java52 import com.sun.identity.xacml.saml2.impl.XACMLAuthzDecisionQueryImpl;
444 return new XACMLAuthzDecisionQueryImpl();
469 return new XACMLAuthzDecisionQueryImpl(elem);
493 return new XACMLAuthzDecisionQueryImpl(xml);

Completed in 34 milliseconds