Searched refs:theSubject (Results 1 - 6 of 6) 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);
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/
H A DResourceTypesResource.java328 Subject theSubject = getSubject(context);
329 principalName = PrincipalRestUtils.getPrincipalNameFromSubject(theSubject);
332 ResourceType resourceType = resourceTypeService.getResourceType(theSubject, realm, resourceId);
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/
H A DResourceTypesResource.java394 Subject theSubject = getSubject(context);
395 principalName = PrincipalRestUtils.getPrincipalNameFromSubject(theSubject);
398 ResourceType resourceType = resourceTypeService.getResourceType(theSubject, realm, resourceId);

Completed in 991 milliseconds