/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/filter/ |
H A D | WebServiceTaskHandler.java | 311 Map requestAttributes = new HashMap(); 321 requestAttributes.putAll(responseAttributes); 342 requestAttributes, 363 requestAttributes, 373 logMessage("WebServiceTaskHandler: requestAttributes " 374 + requestAttributes); 384 if (requestAttributes.size() > 0) { 385 Iterator it = requestAttributes.keySet().iterator(); 389 requestAttributes.get(nextKey);
|
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/http/ |
H A D | AuthenticationServiceV1.java | 166 Map<String, Object> requestAttributes = requestContext.getAttributes(); 167 return (HttpServletResponse) requestAttributes.get(HttpServletResponse.class.getName()); 183 Map<String, Object> requestAttributes = requestContext.getAttributes(); 184 final HttpServletRequest request = (HttpServletRequest) requestAttributes.get(HttpServletRequest.class.getName());
|
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/http/ |
H A D | AuthenticationServiceV1.java | 182 Map<String, Object> requestAttributes = requestContext.getAttributes(); 183 return (HttpServletResponse) requestAttributes.get(HttpServletResponse.class.getName()); 200 Map<String, Object> requestAttributes = requestContext.getAttributes(); 201 final HttpServletRequest request = (HttpServletRequest) requestAttributes.get(HttpServletRequest.class.getName());
|
/forgerock/openidm-v4/openidm-authnfilter/src/main/java/org/forgerock/openidm/auth/modules/ |
H A D | ClientCertAuthModule.java | 214 Map<String, Object> requestAttributes = context.asContext(AttributesContext.class).getAttributes(); 215 Object checkCerts = requestAttributes.get("javax.servlet.request.X509Certificate");
|
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/session/action/ |
H A D | LogoutActionHandler.java | 157 Map<String, Object> requestAttributes = requestContext.getAttributes(); 158 final HttpServletRequest httpServletRequest = (HttpServletRequest) requestAttributes.get(HttpServletRequest.class.getName());
|
/forgerock/openam-v13/openam-oauth2/src/test/java/org/forgerock/openam/oauth2/resources/ |
H A D | ResourceSetRegistrationEndpointTest.java | 150 Map<String, Object> requestAttributes = new ConcurrentHashMap<String, Object>(); 151 requestAttributes.put("rsid", "RESOURCE_SET_ID"); 152 given(endpoint.getRequestAttributes()).willReturn(requestAttributes); 156 Map<String, Object> requestAttributes = new ConcurrentHashMap<String, Object>(); 157 given(endpoint.getRequestAttributes()).willReturn(requestAttributes);
|
/forgerock/openam/openam-oauth2/src/test/java/org/forgerock/openam/oauth2/resources/ |
H A D | ResourceSetRegistrationEndpointTest.java | 146 Map<String, Object> requestAttributes = new ConcurrentHashMap<String, Object>(); 147 requestAttributes.put("rsid", "RESOURCE_SET_ID"); 148 given(endpoint.getRequestAttributes()).willReturn(requestAttributes); 152 Map<String, Object> requestAttributes = new ConcurrentHashMap<String, Object>(); 153 given(endpoint.getRequestAttributes()).willReturn(requestAttributes);
|
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/ |
H A D | PasswordPolicyStateExtendedOperation.java | 434 private LinkedHashSet<String> requestAttributes; field in class:PasswordPolicyStateExtendedOperation 489 requestAttributes = new LinkedHashSet<String>(2); 490 requestAttributes.add("*"); 491 requestAttributes.add("+"); 807 false, userFilter, requestAttributes, null);
|
/forgerock/opendj2/src/server/org/opends/server/extensions/ |
H A D | PasswordPolicyStateExtendedOperation.java | 243 private LinkedHashSet<String> requestAttributes; field in class:PasswordPolicyStateExtendedOperation 299 requestAttributes = new LinkedHashSet<String>(2); 300 requestAttributes.add("*"); 301 requestAttributes.add("+"); 603 false, userFilter, requestAttributes, null);
|
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/ |
H A D | PasswordPolicyStateExtendedOperation.java | 434 private LinkedHashSet<String> requestAttributes; field in class:PasswordPolicyStateExtendedOperation 489 requestAttributes = new LinkedHashSet<String>(2); 490 requestAttributes.add("*"); 491 requestAttributes.add("+"); 807 false, userFilter, requestAttributes, null);
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/ |
H A D | PasswordPolicyStateExtendedOperation.java | 434 private LinkedHashSet<String> requestAttributes; field in class:PasswordPolicyStateExtendedOperation 489 requestAttributes = new LinkedHashSet<String>(2); 490 requestAttributes.add("*"); 491 requestAttributes.add("+"); 807 false, userFilter, requestAttributes, null);
|
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/ |
H A D | PasswordPolicyStateExtendedOperation.java | 243 private LinkedHashSet<String> requestAttributes; field in class:PasswordPolicyStateExtendedOperation 299 requestAttributes = new LinkedHashSet<String>(2); 300 requestAttributes.add("*"); 301 requestAttributes.add("+"); 603 false, userFilter, requestAttributes, null);
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/ |
H A D | PasswordPolicyStateExtendedOperation.java | 247 private LinkedHashSet<String> requestAttributes; field in class:PasswordPolicyStateExtendedOperation 288 requestAttributes = newLinkedHashSet("*", "+"); 569 .addAttribute(requestAttributes);
|
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/session/ |
H A D | SessionResource.java | 558 Map<String, Object> requestAttributes = requestContext.getAttributes(); 559 final HttpServletRequest httpServletRequest = (HttpServletRequest) requestAttributes.get(HttpServletRequest.class.getName());
|