Searched defs:theResource (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DAttributeQuery.java145 * @param theResource the Resource attribute of this query in String format.
150 String theResource)
153 buildAttributeQuery(theSubject, designators, theResource);
183 String theResource)
210 this.resource = theResource;
148 AttributeQuery(Subject theSubject, List designators, String theResource) argument
181 buildAttributeQuery(Subject theSubject, List designators, String theResource) argument
H A DAuthorizationDecisionQuery.java179 String theResource)
219 if ((theResource == null) || (theResource.length() == 0)) {
227 this.resource = theResource;
237 * @param theResource A string representing the resource of the query.
243 String theResource)
246 buildAuthZQuery(theSubject, theActions, theEvidence, theResource);
254 * @param theResource A string representing the resource of the query.
259 String theResource)
261 buildAuthZQuery(theSubject, theActions, null, theResource);
176 buildAuthZQuery(Subject theSubject, List theActions, Evidence theEvidence, String theResource) argument
240 AuthorizationDecisionQuery(Subject theSubject, List theActions, Evidence theEvidence, String theResource) argument
257 AuthorizationDecisionQuery(Subject theSubject, List theActions, String theResource) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DAttributeQuery.java145 * @param theResource the Resource attribute of this query in String format.
150 String theResource)
153 buildAttributeQuery(theSubject, designators, theResource);
183 String theResource)
210 this.resource = theResource;
148 AttributeQuery(Subject theSubject, List designators, String theResource) argument
181 buildAttributeQuery(Subject theSubject, List designators, String theResource) argument
H A DAuthorizationDecisionQuery.java179 String theResource)
219 if ((theResource == null) || (theResource.length() == 0)) {
227 this.resource = theResource;
237 * @param theResource A string representing the resource of the query.
243 String theResource)
246 buildAuthZQuery(theSubject, theActions, theEvidence, theResource);
254 * @param theResource A string representing the resource of the query.
259 String theResource)
261 buildAuthZQuery(theSubject, theActions, null, theResource);
176 buildAuthZQuery(Subject theSubject, List theActions, Evidence theEvidence, String theResource) argument
240 AuthorizationDecisionQuery(Subject theSubject, List theActions, Evidence theEvidence, String theResource) argument
257 AuthorizationDecisionQuery(Subject theSubject, List theActions, String theResource) argument
[all...]

Completed in 142 milliseconds