Searched refs:XACMLAuthzDecisionQuery (Results 1 - 12 of 12) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/saml2/
H A DXACMLAuthzDecisionQuery.java25 * $Id: XACMLAuthzDecisionQuery.java,v 1.3 2008/06/25 05:48:14 qcheng Exp $
37 * The <code>XACMLAuthzDecisionQuery</code> element is a SAML Query that
46 *&lt;xs:element name="XACMLAuthzDecisionQuery"
85 public interface XACMLAuthzDecisionQuery extends RequestAbstract { interface in inherits:RequestAbstract
93 * XACMLAuthzDecisionQuery</code>; no external attributes have been
96 * XACMLAuthzDecisionQuery</code>.
108 * XACMLAuthzDecisionQuery</code>; no external attributes may be
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/saml2/
H A DXACMLAuthzDecisionQuery.java25 * $Id: XACMLAuthzDecisionQuery.java,v 1.3 2008/06/25 05:48:14 qcheng Exp $
37 * The <code>XACMLAuthzDecisionQuery</code> element is a SAML Query that
46 *&lt;xs:element name="XACMLAuthzDecisionQuery"
85 public interface XACMLAuthzDecisionQuery extends RequestAbstract { interface in inherits:RequestAbstract
93 * XACMLAuthzDecisionQuery</code>; no external attributes have been
96 * XACMLAuthzDecisionQuery</code>.
108 * XACMLAuthzDecisionQuery</code>; no external attributes may be
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/client/
H A DXACMLRequestProcessor.java49 import com.sun.identity.xacml.saml2.XACMLAuthzDecisionQuery;
105 XACMLAuthzDecisionQuery samlpQuery
169 private XACMLAuthzDecisionQuery createXACMLAuthzDecisionQuery(
172 XACMLAuthzDecisionQuery query
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/client/
H A DXACMLRequestProcessor.java52 import com.sun.identity.xacml.saml2.XACMLAuthzDecisionQuery;
108 XACMLAuthzDecisionQuery samlpQuery
172 private XACMLAuthzDecisionQuery createXACMLAuthzDecisionQuery(
175 XACMLAuthzDecisionQuery query
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/
H A DContextFactory.java50 import com.sun.identity.xacml.saml2.XACMLAuthzDecisionQuery;
51 import com.sun.identity.xacml.saml2.XACMLAuthzDecisionQuery;
434 * Returns a new instance of <code>XACMLAuthzDecisionQuery</code>.
437 * @return a new instance of <code>XACMLAuthzDecisionQuery</code>.
440 public XACMLAuthzDecisionQuery createXACMLAuthzDecisionQuery() {
446 return (XACMLAuthzDecisionQuery) obj;
451 * Returns a new instance of <code>XACMLAuthzDecisionQuery</code>.
455 * <code>XACMLAuthzDecisionQuery</code>.
456 * @return a new instance of <code>XACMLAuthzDecisionQuery</code>.
463 public XACMLAuthzDecisionQuery createXACMLAuthzDecisionQuer
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/
H A DContextFactory.java50 import com.sun.identity.xacml.saml2.XACMLAuthzDecisionQuery;
51 import com.sun.identity.xacml.saml2.XACMLAuthzDecisionQuery;
434 * Returns a new instance of <code>XACMLAuthzDecisionQuery</code>.
437 * @return a new instance of <code>XACMLAuthzDecisionQuery</code>.
440 public XACMLAuthzDecisionQuery createXACMLAuthzDecisionQuery() {
446 return (XACMLAuthzDecisionQuery) obj;
451 * Returns a new instance of <code>XACMLAuthzDecisionQuery</code>.
455 * <code>XACMLAuthzDecisionQuery</code>.
456 * @return a new instance of <code>XACMLAuthzDecisionQuery</code>.
463 public XACMLAuthzDecisionQuery createXACMLAuthzDecisionQuer
[all...]
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/xacml/plugins/
H A DXACMLAuthzDecisionQueryHandler.java50 import com.sun.identity.xacml.saml2.XACMLAuthzDecisionQuery;
98 * XACMLAuthzDecisionQuery
105 * XACMLAuthzDecisionQuery
112 * Processes an XACMLAuthzDecisionQuery and retruns a SAML2 Response.
155 = ((XACMLAuthzDecisionQuery)samlpRequest).getRequest();
157 = ((XACMLAuthzDecisionQuery)samlpRequest).getReturnContext();
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/xacml/plugins/
H A DXACMLAuthzDecisionQueryHandler.java49 import com.sun.identity.xacml.saml2.XACMLAuthzDecisionQuery;
97 * XACMLAuthzDecisionQuery
104 * XACMLAuthzDecisionQuery
111 * Processes an XACMLAuthzDecisionQuery and retruns a SAML2 Response.
154 = ((XACMLAuthzDecisionQuery)samlpRequest).getRequest();
156 = ((XACMLAuthzDecisionQuery)samlpRequest).getReturnContext();
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/saml2/impl/
H A DXACMLAuthzDecisionQueryImpl.java41 import com.sun.identity.xacml.saml2.XACMLAuthzDecisionQuery;
53 * of <code>XACMLAuthzDecisionQuery</code> interface.
55 * The <code>XACMLAuthzDecisionQuery</code> element is a SAML Query that
63 *&lt;xs:element name="XACMLAuthzDecisionQuery"
102 implements XACMLAuthzDecisionQuery {
120 * This constructor is used to build <code>XACMLAuthzDecisionQuery</code>
125 * DOM tree for <code>XACMLAuthzDecisionQuery</code> object
136 * This constructor is used to build <code>XACMLAuthzDecisionQuery</code>
140 * an <code>XACMLAuthzDecisionQuery</code> object
168 * XACMLAuthzDecisionQuery</cod
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/saml2/impl/
H A DXACMLAuthzDecisionQueryImpl.java41 import com.sun.identity.xacml.saml2.XACMLAuthzDecisionQuery;
53 * of <code>XACMLAuthzDecisionQuery</code> interface.
55 * The <code>XACMLAuthzDecisionQuery</code> element is a SAML Query that
63 *&lt;xs:element name="XACMLAuthzDecisionQuery"
102 implements XACMLAuthzDecisionQuery {
120 * This constructor is used to build <code>XACMLAuthzDecisionQuery</code>
125 * DOM tree for <code>XACMLAuthzDecisionQuery</code> object
136 * This constructor is used to build <code>XACMLAuthzDecisionQuery</code>
140 * an <code>XACMLAuthzDecisionQuery</code> object
168 * XACMLAuthzDecisionQuery</cod
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/soapbinding/
H A DQueryClient.java54 import com.sun.identity.xacml.saml2.XACMLAuthzDecisionQuery;
144 XACMLAuthzDecisionQuery xacmlQuery =
145 (XACMLAuthzDecisionQuery) request;
820 private static void signAttributeQuery(XACMLAuthzDecisionQuery xacmlQuery,
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/soapbinding/
H A DQueryClient.java57 import com.sun.identity.xacml.saml2.XACMLAuthzDecisionQuery;
147 XACMLAuthzDecisionQuery xacmlQuery =
148 (XACMLAuthzDecisionQuery) request;
823 private static void signAttributeQuery(XACMLAuthzDecisionQuery xacmlQuery,

Completed in 64 milliseconds