Searched refs:document (Results 126 - 150 of 361) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/xmlsig/
H A DSignatureProvider.java50 * Sign the XML document using enveloped signatures.
54 * @throws XMLSignatureException if the document could not be signed
61 * Sign the XML document using enveloped signatures.
67 * @throws XMLSignatureException if the document could not be signed
100 * Sign part of the XML document referred by the supplied id attribute using
107 * @throws XMLSignatureException if the document could not be signed
116 * Sign part of the XML document referred by the supplied id attribute
124 * @throws XMLSignatureException if the document could not be signed
134 * Sign part of the XML document referred by the supplied id attribute
146 * @throws XMLSignatureException if the document coul
479 verifyXMLSignature(org.w3c.dom.Document document) argument
490 verifyXMLSignature(org.w3c.dom.Document document, java.lang.String certAlias) argument
503 verifyXMLSignature(org.w3c.dom.Document document, java.security.cert.Certificate cert) argument
603 verifyWSSSignature(org.w3c.dom.Document document, java.lang.String certAlias) argument
614 verifyWSSSignature(org.w3c.dom.Document document, java.security.Key key) argument
629 verifyWSSSignature(org.w3c.dom.Document document, java.security.Key key, String certAlias, String encryptAlias) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/xmlsig/
H A DSignatureProvider.java50 * Sign the XML document using enveloped signatures.
54 * @throws XMLSignatureException if the document could not be signed
61 * Sign the XML document using enveloped signatures.
67 * @throws XMLSignatureException if the document could not be signed
100 * Sign part of the XML document referred by the supplied id attribute using
107 * @throws XMLSignatureException if the document could not be signed
116 * Sign part of the XML document referred by the supplied id attribute
124 * @throws XMLSignatureException if the document could not be signed
134 * Sign part of the XML document referred by the supplied id attribute
146 * @throws XMLSignatureException if the document coul
479 verifyXMLSignature(org.w3c.dom.Document document) argument
490 verifyXMLSignature(org.w3c.dom.Document document, java.lang.String certAlias) argument
503 verifyXMLSignature(org.w3c.dom.Document document, java.security.cert.Certificate cert) argument
603 verifyWSSSignature(org.w3c.dom.Document document, java.lang.String certAlias) argument
614 verifyWSSSignature(org.w3c.dom.Document document, java.security.Key key) argument
629 verifyWSSSignature(org.w3c.dom.Document document, java.security.Key key, String certAlias, String encryptAlias) argument
[all...]
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/yahoo-dom-event/
H A Dyahoo-dom-event.js47 return re;};if(document.defaultView&&document.defaultView.getComputedStyle){getStyle=function(el,property){var value=null;if(property=='float'){property='cssFloat';}
48 var computed=document.defaultView.getComputedStyle(el,'');if(computed){value=computed[toCamel(property)];}
49 return el.style[property]||value;};}else if(document.documentElement.currentStyle&&isIE){getStyle=function(el,property){switch(toCamel(property)){case'opacity':var val=100;try{val=el.filters['DXImageTransform.Microsoft.Alpha'].opacity;}catch(e){try{val=el.filters('alpha').opacity;}catch(e){}}
55 if(YAHOO.lang.isString(el)){return document.getElementById(el);}
58 return el;},getStyle:function(el,property){property=toCamel(property);var f=function(element){return getStyle(element,property);};return Y.Dom.batch(el,f,Y.Dom,true);},setStyle:function(el,property,val){property=toCamel(property);var f=function(element){setStyle(element,property,val);};Y.Dom.batch(el,f,Y.Dom,true);},getXY:function(el){var f=function(el){if((el.parentNode===null||el.offsetParent===null||this.getStyle(el,'display')=='none')&&el!=document.body){return false;}
72 if(!noRetry){var newXY=this.getXY(el);if((pos[0]!==null&&newXY[0]!=pos[0])||(pos[1]!==null&&newXY[1]!=pos[1])){this.setXY(el,pos,true);}}};Y.Dom.batch(el,f,Y.Dom,true);},setX:function(el,x){Y.Dom.setXY(el,[x,null]);},setY:function(el,y){Y.Dom.setXY(el,[null,y]);},getRegion:function(el){var f=function(el){if((el.parentNode===null||el.offsetParent===null||this.getStyle(el,'display')=='none')&&el!=document.body){return false;}
73 var region=Y.Region.getRegion(el);return region;};return Y.Dom.batch(el,f,Y.Dom,true);},getClientWidth:function(){return Y.Dom.getViewportWidth();},getClientHeight:function(){return Y.Dom.getViewportHeight();},getElementsByClassName:function(className,tag,root,apply){tag=tag||'*';root=(root)?Y.Dom.get(root):null||document;if(!root){return[];}
86 return false;};return Y.Dom.batch(needle,f,Y.Dom,true);},inDocument:function(el){var f=function(el){if(isSafari){while(el=el.parentNode){if(el==document.documentElement){return true;}}
88 return this.isAncestor(document
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/yahoo-dom-event/
H A Dyahoo-dom-event.js47 return re;};if(document.defaultView&&document.defaultView.getComputedStyle){getStyle=function(el,property){var value=null;if(property=='float'){property='cssFloat';}
48 var computed=document.defaultView.getComputedStyle(el,'');if(computed){value=computed[toCamel(property)];}
49 return el.style[property]||value;};}else if(document.documentElement.currentStyle&&isIE){getStyle=function(el,property){switch(toCamel(property)){case'opacity':var val=100;try{val=el.filters['DXImageTransform.Microsoft.Alpha'].opacity;}catch(e){try{val=el.filters('alpha').opacity;}catch(e){}}
55 if(YAHOO.lang.isString(el)){return document.getElementById(el);}
58 return el;},getStyle:function(el,property){property=toCamel(property);var f=function(element){return getStyle(element,property);};return Y.Dom.batch(el,f,Y.Dom,true);},setStyle:function(el,property,val){property=toCamel(property);var f=function(element){setStyle(element,property,val);};Y.Dom.batch(el,f,Y.Dom,true);},getXY:function(el){var f=function(el){if((el.parentNode===null||el.offsetParent===null||this.getStyle(el,'display')=='none')&&el!=document.body){return false;}
72 if(!noRetry){var newXY=this.getXY(el);if((pos[0]!==null&&newXY[0]!=pos[0])||(pos[1]!==null&&newXY[1]!=pos[1])){this.setXY(el,pos,true);}}};Y.Dom.batch(el,f,Y.Dom,true);},setX:function(el,x){Y.Dom.setXY(el,[x,null]);},setY:function(el,y){Y.Dom.setXY(el,[null,y]);},getRegion:function(el){var f=function(el){if((el.parentNode===null||el.offsetParent===null||this.getStyle(el,'display')=='none')&&el!=document.body){return false;}
73 var region=Y.Region.getRegion(el);return region;};return Y.Dom.batch(el,f,Y.Dom,true);},getClientWidth:function(){return Y.Dom.getViewportWidth();},getClientHeight:function(){return Y.Dom.getViewportHeight();},getElementsByClassName:function(className,tag,root,apply){tag=tag||'*';root=(root)?Y.Dom.get(root):null||document;if(!root){return[];}
86 return false;};return Y.Dom.batch(needle,f,Y.Dom,true);},inDocument:function(el){var f=function(el){if(isSafari){while(el=el.parentNode){if(el==document.documentElement){return true;}}
88 return this.isAncestor(document
[all...]
/forgerock/openam-v13/openam-sts/openam-soap-sts/openam-soap-sts-client/src/main/java/org/forgerock/openam/sts/soap/
H A DTokenSpecification.java166 Document document = DocumentBuilderFactory.newInstance().newDocumentBuilder().newDocument();
167 unt.prepare(document);
/forgerock/openam/openam-sts/openam-soap-sts/openam-soap-sts-client/src/main/java/org/forgerock/openam/sts/soap/
H A DTokenSpecification.java168 Document document = DocumentBuilderFactory.newInstance().newDocumentBuilder().newDocument();
169 unt.prepare(document);
/forgerock/openam-v13/openam-authentication/deviceprint/scripts/src/main/resources/js/
H A Djquery.js20 // For environments that do not inherently posses a window with a document
25 module.exports = global.document ?
28 if ( !w.document ) {
29 throw new Error( "jQuery requires a window with a document" );
616 // Local document vars
618 document,
628 preferredDoc = window.document,
793 if ( ( context ? context.ownerDocument || context : preferredDoc ) !== document ) {
797 context = context || document;
816 // nodes that are no longer in the document (jQuer
[all...]
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/utilities/
H A Dutilities.js47 return re;};if(document.defaultView&&document.defaultView.getComputedStyle){getStyle=function(el,property){var value=null;if(property=='float'){property='cssFloat';}
48 var computed=document.defaultView.getComputedStyle(el,'');if(computed){value=computed[toCamel(property)];}
49 return el.style[property]||value;};}else if(document.documentElement.currentStyle&&isIE){getStyle=function(el,property){switch(toCamel(property)){case'opacity':var val=100;try{val=el.filters['DXImageTransform.Microsoft.Alpha'].opacity;}catch(e){try{val=el.filters('alpha').opacity;}catch(e){}}
55 if(YAHOO.lang.isString(el)){return document.getElementById(el);}
58 return el;},getStyle:function(el,property){property=toCamel(property);var f=function(element){return getStyle(element,property);};return Y.Dom.batch(el,f,Y.Dom,true);},setStyle:function(el,property,val){property=toCamel(property);var f=function(element){setStyle(element,property,val);};Y.Dom.batch(el,f,Y.Dom,true);},getXY:function(el){var f=function(el){if((el.parentNode===null||el.offsetParent===null||this.getStyle(el,'display')=='none')&&el!=document.body){return false;}
72 if(!noRetry){var newXY=this.getXY(el);if((pos[0]!==null&&newXY[0]!=pos[0])||(pos[1]!==null&&newXY[1]!=pos[1])){this.setXY(el,pos,true);}}};Y.Dom.batch(el,f,Y.Dom,true);},setX:function(el,x){Y.Dom.setXY(el,[x,null]);},setY:function(el,y){Y.Dom.setXY(el,[null,y]);},getRegion:function(el){var f=function(el){if((el.parentNode===null||el.offsetParent===null||this.getStyle(el,'display')=='none')&&el!=document.body){return false;}
73 var region=Y.Region.getRegion(el);return region;};return Y.Dom.batch(el,f,Y.Dom,true);},getClientWidth:function(){return Y.Dom.getViewportWidth();},getClientHeight:function(){return Y.Dom.getViewportHeight();},getElementsByClassName:function(className,tag,root,apply){tag=tag||'*';root=(root)?Y.Dom.get(root):null||document;if(!root){return[];}
86 return false;};return Y.Dom.batch(needle,f,Y.Dom,true);},inDocument:function(el){var f=function(el){if(isSafari){while(el=el.parentNode){if(el==document.documentElement){return true;}}
88 return this.isAncestor(document
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/utilities/
H A Dutilities.js47 return re;};if(document.defaultView&&document.defaultView.getComputedStyle){getStyle=function(el,property){var value=null;if(property=='float'){property='cssFloat';}
48 var computed=document.defaultView.getComputedStyle(el,'');if(computed){value=computed[toCamel(property)];}
49 return el.style[property]||value;};}else if(document.documentElement.currentStyle&&isIE){getStyle=function(el,property){switch(toCamel(property)){case'opacity':var val=100;try{val=el.filters['DXImageTransform.Microsoft.Alpha'].opacity;}catch(e){try{val=el.filters('alpha').opacity;}catch(e){}}
55 if(YAHOO.lang.isString(el)){return document.getElementById(el);}
58 return el;},getStyle:function(el,property){property=toCamel(property);var f=function(element){return getStyle(element,property);};return Y.Dom.batch(el,f,Y.Dom,true);},setStyle:function(el,property,val){property=toCamel(property);var f=function(element){setStyle(element,property,val);};Y.Dom.batch(el,f,Y.Dom,true);},getXY:function(el){var f=function(el){if((el.parentNode===null||el.offsetParent===null||this.getStyle(el,'display')=='none')&&el!=document.body){return false;}
72 if(!noRetry){var newXY=this.getXY(el);if((pos[0]!==null&&newXY[0]!=pos[0])||(pos[1]!==null&&newXY[1]!=pos[1])){this.setXY(el,pos,true);}}};Y.Dom.batch(el,f,Y.Dom,true);},setX:function(el,x){Y.Dom.setXY(el,[x,null]);},setY:function(el,y){Y.Dom.setXY(el,[null,y]);},getRegion:function(el){var f=function(el){if((el.parentNode===null||el.offsetParent===null||this.getStyle(el,'display')=='none')&&el!=document.body){return false;}
73 var region=Y.Region.getRegion(el);return region;};return Y.Dom.batch(el,f,Y.Dom,true);},getClientWidth:function(){return Y.Dom.getViewportWidth();},getClientHeight:function(){return Y.Dom.getViewportHeight();},getElementsByClassName:function(className,tag,root,apply){tag=tag||'*';root=(root)?Y.Dom.get(root):null||document;if(!root){return[];}
86 return false;};return Y.Dom.batch(needle,f,Y.Dom,true);},inDocument:function(el){var f=function(el){if(isSafari){while(el=el.parentNode){if(el==document.documentElement){return true;}}
88 return this.isAncestor(document
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DProxyRestrictionImpl.java81 Document document = XMLUtils.toDOMDocument(xml, SAML2SDKUtils.debug);
82 if (document != null) {
83 Element rootElement = document.getDocumentElement();
H A DSubjectConfirmationImpl.java88 Document document = XMLUtils.toDOMDocument(xml, SAML2SDKUtils.debug);
89 if (document != null) {
90 Element rootElement = document.getDocumentElement();
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/impl/
H A DResourceImpl.java86 Document document = XMLUtils.toDOMDocument(xml, XACMLSDKUtils.debug);
87 if (document != null) {
88 Element rootElement = document.getDocumentElement();
H A DResponseImpl.java85 Document document = XMLUtils.toDOMDocument(xml, XACMLSDKUtils.debug);
86 if (document != null) {
87 Element rootElement = document.getDocumentElement();
H A DResultImpl.java92 Document document = XMLUtils.toDOMDocument(xml, XACMLSDKUtils.debug);
93 if (document != null) {
94 Element rootElement = document.getDocumentElement();
H A DStatusCodeImpl.java83 Document document = XMLUtils.toDOMDocument(xml, XACMLSDKUtils.debug);
84 if (document != null) {
85 Element rootElement = document.getDocumentElement();
H A DStatusImpl.java87 Document document = XMLUtils.toDOMDocument(xml, XACMLSDKUtils.debug);
88 if (document != null) {
89 Element rootElement = document.getDocumentElement();
H A DSubjectImpl.java87 Document document = XMLUtils.toDOMDocument(xml, XACMLSDKUtils.debug);
88 if (document != null) {
89 Element rootElement = document.getDocumentElement();
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/policy/impl/
H A DObligationImpl.java95 Document document = XMLUtils.toDOMDocument(xml, XACMLSDKUtils.debug);
96 if (document != null) {
97 Element rootElement = document.getDocumentElement();
H A DObligationsImpl.java84 Document document = XMLUtils.toDOMDocument(xml, XACMLSDKUtils.debug);
85 if (document != null) {
86 Element rootElement = document.getDocumentElement();
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/saml2/impl/
H A DXACMLAuthzDecisionStatementImpl.java108 Document document = XMLUtils.toDOMDocument(xml, XACMLSDKUtils.debug);
109 if (document != null) {
110 Element rootElement = document.getDocumentElement();
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/colorpicker/
H A Dcolorpicker-beta-debug.js895 var n = document.createElement(type);
998 child.appendChild(document.createTextNode(txt.R + " "));
1009 child.appendChild(document.createTextNode(txt.G + " "));
1020 child.appendChild(document.createTextNode(txt.B + " "));
1039 child.appendChild(document.createTextNode(txt.H + " "));
1047 child.appendChild(document.createTextNode(" " + txt.DEG));
1052 child.appendChild(document.createTextNode(txt.S + " "));
1060 child.appendChild(document.createTextNode(" " + txt.PERCENT));
1065 child.appendChild(document.createTextNode(txt.V + " "));
1073 child.appendChild(document
[all...]
H A Dcolorpicker-beta-min.js22 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[this.ID.R],className:"yui-picker-r"});child.appendChild(fld);el.appendChild(child);child=new Elem("li");child.appendChild(document.createTextNode(txt.G+" "));fld=new RGBElem("input",{id:ids[this.ID.G],className:"yui-picker-g"});child.appendChild(fld);el.appendChild(child);child=new Elem("li");child.appendChild(document.createTextNode(txt.B+" "));fld=new RGBElem("input",{id:ids[this.ID.B],className:"yui-picker-b"});child.appendChild(fld);el.appendChild(child);p.appendChild(el);el=new Elem("ul",{id:ids[this.ID.HSV_CONTROLS],className:"yui-picker-hsv-controls"});child=new Elem("li");child.appendChild(document.createTextNode(txt.H+" "));fld=new RGBElem("input",{id:ids[this.ID.H],className:"yui-picker-h"});child.appendChild(fld);child.appendChild(document.createTextNode(" "+txt.DEG));el.appendChild(child);child=new Elem("li");child.appendChild(document.createTextNode(txt.S+" "));fld=new RGBElem("input",{id:ids[this.ID.S],className:"yui-picker-s"});child.appendChild(fld);child.appendChild(document.createTextNode(" "+txt.PERCENT));el.appendChild(child);child=new Elem("li");child.appendChild(document.createTextNode(txt.V+" "));fld=new RGBElem("input",{id:ids[this.ID.V],className:"yui-picker-v"});child.appendChild(fld);child.appendChild(document
[all...]
H A Dcolorpicker-beta.js888 var n = document.createElement(type);
991 child.appendChild(document.createTextNode(txt.R + " "));
1002 child.appendChild(document.createTextNode(txt.G + " "));
1013 child.appendChild(document.createTextNode(txt.B + " "));
1032 child.appendChild(document.createTextNode(txt.H + " "));
1040 child.appendChild(document.createTextNode(" " + txt.DEG));
1045 child.appendChild(document.createTextNode(txt.S + " "));
1053 child.appendChild(document.createTextNode(" " + txt.PERCENT));
1058 child.appendChild(document.createTextNode(txt.V + " "));
1066 child.appendChild(document
[all...]
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/delegation/model/
H A DDelegationConfig.java81 Document document = null;
87 document = documentBuilder.parse(is);
98 return document;
/forgerock/openam-v13/openam-upgrade/src/test/java/org/forgerock/openam/upgrade/steps/policy/
H A DUpgradeResourceTypeStepTest.java42 private final Document document = mock(Document.class); field in class:UpgradeResourceTypeStepTest
64 return document;
79 when(document.getElementsByTagName(anyString())).thenReturn(new NodeList() {

Completed in 115 milliseconds

1234567891011>>