Searched refs:ids (Results 1 - 25 of 137) sorted by relevance

123456

/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/cts/worker/filter/
H A DCTSWorkerSelectAllFilter.java30 public Collection<PartialToken> filter(Collection<PartialToken> ids) { argument
31 return Collections.unmodifiableCollection(ids);
/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/sync/impl/
H A DPhaseStatistic.java50 private Map<Situation, List<String>> ids = Collections.synchronizedMap(new EnumMap<Situation, List<String>>(Situation.class)); field in class:PhaseStatistic
64 ids.put(Situation.CONFIRMED, Collections.synchronizedList(new ArrayList<String>()));
65 ids.put(Situation.FOUND, Collections.synchronizedList(new ArrayList<String>()));
66 ids.put(Situation.ABSENT, Collections.synchronizedList(new ArrayList<String>()));
67 ids.put(Situation.AMBIGUOUS, Collections.synchronizedList(new ArrayList<String>()));
68 ids.put(Situation.MISSING, Collections.synchronizedList(new ArrayList<String>()));
69 ids.put(Situation.UNQUALIFIED, Collections.synchronizedList(new ArrayList<String>()));
70 ids.put(Situation.UNASSIGNED, Collections.synchronizedList(new ArrayList<String>()));
71 ids.put(Situation.SOURCE_MISSING, Collections.synchronizedList(new ArrayList<String>()));
72 ids
[all...]
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DID2CIndexer.java84 ArrayList ids = (ArrayList)entry.getAttachment();
87 Iterator iter = ids.iterator();
H A DID2SIndexer.java83 ArrayList ids = (ArrayList)entry.getAttachment();
86 Iterator iter = ids.iterator();
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DID2CIndexer.java85 ArrayList ids = (ArrayList)entry.getAttachment();
88 Iterator iter = ids.iterator();
H A DID2SIndexer.java84 ArrayList ids = (ArrayList)entry.getAttachment();
87 Iterator iter = ids.iterator();
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DID2CIndexer.java85 ArrayList ids = (ArrayList)entry.getAttachment();
88 Iterator iter = ids.iterator();
H A DID2SIndexer.java84 ArrayList ids = (ArrayList)entry.getAttachment();
87 Iterator iter = ids.iterator();
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DID2CIndexer.java84 ArrayList ids = (ArrayList)entry.getAttachment();
87 Iterator iter = ids.iterator();
H A DID2SIndexer.java83 ArrayList ids = (ArrayList)entry.getAttachment();
86 Iterator iter = ids.iterator();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DID2CIndexer.java85 ArrayList ids = (ArrayList)entry.getAttachment();
88 Iterator iter = ids.iterator();
H A DID2SIndexer.java84 ArrayList ids = (ArrayList)entry.getAttachment();
87 Iterator iter = ids.iterator();
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/sample8/
H A DREADME56 2014-04-18 16:05:53:274 WARN Case result: the source object contains: = {SOURCE_IGNORED={count=0, ids=[]}, UNQUALIFIED={count=0, ids=[]}, NOTVALID={count=0, ids=[]}, processed=2, UNASSIGNED={count=0, ids=[]}, TARGET_IGNORED={count=0, ids=[]}, CONFIRMED={count=0, ids=[]}, AMBIGUOUS={count=0, ids=[]}, ABSENT={count=2, ids=[bjensen, scarter]}, MISSING={count=0, ids=[]}, SOURCE_MISSING={count=0, ids
[all...]
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/cts/reaper/
H A DCTSReaper.java101 for (Collection<String> ids = reaperQuery.nextPage(); ids != null; ids = reaperQuery.nextPage()) {
109 total += ids.size();
113 latches.add(tokenDeletion.deleteBatch(ids));
/forgerock/openam-v13/openam-examples/openam-example-clientsdk-cli/src/main/java/com/sun/identity/samples/clientsdk/idrepo/
H A DIdRepoSampleDeleteId.java88 Object[] ids = adResSet.toArray();
90 for (i = 0; i < ids.length; i++) {
91 amid = (AMIdentity)ids[i];
96 "Select id: [0.." + ids.length + "]: ");
98 if (i == ids.length) {
101 } else if ((i < 0) || (i > ids.length)) {
105 amid = (AMIdentity)ids[i];
/forgerock/openam/openam-examples/openam-example-clientsdk-cli/src/main/java/com/sun/identity/samples/clientsdk/idrepo/
H A DIdRepoSampleDeleteId.java88 Object[] ids = adResSet.toArray();
90 for (i = 0; i < ids.length; i++) {
91 amid = (AMIdentity)ids[i];
96 "Select id: [0.." + ids.length + "]: ");
98 if (i == ids.length) {
101 } else if ((i < 0) || (i > ids.length)) {
105 amid = (AMIdentity)ids[i];
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/colorpicker/
H A Dcolorpicker-beta-debug.js259 * The element ids used by this control
541 IDS: "ids",
891 ids = this.get(this.OPT.IDS),
919 id: ids[this.ID.PICKER_BG],
926 id: ids[this.ID.PICKER_THUMB],
940 id: ids[this.ID.HUE_BG],
947 id: ids[this.ID.HUE_THUMB],
963 id: ids[this.ID.CONTROLS],
976 id: ids[this.ID.CONTROLS_LABEL],
993 id: ids[thi
[all...]
H A Dcolorpicker-beta-min.js18 YAHOO.widget.ColorPicker.superclass.constructor.call(this,el,attr);};YAHOO.extend(YAHOO.widget.ColorPicker,YAHOO.util.Element);var proto=YAHOO.widget.ColorPicker.prototype,Slider=YAHOO.widget.Slider,Color=YAHOO.util.Color,Dom=YAHOO.util.Dom,Event=YAHOO.util.Event,lang=YAHOO.lang,sub=lang.substitute;var b="yui-picker";proto.ID={R:b+"-r",R_HEX:b+"-rhex",G:b+"-g",G_HEX:b+"-ghex",B:b+"-b",B_HEX:b+"-bhex",H:b+"-h",S:b+"-s",V:b+"-v",PICKER_BG:b+"-bg",PICKER_THUMB:b+"-thumb",HUE_BG:b+"-hue-bg",HUE_THUMB:b+"-hue-thumb",HEX:b+"-hex",SWATCH:b+"-swatch",WEBSAFE_SWATCH:b+"-websafe-swatch",CONTROLS:b+"-controls",RGB_CONTROLS:b+"-rgb-controls",HSV_CONTROLS:b+"-hsv-controls",HEX_CONTROLS:b+"-hex-controls",HEX_SUMMARY:b+"-hex-summary",CONTROLS_LABEL:b+"-controls-label"};proto.TXT={ILLEGAL_HEX:"Illegal hex value entered",SHOW_CONTROLS:"Show color details",HIDE_CONTROLS:"Hide color details",CURRENT_COLOR:"Currently selected color: {rgb}",CLOSEST_WEBSAFE:"Closest websafe color: {rgb}. Click to select.",R:"R",G:"G",B:"B",H:"H",S:"S",V:"V",HEX:"#",DEG:"\u00B0",PERCENT:"%"};proto.IMAGE={PICKER_THUMB:"../../build/colorpicker/assets/picker_thumb.png",HUE_THUMB:"../../build/colorpicker/assets/hue_thumb.png"};proto.DEFAULT={PICKER_SIZE:180};proto.OPT={HUE:"hue",SATURATION:"saturation",VALUE:"value",RED:"red",GREEN:"green",BLUE:"blue",HSV:"hsv",RGB:"rgb",WEBSAFE:"websafe",HEX:"hex",PICKER_SIZE:"pickersize",SHOW_CONTROLS:"showcontrols",SHOW_RGB_CONTROLS:"showrgbcontrols",SHOW_HSV_CONTROLS:"showhsvcontrols",SHOW_HEX_CONTROLS:"showhexcontrols",SHOW_HEX_SUMMARY:"showhexsummary",SHOW_WEBSAFE:"showwebsafe",CONTAINER:"container",IDS:"ids",ELEMENTS:"elements",TXT:"txt",IMAGES:"images",ANIMATE:"animate"};proto.setValue=function(rgb,silent){silent=(silent)||false;this.set(this.OPT.RGB,rgb,silent);_updateSliders.call(this);};proto.hueSlider=null;proto.pickerSlider=null;var _getH=function(){var size=this.get(this.OPT.PICKER_SIZE),h=(size-this.hueSlider.getValue())/size;h=Math.round(h*360);return(h===360)?0:h;};var _getS=function(){return this.pickerSlider.getXValue()/this.get(this.OPT.PICKER_SIZE);};var _getV=function(){var size=this.get(this.OPT.PICKER_SIZE);return(size-this.pickerSlider.getYValue())/size;};var _updateSwatch=function(){var rgb=this.get(this.OPT.RGB),websafe=this.get(this.OPT.WEBSAFE),el=this.getElement(this.ID.SWATCH),color=rgb.join(","),txt=this.get(this.OPT.TXT);Dom.setStyle(el,"background-color","rgb("+color+")");el.title=lang.substitute(txt.CURRENT_COLOR,{"rgb":"#"+this.get(this.OPT.HEX)});el=this.getElement(this.ID.WEBSAFE_SWATCH);color=websafe.join(",");Dom.setStyle(el,"background-color","rgb("+color+")");el.title=lang.substitute(txt.CLOSEST_WEBSAFE,{"rgb":"#"+Color.rgb2hex(websafe)});};var _getValuesFromSliders=function(){var h=_getH.call(this),s=_getS.call(this),v=_getV.call(this);rgb=Color.hsv2rgb(h,s,v);var websafe=Color.websafe(rgb);var hex=Color.rgb2hex(rgb[0],rgb[1],rgb[2]);this.set(this.OPT.RGB,rgb);};var _updateFormFields=function(){this.getElement(this.ID.H).value=this.get(this.OPT.HUE);this.getElement(this.ID.S).value=this.get(this.OPT.SATURATION);this.getElement(this.ID.V).value=this.get(this.OPT.VALUE);this.getElement(this.ID.R).value=this.get(this.OPT.RED);this.getElement(this.ID.R_HEX).innerHTML=Color.dec2hex(this.get(this.OPT.RED));this.getElement(this.ID.G).value=this.get(this.OPT.GREEN);this.getElement(this.ID.G_HEX).innerHTML=Color.dec2hex(this.get(this.OPT.GREEN));this.getElement(this.ID.B).value=this.get(this.OPT.BLUE);this.getElement(this.ID.B_HEX).innerHTML=Color.dec2hex(this.get(this.OPT.BLUE));this.getElement(this.ID.HEX).value=this.get(this.OPT.HEX);};var _onHueSliderChange=function(newOffset){var h=_getH.call(this);this.set(this.OPT.HUE,h,true);var rgb=Color.hsv2rgb(h,1,1);var styleDef="rgb("+rgb.join(",")+")";Dom.setStyle(this.getElement(this.ID.PICKER_BG),"background-color",styleDef);if(this.hueSlider.valueChangeSource===this.hueSlider.SOURCE_UI_EVENT){_getValuesFromSliders.call(this);}
22 default:Event.stopEvent(e);return false;}};proto.getElement=function(id){return this.get(this.OPT.ELEMENTS)[this.get(this.OPT.IDS)[id]];};_createElements=function(){var el,child,img,fld,i,ids=this.get(this.OPT.IDS),txt=this.get(this.OPT.TXT),images=this.get(this.OPT.IMAGES),Elem=function(type,o){var n=document.createElement(type);if(o){lang.augmentObject(n,o,true);}
23 return n;},RGBElem=function(type,obj){var o=lang.merge({autocomplete:"off",value:"0",size:3,maxlength:3},obj);o.name=o.id;return new Elem(type,o);};var p=this.get("element");el=new Elem("div",{id:ids[this.ID.PICKER_BG],className:"yui-picker-bg",tabIndex:-1,hideFocus:true});child=new Elem("div",{id:ids[this.ID.PICKER_THUMB],className:"yui-picker-thumb"});img=new Elem("img",{src:images.PICKER_THUMB});child.appendChild(img);el.appendChild(child);p.appendChild(el);el=new Elem("div",{id:ids[this.ID.HUE_BG],className:"yui-picker-hue-bg",tabIndex:-1,hideFocus:true});child=new Elem("div",{id:ids[this.ID.HUE_THUMB],className:"yui-picker-hue-thumb"});img=new Elem("img",{src:images.HUE_THUMB});child.appendChild(img);el.appendChild(child);p.appendChild(el);el=new Elem("div",{id:ids[this.ID.CONTROLS],className:"yui-picker-controls"});p.appendChild(el);p=el;el=new Elem("div",{className:"hd"});child=new Elem("a",{id:ids[this.ID.CONTROLS_LABEL],href:"#"});el.appendChild(child);p.appendChild(el);el=new Elem("div",{className:"bd"});p.appendChild(el);p=el;el=new Elem("ul",{id:ids[this.ID.RGB_CONTROLS],className:"yui-picker-rgb-controls"});child=new Elem("li");child.appendChild(document.createTextNode(txt.R+" "));fld=new RGBElem("input",{id:ids[thi
[all...]
H A Dcolorpicker-beta.js256 * The element ids used by this control
538 IDS: "ids",
884 ids = this.get(this.OPT.IDS),
912 id: ids[this.ID.PICKER_BG],
919 id: ids[this.ID.PICKER_THUMB],
933 id: ids[this.ID.HUE_BG],
940 id: ids[this.ID.HUE_THUMB],
956 id: ids[this.ID.CONTROLS],
969 id: ids[this.ID.CONTROLS_LABEL],
986 id: ids[thi
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/colorpicker/
H A Dcolorpicker-beta-debug.js259 * The element ids used by this control
541 IDS: "ids",
891 ids = this.get(this.OPT.IDS),
919 id: ids[this.ID.PICKER_BG],
926 id: ids[this.ID.PICKER_THUMB],
940 id: ids[this.ID.HUE_BG],
947 id: ids[this.ID.HUE_THUMB],
963 id: ids[this.ID.CONTROLS],
976 id: ids[this.ID.CONTROLS_LABEL],
993 id: ids[thi
[all...]
H A Dcolorpicker-beta-min.js18 YAHOO.widget.ColorPicker.superclass.constructor.call(this,el,attr);};YAHOO.extend(YAHOO.widget.ColorPicker,YAHOO.util.Element);var proto=YAHOO.widget.ColorPicker.prototype,Slider=YAHOO.widget.Slider,Color=YAHOO.util.Color,Dom=YAHOO.util.Dom,Event=YAHOO.util.Event,lang=YAHOO.lang,sub=lang.substitute;var b="yui-picker";proto.ID={R:b+"-r",R_HEX:b+"-rhex",G:b+"-g",G_HEX:b+"-ghex",B:b+"-b",B_HEX:b+"-bhex",H:b+"-h",S:b+"-s",V:b+"-v",PICKER_BG:b+"-bg",PICKER_THUMB:b+"-thumb",HUE_BG:b+"-hue-bg",HUE_THUMB:b+"-hue-thumb",HEX:b+"-hex",SWATCH:b+"-swatch",WEBSAFE_SWATCH:b+"-websafe-swatch",CONTROLS:b+"-controls",RGB_CONTROLS:b+"-rgb-controls",HSV_CONTROLS:b+"-hsv-controls",HEX_CONTROLS:b+"-hex-controls",HEX_SUMMARY:b+"-hex-summary",CONTROLS_LABEL:b+"-controls-label"};proto.TXT={ILLEGAL_HEX:"Illegal hex value entered",SHOW_CONTROLS:"Show color details",HIDE_CONTROLS:"Hide color details",CURRENT_COLOR:"Currently selected color: {rgb}",CLOSEST_WEBSAFE:"Closest websafe color: {rgb}. Click to select.",R:"R",G:"G",B:"B",H:"H",S:"S",V:"V",HEX:"#",DEG:"\u00B0",PERCENT:"%"};proto.IMAGE={PICKER_THUMB:"../../build/colorpicker/assets/picker_thumb.png",HUE_THUMB:"../../build/colorpicker/assets/hue_thumb.png"};proto.DEFAULT={PICKER_SIZE:180};proto.OPT={HUE:"hue",SATURATION:"saturation",VALUE:"value",RED:"red",GREEN:"green",BLUE:"blue",HSV:"hsv",RGB:"rgb",WEBSAFE:"websafe",HEX:"hex",PICKER_SIZE:"pickersize",SHOW_CONTROLS:"showcontrols",SHOW_RGB_CONTROLS:"showrgbcontrols",SHOW_HSV_CONTROLS:"showhsvcontrols",SHOW_HEX_CONTROLS:"showhexcontrols",SHOW_HEX_SUMMARY:"showhexsummary",SHOW_WEBSAFE:"showwebsafe",CONTAINER:"container",IDS:"ids",ELEMENTS:"elements",TXT:"txt",IMAGES:"images",ANIMATE:"animate"};proto.setValue=function(rgb,silent){silent=(silent)||false;this.set(this.OPT.RGB,rgb,silent);_updateSliders.call(this);};proto.hueSlider=null;proto.pickerSlider=null;var _getH=function(){var size=this.get(this.OPT.PICKER_SIZE),h=(size-this.hueSlider.getValue())/size;h=Math.round(h*360);return(h===360)?0:h;};var _getS=function(){return this.pickerSlider.getXValue()/this.get(this.OPT.PICKER_SIZE);};var _getV=function(){var size=this.get(this.OPT.PICKER_SIZE);return(size-this.pickerSlider.getYValue())/size;};var _updateSwatch=function(){var rgb=this.get(this.OPT.RGB),websafe=this.get(this.OPT.WEBSAFE),el=this.getElement(this.ID.SWATCH),color=rgb.join(","),txt=this.get(this.OPT.TXT);Dom.setStyle(el,"background-color","rgb("+color+")");el.title=lang.substitute(txt.CURRENT_COLOR,{"rgb":"#"+this.get(this.OPT.HEX)});el=this.getElement(this.ID.WEBSAFE_SWATCH);color=websafe.join(",");Dom.setStyle(el,"background-color","rgb("+color+")");el.title=lang.substitute(txt.CLOSEST_WEBSAFE,{"rgb":"#"+Color.rgb2hex(websafe)});};var _getValuesFromSliders=function(){var h=_getH.call(this),s=_getS.call(this),v=_getV.call(this);rgb=Color.hsv2rgb(h,s,v);var websafe=Color.websafe(rgb);var hex=Color.rgb2hex(rgb[0],rgb[1],rgb[2]);this.set(this.OPT.RGB,rgb);};var _updateFormFields=function(){this.getElement(this.ID.H).value=this.get(this.OPT.HUE);this.getElement(this.ID.S).value=this.get(this.OPT.SATURATION);this.getElement(this.ID.V).value=this.get(this.OPT.VALUE);this.getElement(this.ID.R).value=this.get(this.OPT.RED);this.getElement(this.ID.R_HEX).innerHTML=Color.dec2hex(this.get(this.OPT.RED));this.getElement(this.ID.G).value=this.get(this.OPT.GREEN);this.getElement(this.ID.G_HEX).innerHTML=Color.dec2hex(this.get(this.OPT.GREEN));this.getElement(this.ID.B).value=this.get(this.OPT.BLUE);this.getElement(this.ID.B_HEX).innerHTML=Color.dec2hex(this.get(this.OPT.BLUE));this.getElement(this.ID.HEX).value=this.get(this.OPT.HEX);};var _onHueSliderChange=function(newOffset){var h=_getH.call(this);this.set(this.OPT.HUE,h,true);var rgb=Color.hsv2rgb(h,1,1);var styleDef="rgb("+rgb.join(",")+")";Dom.setStyle(this.getElement(this.ID.PICKER_BG),"background-color",styleDef);if(this.hueSlider.valueChangeSource===this.hueSlider.SOURCE_UI_EVENT){_getValuesFromSliders.call(this);}
22 default:Event.stopEvent(e);return false;}};proto.getElement=function(id){return this.get(this.OPT.ELEMENTS)[this.get(this.OPT.IDS)[id]];};_createElements=function(){var el,child,img,fld,i,ids=this.get(this.OPT.IDS),txt=this.get(this.OPT.TXT),images=this.get(this.OPT.IMAGES),Elem=function(type,o){var n=document.createElement(type);if(o){lang.augmentObject(n,o,true);}
23 return n;},RGBElem=function(type,obj){var o=lang.merge({autocomplete:"off",value:"0",size:3,maxlength:3},obj);o.name=o.id;return new Elem(type,o);};var p=this.get("element");el=new Elem("div",{id:ids[this.ID.PICKER_BG],className:"yui-picker-bg",tabIndex:-1,hideFocus:true});child=new Elem("div",{id:ids[this.ID.PICKER_THUMB],className:"yui-picker-thumb"});img=new Elem("img",{src:images.PICKER_THUMB});child.appendChild(img);el.appendChild(child);p.appendChild(el);el=new Elem("div",{id:ids[this.ID.HUE_BG],className:"yui-picker-hue-bg",tabIndex:-1,hideFocus:true});child=new Elem("div",{id:ids[this.ID.HUE_THUMB],className:"yui-picker-hue-thumb"});img=new Elem("img",{src:images.HUE_THUMB});child.appendChild(img);el.appendChild(child);p.appendChild(el);el=new Elem("div",{id:ids[this.ID.CONTROLS],className:"yui-picker-controls"});p.appendChild(el);p=el;el=new Elem("div",{className:"hd"});child=new Elem("a",{id:ids[this.ID.CONTROLS_LABEL],href:"#"});el.appendChild(child);p.appendChild(el);el=new Elem("div",{className:"bd"});p.appendChild(el);p=el;el=new Elem("ul",{id:ids[this.ID.RGB_CONTROLS],className:"yui-picker-rgb-controls"});child=new Elem("li");child.appendChild(document.createTextNode(txt.R+" "));fld=new RGBElem("input",{id:ids[thi
[all...]
H A Dcolorpicker-beta.js256 * The element ids used by this control
538 IDS: "ids",
884 ids = this.get(this.OPT.IDS),
912 id: ids[this.ID.PICKER_BG],
919 id: ids[this.ID.PICKER_THUMB],
933 id: ids[this.ID.HUE_BG],
940 id: ids[this.ID.HUE_THUMB],
956 id: ids[this.ID.CONTROLS],
969 id: ids[this.ID.CONTROLS_LABEL],
986 id: ids[thi
[all...]
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/services/
H A DServicesView.js36 function deleteServices (ids) {
38 message: $.t("console.services.list.confirmDeleteSelected", { count: ids.length })
40 ServicesService.instance.remove(this.data.realmPath, ids).then(() => {
84 const ids = _(this.$el.find("input[type=checkbox]:checked")).toArray().map(getServiceIdFromElement).value();
86 _.bind(deleteServices, this)(ids);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/xmlsig/
H A DXMLSignatureManager.java362 * @param ids list of id attribute values of nodes to be signed
369 java.util.List ids)
371 return sp.signXML(doc, certAlias, algorithm, ids);
380 * @param ids list of id attribute values of nodes to be signed
387 java.util.List ids)
389 return sp.signXML(xmlString, certAlias, algorithm, ids);
401 * @param ids list of id attribute values of nodes to be signed
409 java.util.List ids)
411 return sp.signXML(doc, certAlias, algorithm, transformAlag, ids);
421 * @param ids lis
366 signXML(org.w3c.dom.Document doc, java.lang.String certAlias, java.lang.String algorithm, java.util.List ids) argument
384 signXML(java.lang.String xmlString, java.lang.String certAlias, java.lang.String algorithm, java.util.List ids) argument
405 signXML(org.w3c.dom.Document doc, java.lang.String certAlias, java.lang.String algorithm, java.lang.String transformAlag, java.util.List ids) argument
425 signWithWSSSAMLTokenProfile( org.w3c.dom.Document doc, java.security.cert.Certificate cert, java.lang.String assertionID, java.lang.String algorithm, java.util.List ids) argument
450 signWithWSSSAMLTokenProfile( org.w3c.dom.Document doc, java.security.cert.Certificate cert, String assertionID, String algorithm, java.util.List ids, String wsfVersion) argument
470 signWithSAMLToken( org.w3c.dom.Document doc, java.security.cert.Certificate cert, java.lang.String assertionID, java.lang.String algorithm, java.util.List ids) argument
497 signWithSAMLToken( org.w3c.dom.Document doc, java.security.Key key, boolean symmetricKey, java.security.cert.Certificate signingCert, java.security.cert.Certificate encryptCert, java.lang.String assertionID, java.lang.String algorithm, java.util.List ids) argument
512 signWithKerberosToken( org.w3c.dom.Document doc, java.security.Key key, java.lang.String algorithm, java.util.List ids) argument
532 signWithBinarySecurityToken( org.w3c.dom.Document doc, java.security.cert.Certificate cert, java.lang.String algorithm, java.util.List ids, java.lang.String refenceType) argument
553 signWithUserNameToken( org.w3c.dom.Document doc, java.security.cert.Certificate cert, java.lang.String algorithm, java.util.List ids) argument
573 signWithWSSX509TokenProfile( org.w3c.dom.Document doc, java.security.cert.Certificate cert, String algorithm, java.util.List ids) argument
593 signWithWSSX509TokenProfile( org.w3c.dom.Document doc, java.security.cert.Certificate cert, String algorithm, java.util.List ids, String wsfVersion) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/xmlsig/
H A DXMLSignatureManager.java361 * @param ids list of id attribute values of nodes to be signed
368 java.util.List ids)
370 return sp.signXML(doc, certAlias, algorithm, ids);
379 * @param ids list of id attribute values of nodes to be signed
386 java.util.List ids)
388 return sp.signXML(xmlString, certAlias, algorithm, ids);
400 * @param ids list of id attribute values of nodes to be signed
408 java.util.List ids)
410 return sp.signXML(doc, certAlias, algorithm, transformAlag, ids);
420 * @param ids lis
365 signXML(org.w3c.dom.Document doc, java.lang.String certAlias, java.lang.String algorithm, java.util.List ids) argument
383 signXML(java.lang.String xmlString, java.lang.String certAlias, java.lang.String algorithm, java.util.List ids) argument
404 signXML(org.w3c.dom.Document doc, java.lang.String certAlias, java.lang.String algorithm, java.lang.String transformAlag, java.util.List ids) argument
424 signWithWSSSAMLTokenProfile( org.w3c.dom.Document doc, java.security.cert.Certificate cert, java.lang.String assertionID, java.lang.String algorithm, java.util.List ids) argument
449 signWithWSSSAMLTokenProfile( org.w3c.dom.Document doc, java.security.cert.Certificate cert, String assertionID, String algorithm, java.util.List ids, String wsfVersion) argument
469 signWithSAMLToken( org.w3c.dom.Document doc, java.security.cert.Certificate cert, java.lang.String assertionID, java.lang.String algorithm, java.util.List ids) argument
496 signWithSAMLToken( org.w3c.dom.Document doc, java.security.Key key, boolean symmetricKey, java.security.cert.Certificate signingCert, java.security.cert.Certificate encryptCert, java.lang.String assertionID, java.lang.String algorithm, java.util.List ids) argument
511 signWithKerberosToken( org.w3c.dom.Document doc, java.security.Key key, java.lang.String algorithm, java.util.List ids) argument
531 signWithBinarySecurityToken( org.w3c.dom.Document doc, java.security.cert.Certificate cert, java.lang.String algorithm, java.util.List ids, java.lang.String refenceType) argument
552 signWithUserNameToken( org.w3c.dom.Document doc, java.security.cert.Certificate cert, java.lang.String algorithm, java.util.List ids) argument
572 signWithWSSX509TokenProfile( org.w3c.dom.Document doc, java.security.cert.Certificate cert, String algorithm, java.util.List ids) argument
592 signWithWSSX509TokenProfile( org.w3c.dom.Document doc, java.security.cert.Certificate cert, String algorithm, java.util.List ids, String wsfVersion) argument
[all...]

Completed in 5130 milliseconds

123456