Searched defs:theSubject (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.java142 * @param theSubject Subject of this query.
148 public AttributeQuery(Subject theSubject, argument
153 buildAttributeQuery(theSubject, designators, theResource);
160 * @param theSubject Subject of this query.
165 public AttributeQuery(Subject theSubject, argument
167 buildAttributeQuery(theSubject, designators, null);
174 * @param theSubject Subject of this query.
177 public AttributeQuery(Subject theSubject) throws SAMLException { argument
178 buildAttributeQuery(theSubject, null, null);
181 private void buildAttributeQuery(Subject theSubject, argument
[all...]
H A DAuthorizationDecisionQuery.java176 private void buildAuthZQuery(Subject theSubject, argument
181 if (theSubject == null) {
189 this.subject = theSubject;
233 * @param theSubject The subject of the query.
240 public AuthorizationDecisionQuery(Subject theSubject, argument
246 buildAuthZQuery(theSubject, theActions, theEvidence, theResource);
252 * @param theSubject The subject of the query.
257 public AuthorizationDecisionQuery(Subject theSubject, argument
261 buildAuthZQuery(theSubject, theActions, null, theResource);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DAttributeQuery.java142 * @param theSubject Subject of this query.
148 public AttributeQuery(Subject theSubject, argument
153 buildAttributeQuery(theSubject, designators, theResource);
160 * @param theSubject Subject of this query.
165 public AttributeQuery(Subject theSubject, argument
167 buildAttributeQuery(theSubject, designators, null);
174 * @param theSubject Subject of this query.
177 public AttributeQuery(Subject theSubject) throws SAMLException { argument
178 buildAttributeQuery(theSubject, null, null);
181 private void buildAttributeQuery(Subject theSubject, argument
[all...]
H A DAuthorizationDecisionQuery.java176 private void buildAuthZQuery(Subject theSubject, argument
181 if (theSubject == null) {
189 this.subject = theSubject;
233 * @param theSubject The subject of the query.
240 public AuthorizationDecisionQuery(Subject theSubject, argument
246 buildAuthZQuery(theSubject, theActions, theEvidence, theResource);
252 * @param theSubject The subject of the query.
257 public AuthorizationDecisionQuery(Subject theSubject, argument
261 buildAuthZQuery(theSubject, theActions, null, theResource);

Completed in 49 milliseconds