Searched defs:theActions (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DAuthorizationDecisionQuery.java177 List theActions,
193 if ((theActions != null) &&
194 ((length = theActions.size()) != 0)) {
196 temp = theActions.get(i);
206 this.actions = theActions;
234 * @param theActions The List of Actions of the query.
241 List theActions,
246 buildAuthZQuery(theSubject, theActions, theEvidence, theResource);
253 * @param theActions The List of Actions of the query.
258 List theActions,
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 DAuthorizationDecisionQuery.java177 List theActions,
193 if ((theActions != null) &&
194 ((length = theActions.size()) != 0)) {
196 temp = theActions.get(i);
206 this.actions = theActions;
234 * @param theActions The List of Actions of the query.
241 List theActions,
246 buildAuthZQuery(theSubject, theActions, theEvidence, theResource);
253 * @param theActions The List of Actions of the query.
258 List theActions,
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 43 milliseconds