Searched refs:method (Results 126 - 150 of 579) sorted by relevance

1234567891011>>

/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DLogoutUtil.java323 String method = "doSLOByHttpRedirect: ";
366 debug.message(method + "LogoutRequestXMLString : "
368 debug.message(method + "LogoutRedirectURL : " + sloURL);
375 * Performs SOAP logout, this method will send LogoutResuest to IDP using
581 * Based on the preferred SAML binding this method tries to choose the most appropriate
799 String method = "signSLORequest : ";
812 debug.message(method + "SLORequest doesn't need to be signed.");
820 debug.message(method + "realm is : "+ realm);
821 debug.message(method + "hostEntity is : " + hostEntity);
822 debug.message(method
[all...]
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/
H A DUserModel.js41 sync (method, model, options) {
56 if (method === "update" || method === "patch") {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idsvcs/rest/
H A DIdentityServicesHandler.java114 * Determines unmarshalls the request and executes the proper method based
126 //set headers before executing the method, so they are set even if exception is being thrown
548 // find the method
553 // found the method by name..
567 this.method = imethod;
591 final Method method; field in class:IdentityServicesHandler.SecurityMethod
598 // find the security method from the path..
613 SecurityMethod method = null;
615 method = SecurityMethod.ATTRIBUTES;
617 method
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idsvcs/rest/
H A DIdentityServicesHandler.java114 * Determines unmarshalls the request and executes the proper method based
126 //set headers before executing the method, so they are set even if exception is being thrown
548 // find the method
553 // found the method by name..
567 this.method = imethod;
591 final Method method; field in class:IdentityServicesHandler.SecurityMethod
598 // find the security method from the path..
613 SecurityMethod method = null;
615 method = SecurityMethod.ATTRIBUTES;
617 method
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/audit/
H A DSAML2Auditor.java50 private String method; field in class:SAML2Auditor
158 .request(AuditConstants.Component.SAML2.toString(), method)
178 public void setMethod(String method) { argument
179 this.method = method;
/forgerock/web-agents-v4/tests/
H A Dtest_setup_requests.c140 .method = AM_REQUEST_GET,
191 .method = AM_REQUEST_GET,
244 .method = AM_REQUEST_GET,
299 .method = AM_REQUEST_POST,
356 .method = AM_REQUEST_GET,
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/audit/
H A DSAML2Auditor.java51 private String method; field in class:SAML2Auditor
159 .request(AuditConstants.Component.SAML2.toString(), method)
179 public void setMethod(String method) { argument
180 this.method = method;
/forgerock/openidm-v4/openidm-workflow-activiti/src/main/java/org/forgerock/openidm/workflow/activiti/impl/
H A DOpenIDMELResolver.java126 public Object invoke(ELContext context, Object base, Object method, Class<?>[] paramTypes, Object[] params) { argument
127 if (base instanceof LazyMap && ((LazyMap)base).containsKey(method)) {
129 FunctionClosure function = (FunctionClosure)((LazyMap)base).get(method);
/forgerock/opendj2/src/server/org/opends/server/monitors/
H A DDatabaseEnvironmentMonitor.java174 for (Method method : methods)
177 if (method.getName().startsWith("get"))
180 if (method.getName().startsWith("getAvgBatch"))
185 Class<?> returnType = method.getReturnType();
191 // Remove the 'get' from the method name and add the prefix.
192 String attrName = attrPrefix + method.getName().substring(3);
197 Object statValue = method.invoke(stats);
/forgerock/opendj2-hg/src/server/org/opends/server/monitors/
H A DDatabaseEnvironmentMonitor.java174 for (Method method : methods)
177 if (method.getName().startsWith("get"))
180 if (method.getName().startsWith("getAvgBatch"))
185 Class<?> returnType = method.getReturnType();
191 // Remove the 'get' from the method name and add the prefix.
192 String attrName = attrPrefix + method.getName().substring(3);
197 Object statValue = method.invoke(stats);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteEventListener.java229 * are &quot;method&quot;, &quot;entityName&quot;, &quot;
238 * names are &quot;method&quot;, &quot;entityName&quot;,
242 * name ( method | entityName | eventType | attrNames )
243 * &quot;method&quot;
281 // Parse to get the entity name and the method
283 String method = getAttributeValue(attrs, METHOD);
285 || method == null || method.length() == 0) {
288 + "Invalid universalID or method: " + entityName
289 + " method");
[all...]
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/policy/
H A DAmWebPolicy.java330 String method = request.getMethod();
331 if (method != null) {
332 if (method.equalsIgnoreCase(HTTP_METHOD_GET)) {
335 } else if (method.equalsIgnoreCase(HTTP_METHOD_POST)) {
365 HttpServletRequest request, Set params, String method) {
379 result.put(method + "." + paramName, valueSet);
364 setHttpRequestParamsInEnvironmentMap(Map result, HttpServletRequest request, Set params, String method) argument
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/
H A DUserModel.js41 sync: function (method, model, options) {
56 if (method === "update" || method === "patch") {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteEventListener.java231 * are &quot;method&quot;, &quot;entityName&quot;, &quot;
240 * names are &quot;method&quot;, &quot;entityName&quot;,
244 * name ( method | entityName | eventType | attrNames )
245 * &quot;method&quot;
283 // Parse to get the entity name and the method
285 String method = getAttributeValue(attrs, METHOD);
287 || method == null || method.length() == 0) {
290 + "Invalid universalID or method: " + entityName
291 + " method");
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DWorkQueueConfigManager.java114 Method method = workQueue.getClass().getMethod("initializeWorkQueue",
116 method.invoke(workQueue, workQueueConfig);
/forgerock/opendj2/src/server/org/opends/server/core/
H A DWorkQueueConfigManager.java113 Method method = workQueue.getClass().getMethod("initializeWorkQueue",
115 method.invoke(workQueue, workQueueConfig);
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DWorkQueueConfigManager.java114 Method method = workQueue.getClass().getMethod("initializeWorkQueue",
116 method.invoke(workQueue, workQueueConfig);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DWorkQueueConfigManager.java114 Method method = workQueue.getClass().getMethod("initializeWorkQueue",
116 method.invoke(workQueue, workQueueConfig);
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DWorkQueueConfigManager.java113 Method method = workQueue.getClass().getMethod("initializeWorkQueue",
115 method.invoke(workQueue, workQueueConfig);
/forgerock/openam-v13/openam-scripting/src/main/java/org/forgerock/openam/scripting/factories/
H A DRhinoScriptEngineFactory.java164 public String getMethodCallSyntax(final String object, final String method, final String... args) { argument
165 return String.format("%s.%s(%s)", object, method, joinAsString(", ", (Object[]) args));
196 * method should be accompanied by a call to {@link #releaseContext(org.mozilla.javascript.Context)} when the
/forgerock/openidm-v4/openidm-zip/src/main/resources/bin/defaults/script/workflow/
H A Dgetprocessesforuser.js25 if (request.method !== "read") {
/forgerock/openam/openam-scripting/src/main/java/org/forgerock/openam/scripting/factories/
H A DRhinoScriptEngineFactory.java164 public String getMethodCallSyntax(final String object, final String method, final String... args) { argument
165 return String.format("%s.%s(%s)", object, method, joinAsString(", ", (Object[]) args));
196 * method should be accompanied by a call to {@link #releaseContext(org.mozilla.javascript.Context)} when the
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/tabview/
H A Dtabview-debug.js83 * @method addTab
148 * @method DOMEventHandler
181 * @method getTab
191 * @method getTabIndex
210 * @method removeTab
237 * @method toString
247 * @method contentTransition
256 * @method initAttributes
310 method: function(value) {
333 method
[all...]
H A Dtabview-min.js20 this.setAttributeConfig('tabs',{value:[],readOnly:true});this._tabParent=this.getElementsByClassName(this.TAB_PARENT_CLASSNAME,'ul')[0]||_createTabParent.call(this);this._contentParent=this.getElementsByClassName(this.CONTENT_PARENT_CLASSNAME,'div')[0]||_createContentParent.call(this);this.setAttributeConfig('orientation',{value:attr.orientation,method:function(value){var current=this.get('orientation');this.addClass('yui-navset-'+value);if(current!=value){this.removeClass('yui-navset-'+current);}
21 switch(value){case'bottom':this.appendChild(this._tabParent);break;}}});this.setAttributeConfig('activeIndex',{value:attr.activeIndex,method:function(value){this.set('activeTab',this.getTab(value));},validator:function(value){return!this.getTab(value).get('disabled');}});this.setAttributeConfig('activeTab',{value:attr.activeTab,method:function(tab){var activeTab=this.get('activeTab');if(tab){tab.set('active',true);this._configs['activeIndex'].value=this.getTabIndex(tab);}
31 this.loadHandler={success:function(o){this.set('content',o.responseText);},failure:function(o){}};Tab.superclass.constructor.call(this,el,attr);this.DOM_EVENTS={};};YAHOO.extend(Tab,YAHOO.util.Element);var proto=Tab.prototype;proto.LABEL_TAGNAME='em';proto.ACTIVE_CLASSNAME='selected';proto.DISABLED_CLASSNAME='disabled';proto.LOADING_CLASSNAME='loading';proto.dataConnection=null;proto.loadHandler=null;proto._loading=false;proto.toString=function(){var el=this.get('element');var id=el.id||el.tagName;return"Tab "+id;};proto.initAttributes=function(attr){attr=attr||{};Tab.superclass.initAttributes.call(this,attr);var el=this.get('element');this.setAttributeConfig('activationEvent',{value:attr.activationEvent||'click'});this.setAttributeConfig('labelEl',{value:attr.labelEl||_getlabelEl.call(this),method:function(value){var current=this.get('labelEl');if(current){if(current==value){return false;}
32 this.replaceChild(value,current);}else if(el.firstChild){this.insertBefore(value,el.firstChild);}else{this.appendChild(value);}}});this.setAttributeConfig('label',{value:attr.label||_getLabel.call(this),method:function(value){var labelEl=this.get('labelEl');if(!labelEl){this.set('labelEl',_createlabelEl.call(this));}
33 _setLabel.call(this,value);}});this.setAttributeConfig('contentEl',{value:attr.contentEl||document.createElement('div'),method:function(value){var current=this.get('contentEl');if(current){if(current==value){return false;}
34 this.replaceChild(value,current);}}});this.setAttributeConfig('content',{value:attr.content,method:function(value){this.get('contentEl').innerHTML=value;}});var _dataLoaded=false;this.setAttributeConfig('dataSrc',{value:attr.dataSrc});this.setAttributeConfig('cacheData',{value:attr.cacheData||false,validator:YAHOO.lang.isBoolean});this.setAttributeConfig('loadMethod',{value:attr.loadMethod||'GET',validator:YAHOO.lang.isString});this.setAttributeConfig('dataLoaded',{value:false,validator:YAHOO.lang.isBoolean,writeOnce:true});this.setAttributeConfig('dataTimeout',{value:attr.dataTimeout||null,validator:YAHOO.lang.isNumber});this.setAttributeConfig('active',{value:attr.active||this.hasClass(this.ACTIVE_CLASSNAME),method:function(value){if(value===true){this.addClass(this.ACTIVE_CLASSNAME);this.set('title','active');}else{this.removeClass(this.ACTIVE_CLASSNAME);this.set('title','');}},validator:function(value){return YAHOO.lang.isBoolean(value)&&!this.get('disabled');}});this.setAttributeConfig('disabled',{value:attr.disabled||this.hasClass(this.DISABLED_CLASSNAME),method:function(value){if(value===true){Dom.addClass(this.get('element'),this.DISABLED_CLASSNAME);}else{Dom.removeClass(this.get('element'),this.DISABLED_CLASSNAME);}},validator:YAHOO.lang.isBoolean});this.setAttributeConfig('href',{value:attr.href||this.getElementsByTagName('a')[0].getAttribute('href',2)||'#',method
[all...]
H A Dtabview.js83 * @method addTab
148 * @method DOMEventHandler
181 * @method getTab
191 * @method getTabIndex
210 * @method removeTab
237 * @method toString
247 * @method contentTransition
256 * @method initAttributes
310 method: function(value) {
333 method
[all...]

Completed in 86 milliseconds

1234567891011>>