Searched refs:method (Results 76 - 100 of 579) sorted by relevance

1234567891011>>

/forgerock/openam/openam-http-client/src/main/java/org/forgerock/http/client/request/
H A DHttpClientRequest.java56 * Set the method the request will use.
58 * @param method The method to use. See http://www.w3.org/Protocols/rfc2616/rfc2616-sec5.html#sec5.1.1
60 public void setMethod(String method); argument
98 * Retrieve the method set on the request.
100 * @return The method set on the request.
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/sm/config/
H A DConsoleConfigHandlerImpl.java91 throw new IllegalArgumentException("Invalid builder or method definition", e);
128 for (Method method : builder.getClass().getMethods()) {
129 ConfigAttribute annotation = getConfigAttributeAnnotation(method);
135 Class<?>[] parameterTypes = method.getParameterTypes();
162 method.invoke(builder, transformer.transform(values, parameterTypes[0]));
166 private ConfigAttribute getConfigAttributeAnnotation(Method method) { argument
167 ConfigAttribute result = method.getAnnotation(ConfigAttribute.class);
170 Class<?> parent = method.getDeclaringClass().getSuperclass();
174 Method superMethod = parent.getMethod(method.getName(), method
[all...]
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/sm/config/
H A DConsoleConfigHandlerImpl.java91 throw new IllegalArgumentException("Invalid builder or method definition", e);
128 for (Method method : builder.getClass().getMethods()) {
129 ConfigAttribute annotation = getConfigAttributeAnnotation(method);
135 Class<?>[] parameterTypes = method.getParameterTypes();
162 method.invoke(builder, transformer.transform(values, parameterTypes[0]));
166 private ConfigAttribute getConfigAttributeAnnotation(Method method) { argument
167 ConfigAttribute result = method.getAnnotation(ConfigAttribute.class);
170 Class<?> parent = method.getDeclaringClass().getSuperclass();
174 Method superMethod = parent.getMethod(method.getName(), method
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Utils.java260 * to SAML2 auth module for further processing. This method is used by
288 final String method = "SAML2Utils.verifyResponse:";
291 debug.message(method + "response or orgName is null.");
308 debug.error(method + "AuthnRequestInfoCopy"
316 debug.message(method + "AuthnRequestInfoCopy"
320 debug.error(method + "InResponseTo attribute in Response"
338 debug.message(method + "AuthnRequestInfoCopy"
342 debug.error(method + "InResponseTo attribute in Response"
370 debug.message(method + "Issuer in Response is not valid.");
388 debug.message(method
[all...]
/forgerock/web-agents-v4/source/
H A Dhttp_parser.c745 parser->method = HTTP_HEAD;
959 parser->method = (enum http_method) 0;
962 case 'A': parser->method = HTTP_ACL; break;
963 case 'B': parser->method = HTTP_BIND; break;
964 case 'C': parser->method = HTTP_CONNECT; /* or COPY, CHECKOUT */ break;
965 case 'D': parser->method = HTTP_DELETE; break;
966 case 'G': parser->method = HTTP_GET; break;
967 case 'H': parser->method = HTTP_HEAD; break;
968 case 'L': parser->method = HTTP_LOCK; break;
969 case 'M': parser->method
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DTracedStorage.java74 private void traceEnter(String method, Object... args) argument
76 trace("Cursor", id(), method + "#enter", args);
79 private void traceLeave(String method, Object... args) argument
81 trace("Cursor", id(), method + "#leave", args);
204 private void traceEnter(String method, Object... args) argument
206 trace("Importer", id(), method + "#enter", args);
209 private void traceLeave(String method, Object... args) argument
211 trace("Importer", id(), method + "#leave", args);
272 private void traceEnter(String method, Object... args) argument
274 trace("ReadableTransaction", id(), method
277 traceLeave(String method, Object... args) argument
325 traceEnter(String method, Object... args) argument
330 traceLeave(String method, Object... args) argument
429 trace(String type, int id, String method, Object... args) argument
452 traceEnter(String method, Object... args) argument
460 traceLeave(String method, Object... args) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Utils.java258 * to SAML2 auth module for further processing. This method is used by
286 final String method = "SAML2Utils.verifyResponse:";
289 debug.message(method + "response or orgName is null.");
306 debug.error(method + "AuthnRequestInfoCopy"
314 debug.message(method + "AuthnRequestInfoCopy"
318 debug.error(method + "InResponseTo attribute in Response"
336 debug.message(method + "AuthnRequestInfoCopy"
340 debug.error(method + "InResponseTo attribute in Response"
368 debug.message(method + "Issuer in Response is not valid.");
386 debug.message(method
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DAuthMethod.java43 * Enumeration representing the authentication method.
48 * The SASL mechanism if the authentication method is SASL.
59 * provided method and bind rule type.
62 * @param method An Enumeration of the authentication method.
64 private AuthMethod(EnumAuthMethod method, String saslMech, argument
66 this.authMethod=method;
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DAuthMethod.java43 * Enumeration representing the authentication method.
48 * The SASL mechanism if the authentication method is SASL.
59 * provided method and bind rule type.
62 * @param method An Enumeration of the authentication method.
64 private AuthMethod(EnumAuthMethod method, String saslMech, argument
66 this.authMethod=method;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAuthMethod.java43 * Enumeration representing the authentication method.
48 * The SASL mechanism if the authentication method is SASL.
59 * provided method and bind rule type.
62 * @param method An Enumeration of the authentication method.
64 private AuthMethod(EnumAuthMethod method, String saslMech, argument
66 this.authMethod=method;
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/comm/server/
H A DPLLAuditor.java55 private String method; field in class:PLLAuditor
93 .request(PLL, method)
123 .request(PLL, method)
170 .request(PLL, method)
185 method = "unknown";
200 * @param method Identifies the {@link RequestHandler} operation invoked.
202 public void setMethod(String method) { argument
203 this.method = method;
211 * method shoul
[all...]
/forgerock/jee-agents-v3.5/jee-agents-weblogic/jee-agents-weblogic-v10/src/main/java/com/sun/identity/agents/weblogic/v10/
H A DAmWLPortalJ2EEAuthHandler.java79 Method method = AmWLAgentUtils.getClassMethod(
90 method.invoke(null, parameters );
/forgerock/openidm-v4/openidm-shell/src/main/java/org/forgerock/openidm/shell/felixgogo/
H A DAbstractFelixCommandsService.java53 * Run command method.
61 Method method = service.getClass().getMethod(
63 method.invoke(service, session.getKeyboard(), session.getConsole(), params);
/forgerock/openidm-v4/openidm-ui/openidm-ui-common/src/test/js/
H A Dconfig.js49 sinon.FakeXMLHttpRequest.addFilter(function (method, url, async, username, password) {
/forgerock/openidm-v4/openidm-zip/src/main/resources/bin/defaults/script/ui/
H A DoauthProxy.js2 if(request.method === "action") {
H A DopenamProxy.js54 "method" : context.http.method,
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/comm/server/
H A DPLLAuditor.java56 private String method; field in class:PLLAuditor
94 .request(PLL, method)
124 .request(PLL, method)
171 .request(PLL, method)
186 method = "unknown";
201 * @param method Identifies the {@link RequestHandler} operation invoked.
203 public void setMethod(String method) { argument
204 this.method = method;
212 * method shoul
[all...]
/forgerock/openam/openam-test-utils/src/main/java/org/forgerock/openam/test/apidescriptor/
H A DApiActionAssert.java47 * Get the test representative of {@link Operation}s in the annotated method.
55 Method method = annotation.getClass().getMethod("operationDescription");
56 operations.add((Operation) method.invoke(annotation));
65 * Get the test representative of {@link Schema}s in the annotated method.
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/dashboard/services/
H A DPushDeviceService.jsm40 method: "DELETE"
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/dom/
H A Ddom-debug.js64 if (document.defaultView && document.defaultView.getComputedStyle) { // W3C DOM method
79 } else if (document.documentElement.currentStyle && isIE) { // IE method
135 var testElement = function(node, method) {
136 return node && node.nodeType == 1 && ( !method || method(node) );
147 * @method get
174 * @method getStyle
191 * @method setStyle
210 * @method getXY
282 * @method get
[all...]
H A Ddom-min.js19 var testElement=function(node,method){return node&&node.nodeType==1&&(!method||method(node));};YAHOO.util.Dom={get:function(el){if(!el||el.tagName||el.item){return el;}
53 return this.isAncestor(document.documentElement,el);};return Y.Dom.batch(el,f,Y.Dom,true);},getElementsBy:function(method,tag,root,apply){tag=tag||'*';root=(root)?Y.Dom.get(root):null||document;if(!root){return[];}
54 var nodes=[],elements=root.getElementsByTagName(tag);for(var i=0,len=elements.length;i<len;++i){if(method(elements[i])){nodes[nodes.length]=elements[i];if(apply){apply(elements[i]);}}}
55 return nodes;},batch:function(el,method,o,override){el=(el&&el.tagName)?el:Y.Dom.get(el);if(!el||!method){return false;}
56 var scope=(override)?o:window;if(el.tagName||(!el.item&&!el.slice)){return method.call(scope,el,o);}
57 var collection=[];for(var i=0,len=el.length;i<len;++i){collection[collection.length]=method.call(scope,el[i],o);}
60 return width;},getAncestorBy:function(node,method){whil
[all...]
H A Ddom.js64 if (document.defaultView && document.defaultView.getComputedStyle) { // W3C DOM method
79 } else if (document.documentElement.currentStyle && isIE) { // IE method
133 var testElement = function(node, method) {
134 return node && node.nodeType == 1 && ( !method || method(node) );
145 * @method get
172 * @method getStyle
189 * @method setStyle
207 * @method getXY
277 * @method get
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/dom/
H A Ddom-debug.js64 if (document.defaultView && document.defaultView.getComputedStyle) { // W3C DOM method
79 } else if (document.documentElement.currentStyle && isIE) { // IE method
135 var testElement = function(node, method) {
136 return node && node.nodeType == 1 && ( !method || method(node) );
147 * @method get
174 * @method getStyle
191 * @method setStyle
210 * @method getXY
282 * @method get
[all...]
H A Ddom-min.js19 var testElement=function(node,method){return node&&node.nodeType==1&&(!method||method(node));};YAHOO.util.Dom={get:function(el){if(!el||el.tagName||el.item){return el;}
53 return this.isAncestor(document.documentElement,el);};return Y.Dom.batch(el,f,Y.Dom,true);},getElementsBy:function(method,tag,root,apply){tag=tag||'*';root=(root)?Y.Dom.get(root):null||document;if(!root){return[];}
54 var nodes=[],elements=root.getElementsByTagName(tag);for(var i=0,len=elements.length;i<len;++i){if(method(elements[i])){nodes[nodes.length]=elements[i];if(apply){apply(elements[i]);}}}
55 return nodes;},batch:function(el,method,o,override){el=(el&&el.tagName)?el:Y.Dom.get(el);if(!el||!method){return false;}
56 var scope=(override)?o:window;if(el.tagName||(!el.item&&!el.slice)){return method.call(scope,el,o);}
57 var collection=[];for(var i=0,len=el.length;i<len;++i){collection[collection.length]=method.call(scope,el[i],o);}
60 return width;},getAncestorBy:function(node,method){whil
[all...]
H A Ddom.js64 if (document.defaultView && document.defaultView.getComputedStyle) { // W3C DOM method
79 } else if (document.documentElement.currentStyle && isIE) { // IE method
133 var testElement = function(node, method) {
134 return node && node.nodeType == 1 && ( !method || method(node) );
145 * @method get
172 * @method getStyle
189 * @method setStyle
207 * @method getXY
277 * @method get
[all...]

Completed in 151 milliseconds

1234567891011>>