Searched defs:Attribute (Results 1 - 25 of 61) sorted by relevance

123

/forgerock/openam-v13/openam-radius/openam-radius-common/src/main/java/org/forgerock/openam/radius/common/
H A DAttribute.java40 public abstract class Attribute { class
70 public Attribute(byte[] octets) { method in class:Attribute
/forgerock/openam/openam-radius/openam-radius-common/src/main/java/org/forgerock/openam/radius/common/
H A DAttribute.java40 public abstract class Attribute { class
70 public Attribute(byte[] octets) { method in class:Attribute
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/element/
H A Delement-beta-debug.js8 * Provides Attribute configurations.
10 * @class Attribute
12 * @param hash {Object} The intial Attribute.
13 * @param {YAHOO.util.AttributeProvider} The owner of the Attribute instance.
16 YAHOO.util.Attribute = function(hash, owner) {
23 YAHOO.util.Attribute.prototype = {
120 ' failed: read only', 'error', 'Attribute');
126 ' validation failed', 'error', 'Attribute');
134 ' cancelled by beforeChange event', 'info', 'Attribute');
156 * Allows for configuring the Attribute'
[all...]
H A Delement-beta-min.js8 YAHOO.util.Attribute=function(hash,owner){if(owner){this.owner=owner;this.configure(hash,true);}};YAHOO.util.Attribute.prototype={name:undefined,value:null,owner:null,readOnly:false,writeOnce:false,_initialConfig:null,_written:false,method:null,validator:null,getValue:function(){return this.value;},setValue:function(value,silent){var beforeRetVal;var owner=this.owner;var name=this.name;var event={type:name,prevValue:this.getValue(),newValue:value};if(this.readOnly||(this.writeOnce&&this._written)){return false;}
18 return map;},setAttributeConfig:function(key,map,init){var configs=this._configs||{};map=map||{};if(!configs[key]){map.name=key;configs[key]=new YAHOO.util.Attribute(map,this);}else{configs[key].configure(map,init);}},configureAttribute:function(key,map,init){this.setAttributeConfig(key,map,init);},resetAttributeConfig:function(key){var configs=this._configs||{};configs[key].resetConfig();},fireBeforeChangeEvent:function(e){var type='before';type+=e.type.charAt(0).toUpperCase()+e.type.substr(1)+'Change';e.type=type;return this.fireEvent(e.type,e);},fireChangeEvent:function(e){e.type+='Change';return this.fireEvent(e.type,e);}};YAHOO.augment(YAHOO.util.AttributeProvider,YAHOO.util.EventProvider);})();(function(){var Dom=YAHOO.util.Dom,AttributeProvider=YAHOO.util.AttributeProvider;YAHOO.util.Element=function(el,map){if(arguments.length){this.init(el,map);}};YAHOO.util.Element.prototype={DOM_EVENTS:null,appendChild:function(child){child=child.get?child.get('element'):child;this.get('element').appendChild(child);},getElementsByTagName:function(tag){return this.get('element').getElementsByTagName(tag);},hasChildNodes:function(){return this.get('element').hasChildNodes();},insertBefore:function(element,before){element=element.get?element.get('element'):element;before=(before&&before.get)?before.get('element'):before;this.get('element').insertBefore(element,before);},removeChild:function(child){child=child.get?child.get('element'):child;this.get('element').removeChild(child);return true;},replaceChild:function(newNode,oldNode){newNode=newNode.get?newNode.get('element'):newNode;oldNode=oldNode.get?oldNode.get('element'):oldNode;return this.get('element').replaceChild(newNode,oldNode);},initAttributes:function(map){},addListener:function(type,fn,obj,scope){var el=this.get('element');scope=scope||this;el=this.get('id')||el;var self=this;if(!this._events[type]){if(this.DOM_EVENTS[type]){YAHOO.util.Event.addListener(el,type,function(e){if(e.srcElement&&!e.target){e.target=e.srcElement;}
36 this.fireEvent('contentReady',{type:'contentReady',target:attr.element});},this,true);};var _initHTMLElement=function(attr){this.setAttributeConfig('element',{value:Dom.get(attr.element),readOnly:true});};var _initContent=function(attr){this.initAttributes(attr);this.setAttributes(attr,true);this.fireQueue();};var _registerHTMLAttr=function(key,map){var el=this.get('element');map=map||{};map.name=key;map.method=map.method||function(value){el[key]=value;};map.value=map.value||el[key];this._configs[key]=new YAHOO.util.Attribute(map,this);};YAHOO.augment(YAHOO.util.Element,AttributeProvider);})();YAHOO.register("element",YAHO (…)
H A Delement-beta.js8 * Provides Attribute configurations.
10 * @class Attribute
12 * @param hash {Object} The intial Attribute.
13 * @param {YAHOO.util.AttributeProvider} The owner of the Attribute instance.
16 YAHOO.util.Attribute = function(hash, owner) {
23 YAHOO.util.Attribute.prototype = {
150 * Allows for configuring the Attribute's properties.
152 * @param {Object} map A key-value map of Attribute properties.
208 * Provides and manages YAHOO.util.Attribute instances
218 * A key-value map of Attribute configuration
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/element/
H A Delement-beta-debug.js8 * Provides Attribute configurations.
10 * @class Attribute
12 * @param hash {Object} The intial Attribute.
13 * @param {YAHOO.util.AttributeProvider} The owner of the Attribute instance.
16 YAHOO.util.Attribute = function(hash, owner) {
23 YAHOO.util.Attribute.prototype = {
120 ' failed: read only', 'error', 'Attribute');
126 ' validation failed', 'error', 'Attribute');
134 ' cancelled by beforeChange event', 'info', 'Attribute');
156 * Allows for configuring the Attribute'
[all...]
H A Delement-beta-min.js8 YAHOO.util.Attribute=function(hash,owner){if(owner){this.owner=owner;this.configure(hash,true);}};YAHOO.util.Attribute.prototype={name:undefined,value:null,owner:null,readOnly:false,writeOnce:false,_initialConfig:null,_written:false,method:null,validator:null,getValue:function(){return this.value;},setValue:function(value,silent){var beforeRetVal;var owner=this.owner;var name=this.name;var event={type:name,prevValue:this.getValue(),newValue:value};if(this.readOnly||(this.writeOnce&&this._written)){return false;}
18 return map;},setAttributeConfig:function(key,map,init){var configs=this._configs||{};map=map||{};if(!configs[key]){map.name=key;configs[key]=new YAHOO.util.Attribute(map,this);}else{configs[key].configure(map,init);}},configureAttribute:function(key,map,init){this.setAttributeConfig(key,map,init);},resetAttributeConfig:function(key){var configs=this._configs||{};configs[key].resetConfig();},fireBeforeChangeEvent:function(e){var type='before';type+=e.type.charAt(0).toUpperCase()+e.type.substr(1)+'Change';e.type=type;return this.fireEvent(e.type,e);},fireChangeEvent:function(e){e.type+='Change';return this.fireEvent(e.type,e);}};YAHOO.augment(YAHOO.util.AttributeProvider,YAHOO.util.EventProvider);})();(function(){var Dom=YAHOO.util.Dom,AttributeProvider=YAHOO.util.AttributeProvider;YAHOO.util.Element=function(el,map){if(arguments.length){this.init(el,map);}};YAHOO.util.Element.prototype={DOM_EVENTS:null,appendChild:function(child){child=child.get?child.get('element'):child;this.get('element').appendChild(child);},getElementsByTagName:function(tag){return this.get('element').getElementsByTagName(tag);},hasChildNodes:function(){return this.get('element').hasChildNodes();},insertBefore:function(element,before){element=element.get?element.get('element'):element;before=(before&&before.get)?before.get('element'):before;this.get('element').insertBefore(element,before);},removeChild:function(child){child=child.get?child.get('element'):child;this.get('element').removeChild(child);return true;},replaceChild:function(newNode,oldNode){newNode=newNode.get?newNode.get('element'):newNode;oldNode=oldNode.get?oldNode.get('element'):oldNode;return this.get('element').replaceChild(newNode,oldNode);},initAttributes:function(map){},addListener:function(type,fn,obj,scope){var el=this.get('element');scope=scope||this;el=this.get('id')||el;var self=this;if(!this._events[type]){if(this.DOM_EVENTS[type]){YAHOO.util.Event.addListener(el,type,function(e){if(e.srcElement&&!e.target){e.target=e.srcElement;}
36 this.fireEvent('contentReady',{type:'contentReady',target:attr.element});},this,true);};var _initHTMLElement=function(attr){this.setAttributeConfig('element',{value:Dom.get(attr.element),readOnly:true});};var _initContent=function(attr){this.initAttributes(attr);this.setAttributes(attr,true);this.fireQueue();};var _registerHTMLAttr=function(key,map){var el=this.get('element');map=map||{};map.name=key;map.method=map.method||function(value){el[key]=value;};map.value=map.value||el[key];this._configs[key]=new YAHOO.util.Attribute(map,this);};YAHOO.augment(YAHOO.util.Element,AttributeProvider);})();YAHOO.register("element",YAHO (…)
H A Delement-beta.js8 * Provides Attribute configurations.
10 * @class Attribute
12 * @param hash {Object} The intial Attribute.
13 * @param {YAHOO.util.AttributeProvider} The owner of the Attribute instance.
16 YAHOO.util.Attribute = function(hash, owner) {
23 YAHOO.util.Attribute.prototype = {
150 * Allows for configuring the Attribute's properties.
152 * @param {Object} map A key-value map of Attribute properties.
208 * Provides and manages YAHOO.util.Attribute instances
218 * A key-value map of Attribute configuration
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAttribute.java25 * $Id: Attribute.java,v 1.4 2008/09/03 22:28:40 weisun2 Exp $
42 * The <code>Attribute</code> element specifies an attribute of the assertion
43 * subject. The <code>Attribute</code> element is an extension of the
49 public class Attribute extends AttributeDesignator { class in inherits:AttributeDesignator
59 public Attribute(Element element) throws SAMLException { method in class:Attribute
62 SAMLUtilsCommon.debug.message("Attribute: Input is null.");
66 // Make sure this is an Attribute.
69 if ((tag == null) || (!tag.equals("Attribute"))) {
70 SAMLUtilsCommon.debug.message("Attribute: wrong input");
87 SAMLUtilsCommon.debug.message("Attribute
189 public Attribute(String name, String nameSpace, List values) method in class:Attribute
230 public Attribute(String name, String nameSpace, String attributeValue) method in class:Attribute
[all...]
/forgerock/openam-v13/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DAttribute.java73 public class Attribute implements XACMLRootElement { class in inherits:XACMLRootElement
/forgerock/openam/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DAttribute.java73 public class Attribute implements XACMLRootElement { class in inherits:XACMLRootElement
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAttribute.java25 * $Id: Attribute.java,v 1.4 2008/09/03 22:28:40 weisun2 Exp $
42 * The <code>Attribute</code> element specifies an attribute of the assertion
43 * subject. The <code>Attribute</code> element is an extension of the
49 public class Attribute extends AttributeDesignator { class in inherits:AttributeDesignator
59 public Attribute(Element element) throws SAMLException { method in class:Attribute
62 SAMLUtilsCommon.debug.message("Attribute: Input is null.");
66 // Make sure this is an Attribute.
69 if ((tag == null) || (!tag.equals("Attribute"))) {
70 SAMLUtilsCommon.debug.message("Attribute: wrong input");
87 SAMLUtilsCommon.debug.message("Attribute
189 public Attribute(String name, String nameSpace, List values) method in class:Attribute
230 public Attribute(String name, String nameSpace, String attributeValue) method in class:Attribute
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/
H A DAttribute.java25 * $Id: Attribute.java,v 1.5 2008/06/25 05:48:11 qcheng Exp $
36 * The <code>Attribute</code> element specifies information about the
38 * listing a sequence of <code>Attribute</code> elements associated with
42 * &lt;xs:element name="Attribute" type="xacml-context:AttributeType"/>
55 public interface Attribute { interface
58 * Returns the AttributeId of the <code>Attribute</code>
65 * Sets the attributeId of the <code>Attribute</code>.
72 * Returns the issuer of the <code>Attribute</code>.
80 * Sets the issuer of the <code>Attribute</code>.
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/
H A DAttribute.java25 * $Id: Attribute.java,v 1.5 2008/06/25 05:48:11 qcheng Exp $
36 * The <code>Attribute</code> element specifies information about the
38 * listing a sequence of <code>Attribute</code> elements associated with
42 * &lt;xs:element name="Attribute" type="xacml-context:AttributeType"/>
55 public interface Attribute { interface
58 * Returns the AttributeId of the <code>Attribute</code>
65 * Sets the attributeId of the <code>Attribute</code>.
72 * Returns the issuer of the <code>Attribute</code>.
80 * Sets the issuer of the <code>Attribute</code>.
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DAttribute.java59 public interface Attribute extends Iterable<AttributeValue> interface in inherits:Iterable
/forgerock/opendj2/src/server/org/opends/server/types/
H A DAttribute.java58 public interface Attribute extends Iterable<AttributeValue> interface in inherits:Iterable
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DAttribute.java59 public interface Attribute extends Iterable<AttributeValue> interface in inherits:Iterable
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DAttribute.java59 public interface Attribute extends Iterable<AttributeValue> interface in inherits:Iterable
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DAttribute.java58 public interface Attribute extends Iterable<AttributeValue> interface in inherits:Iterable
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/
H A DAttribute.java25 * $Id: Attribute.java,v 1.2 2008/06/25 05:47:40 qcheng Exp $
41 * The <code>Attribute</code> element identifies an attribute by name and
66 public interface Attribute { interface
82 * Returns the <code>AttributeValue</code>(s) of the <code>Attribute</code>.
85 * of the <code>Attribute</code>.
91 * Sets the <code>AttributeValue</code>(s) of the <code>Attribute</code>.
101 * Returns the <code>AttributeValue</code>(s) of the <code>Attribute</code>.
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DAttribute.java56 public interface Attribute extends Iterable<ByteString> interface in inherits:Iterable
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/
H A DAttribute.java25 * $Id: Attribute.java,v 1.2 2008/06/25 05:47:40 qcheng Exp $
41 * The <code>Attribute</code> element identifies an attribute by name and
66 public interface Attribute { interface
82 * Returns the <code>AttributeValue</code>(s) of the <code>Attribute</code>.
85 * of the <code>Attribute</code>.
91 * Sets the <code>AttributeValue</code>(s) of the <code>Attribute</code>.
101 * Returns the <code>AttributeValue</code>(s) of the <code>Attribute</code>.
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/utilities/
H A Dutilities.js484 YAHOO.util.Attribute=function(hash,owner){if(owner){this.owner=owner;this.configure(hash,true);}};YAHOO.util.Attribute.prototype={name:undefined,value:null,owner:null,readOnly:false,writeOnce:false,_initialConfig:null,_written:false,method:null,validator:null,getValue:function(){return this.value;},setValue:function(value,silent){var beforeRetVal;var owner=this.owner;var name=this.name;var event={type:name,prevValue:this.getValue(),newValue:value};if(this.readOnly||(this.writeOnce&&this._written)){return false;}
494 return map;},setAttributeConfig:function(key,map,init){var configs=this._configs||{};map=map||{};if(!configs[key]){map.name=key;configs[key]=new YAHOO.util.Attribute(map,this);}else{configs[key].configure(map,init);}},configureAttribute:function(key,map,init){this.setAttributeConfig(key,map,init);},resetAttributeConfig:function(key){var configs=this._configs||{};configs[key].resetConfig();},fireBeforeChangeEvent:function(e){var type='before';type+=e.type.charAt(0).toUpperCase()+e.type.substr(1)+'Change';e.type=type;return this.fireEvent(e.type,e);},fireChangeEvent:function(e){e.type+='Change';return this.fireEvent(e.type,e);}};YAHOO.augment(YAHOO.util.AttributeProvider,YAHOO.util.EventProvider);})();(function(){var Dom=YAHOO.util.Dom,AttributeProvider=YAHOO.util.AttributeProvider;YAHOO.util.Element=function(el,map){if(arguments.length){this.init(el,map);}};YAHOO.util.Element.prototype={DOM_EVENTS:null,appendChild:function(child){child=child.get?child.get('element'):child;this.get('element').appendChild(child);},getElementsByTagName:function(tag){return this.get('element').getElementsByTagName(tag);},hasChildNodes:function(){return this.get('element').hasChildNodes();},insertBefore:function(element,before){element=element.get?element.get('element'):element;before=(before&&before.get)?before.get('element'):before;this.get('element').insertBefore(element,before);},removeChild:function(child){child=child.get?child.get('element'):child;this.get('element').removeChild(child);return true;},replaceChild:function(newNode,oldNode){newNode=newNode.get?newNode.get('element'):newNode;oldNode=oldNode.get?oldNode.get('element'):oldNode;return this.get('element').replaceChild(newNode,oldNode);},initAttributes:function(map){},addListener:function(type,fn,obj,scope){var el=this.get('element');scope=scope||this;el=this.get('id')||el;var self=this;if(!this._events[type]){if(this.DOM_EVENTS[type]){YAHOO.util.Event.addListener(el,type,function(e){if(e.srcElement&&!e.target){e.target=e.srcElement;}
512 this.fireEvent('contentReady',{type:'contentReady',target:attr.element});},this,true);};var _initHTMLElement=function(attr){this.setAttributeConfig('element',{value:Dom.get(attr.element),readOnly:true});};var _initContent=function(attr){this.initAttributes(attr);this.setAttributes(attr,true);this.fireQueue();};var _registerHTMLAttr=function(key,map){var el=this.get('element');map=map||{};map.name=key;map.method=map.method||function(value){el[key]=value;};map.value=map.value||el[key];this._configs[key]=new YAHOO.util.Attribute(map,this);};YAHOO.augment(YAHOO.util.Element,AttributeProvider);})();YAHOO.register("element",YAHOO.util.Element,{version:"2.3.0",build:"442"});YAHOO.register("utilities", YAHOO, {version: "2.3.0", build: "442"});
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/utilities/
H A Dutilities.js484 YAHOO.util.Attribute=function(hash,owner){if(owner){this.owner=owner;this.configure(hash,true);}};YAHOO.util.Attribute.prototype={name:undefined,value:null,owner:null,readOnly:false,writeOnce:false,_initialConfig:null,_written:false,method:null,validator:null,getValue:function(){return this.value;},setValue:function(value,silent){var beforeRetVal;var owner=this.owner;var name=this.name;var event={type:name,prevValue:this.getValue(),newValue:value};if(this.readOnly||(this.writeOnce&&this._written)){return false;}
494 return map;},setAttributeConfig:function(key,map,init){var configs=this._configs||{};map=map||{};if(!configs[key]){map.name=key;configs[key]=new YAHOO.util.Attribute(map,this);}else{configs[key].configure(map,init);}},configureAttribute:function(key,map,init){this.setAttributeConfig(key,map,init);},resetAttributeConfig:function(key){var configs=this._configs||{};configs[key].resetConfig();},fireBeforeChangeEvent:function(e){var type='before';type+=e.type.charAt(0).toUpperCase()+e.type.substr(1)+'Change';e.type=type;return this.fireEvent(e.type,e);},fireChangeEvent:function(e){e.type+='Change';return this.fireEvent(e.type,e);}};YAHOO.augment(YAHOO.util.AttributeProvider,YAHOO.util.EventProvider);})();(function(){var Dom=YAHOO.util.Dom,AttributeProvider=YAHOO.util.AttributeProvider;YAHOO.util.Element=function(el,map){if(arguments.length){this.init(el,map);}};YAHOO.util.Element.prototype={DOM_EVENTS:null,appendChild:function(child){child=child.get?child.get('element'):child;this.get('element').appendChild(child);},getElementsByTagName:function(tag){return this.get('element').getElementsByTagName(tag);},hasChildNodes:function(){return this.get('element').hasChildNodes();},insertBefore:function(element,before){element=element.get?element.get('element'):element;before=(before&&before.get)?before.get('element'):before;this.get('element').insertBefore(element,before);},removeChild:function(child){child=child.get?child.get('element'):child;this.get('element').removeChild(child);return true;},replaceChild:function(newNode,oldNode){newNode=newNode.get?newNode.get('element'):newNode;oldNode=oldNode.get?oldNode.get('element'):oldNode;return this.get('element').replaceChild(newNode,oldNode);},initAttributes:function(map){},addListener:function(type,fn,obj,scope){var el=this.get('element');scope=scope||this;el=this.get('id')||el;var self=this;if(!this._events[type]){if(this.DOM_EVENTS[type]){YAHOO.util.Event.addListener(el,type,function(e){if(e.srcElement&&!e.target){e.target=e.srcElement;}
512 this.fireEvent('contentReady',{type:'contentReady',target:attr.element});},this,true);};var _initHTMLElement=function(attr){this.setAttributeConfig('element',{value:Dom.get(attr.element),readOnly:true});};var _initContent=function(attr){this.initAttributes(attr);this.setAttributes(attr,true);this.fireQueue();};var _registerHTMLAttr=function(key,map){var el=this.get('element');map=map||{};map.name=key;map.method=map.method||function(value){el[key]=value;};map.value=map.value||el[key];this._configs[key]=new YAHOO.util.Attribute(map,this);};YAHOO.augment(YAHOO.util.Element,AttributeProvider);})();YAHOO.register("element",YAHOO.util.Element,{version:"2.3.0",build:"442"});YAHOO.register("utilities", YAHOO, {version: "2.3.0", build: "442"});
/forgerock/opendj-b2.6/resource/dsml/lib/
H A Djsr173_1.0_api.jarMETA-INF/MANIFEST.MF META-INF/pack.properties javax/xml/stream/EventFilter.class EventFilter ...

Completed in 3746 milliseconds

123