Searched refs:owner (Results 26 - 50 of 2717) sorted by relevance

1234567891011>>

/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/element/
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;}
9 if(this.validator&&!this.validator.call(owner,value)){return false;}
10 if(!silent){beforeRetVal=owner.fireBeforeChangeEvent(event);if(beforeRetVal===false){return false;}}
11 if(this.method){this.method.call(owner,valu
[all...]
H A Delement-beta.js13 * @param {YAHOO.util.AttributeProvider} The owner of the Attribute instance.
16 YAHOO.util.Attribute = function(hash, owner) {
17 if (owner) {
18 this.owner = owner;
39 * The owner of the attribute.
40 * @property owner
43 owner: null,
109 var owner = this.owner;
[all...]
/forgerock/openam-v13/openam-schema/openam-diagnostics-schema/src/main/java/com/sun/identity/diagnostic/base/core/jaxbgen/impl/runtime/
H A DSAXMarshaller.java53 private final MarshallerImpl owner; field in class:SAXMarshaller
70 this.owner = _owner;
343 public String onID( IdentifiableObject owner, String value ) throws SAXException { argument
344 objectsWithId.add(owner);
391 owner.context.getGrammarInfo().castToXMLSerializable(o).serializeBody(this);
405 owner.context.getGrammarInfo().castToXMLSerializable(o).serializeAttributes(this);
419 owner.context.getGrammarInfo().castToXMLSerializable(o).serializeURIs(this);
429 handler = owner.getEventHandler();
H A DXMLSerializer.java166 * @param owner
176 String onID( IdentifiableObject owner, String value ) throws SAXException; argument
H A DAbstractUnmarshallingEventHandlerImpl.java216 return ueh.owner();
223 return ueh.owner();
230 return ueh.owner();
238 return ueh.owner();
245 return ueh.owner();
255 return (Element)ueh.owner();
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/federation/jaxb/entityconfig/impl/runtime/
H A DSAXMarshaller.java53 private final MarshallerImpl owner; field in class:SAXMarshaller
70 this.owner = _owner;
343 public String onID( IdentifiableObject owner, String value ) throws SAXException { argument
344 objectsWithId.add(owner);
391 owner.context.getGrammarInfo().castToXMLSerializable(o).serializeBody(this);
405 owner.context.getGrammarInfo().castToXMLSerializable(o).serializeAttributes(this);
419 owner.context.getGrammarInfo().castToXMLSerializable(o).serializeURIs(this);
429 handler = owner.getEventHandler();
H A DXMLSerializer.java166 * @param owner
176 String onID( IdentifiableObject owner, String value ) throws SAXException; argument
H A DAbstractUnmarshallingEventHandlerImpl.java216 return ueh.owner();
223 return ueh.owner();
230 return ueh.owner();
238 return ueh.owner();
245 return ueh.owner();
255 return (Element)ueh.owner();
/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/runtime/
H A DSAXMarshaller.java53 private final MarshallerImpl owner; field in class:SAXMarshaller
70 this.owner = _owner;
343 public String onID( IdentifiableObject owner, String value ) throws SAXException { argument
344 objectsWithId.add(owner);
391 owner.context.getGrammarInfo().castToXMLSerializable(o).serializeBody(this);
405 owner.context.getGrammarInfo().castToXMLSerializable(o).serializeAttributes(this);
419 owner.context.getGrammarInfo().castToXMLSerializable(o).serializeURIs(this);
429 handler = owner.getEventHandler();
H A DXMLSerializer.java166 * @param owner
176 String onID( IdentifiableObject owner, String value ) throws SAXException; argument
/forgerock/openam-v13/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/entityconfig/impl/runtime/
H A DSAXMarshaller.java53 private final MarshallerImpl owner; field in class:SAXMarshaller
70 this.owner = _owner;
343 public String onID( IdentifiableObject owner, String value ) throws SAXException { argument
344 objectsWithId.add(owner);
391 owner.context.getGrammarInfo().castToXMLSerializable(o).serializeBody(this);
405 owner.context.getGrammarInfo().castToXMLSerializable(o).serializeAttributes(this);
419 owner.context.getGrammarInfo().castToXMLSerializable(o).serializeURIs(this);
429 handler = owner.getEventHandler();
H A DXMLSerializer.java166 * @param owner
176 String onID( IdentifiableObject owner, String value ) throws SAXException; argument
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/delete/
H A DDeleteMechanismActivity.java12 * information: "Portions copyright [year] [name of copyright owner]".
53 final Identity owner = mechanism.getOwner();
73 owner.removeMechanism(mechanism);
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/federation/jaxb/entityconfig/impl/runtime/
H A DSAXMarshaller.java53 private final MarshallerImpl owner; field in class:SAXMarshaller
70 this.owner = _owner;
343 public String onID( IdentifiableObject owner, String value ) throws SAXException { argument
344 objectsWithId.add(owner);
391 owner.context.getGrammarInfo().castToXMLSerializable(o).serializeBody(this);
405 owner.context.getGrammarInfo().castToXMLSerializable(o).serializeAttributes(this);
419 owner.context.getGrammarInfo().castToXMLSerializable(o).serializeURIs(this);
429 handler = owner.getEventHandler();
H A DXMLSerializer.java166 * @param owner
176 String onID( IdentifiableObject owner, String value ) throws SAXException; argument
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/runtime/
H A DSAXMarshaller.java53 private final MarshallerImpl owner; field in class:SAXMarshaller
70 this.owner = _owner;
343 public String onID( IdentifiableObject owner, String value ) throws SAXException { argument
344 objectsWithId.add(owner);
391 owner.context.getGrammarInfo().castToXMLSerializable(o).serializeBody(this);
405 owner.context.getGrammarInfo().castToXMLSerializable(o).serializeAttributes(this);
419 owner.context.getGrammarInfo().castToXMLSerializable(o).serializeURIs(this);
429 handler = owner.getEventHandler();
H A DXMLSerializer.java166 * @param owner
176 String onID( IdentifiableObject owner, String value ) throws SAXException; argument
/forgerock/openam/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/entityconfig/impl/runtime/
H A DSAXMarshaller.java53 private final MarshallerImpl owner; field in class:SAXMarshaller
70 this.owner = _owner;
343 public String onID( IdentifiableObject owner, String value ) throws SAXException { argument
344 objectsWithId.add(owner);
391 owner.context.getGrammarInfo().castToXMLSerializable(o).serializeBody(this);
405 owner.context.getGrammarInfo().castToXMLSerializable(o).serializeAttributes(this);
419 owner.context.getGrammarInfo().castToXMLSerializable(o).serializeURIs(this);
429 handler = owner.getEventHandler();
H A DXMLSerializer.java166 * @param owner
176 String onID( IdentifiableObject owner, String value ) throws SAXException; argument
/forgerock/openam-v13/openam-tools/jwt-generator/src/main/java/org/forgerock/openam/jwtgenerator/
H A DJwtGenerator.java12 * information: "Portions copyright [year] [name of copyright owner]".
78 X500Name owner = new X500Name("CN=ForgeRock,L=Bristol,C=GB");
82 info.set(X509CertInfo.SUBJECT, new CertificateSubjectName(owner));
83 info.set(X509CertInfo.ISSUER, new CertificateIssuerName(owner));
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/mechanisms/push/
H A DPushAuthActivity.java12 * information: "Portions copyright [year] [name of copyright owner]".
71 Identity owner = notification.getMechanism().getOwner();
73 String color = owner.getBackgroundColor();
84 .load(owner.getImageURL())
/forgerock/openam/openam-tools/jwt-generator/src/main/java/org/forgerock/openam/jwtgenerator/
H A DJwtGenerator.java12 * information: "Portions copyright [year] [name of copyright owner]".
78 X500Name owner = new X500Name("CN=ForgeRock,L=Bristol,C=GB");
82 info.set(X509CertInfo.SUBJECT, new CertificateSubjectName(owner));
83 info.set(X509CertInfo.ISSUER, new CertificateIssuerName(owner));
/forgerock/openidm-v4/openidm-workflow-activiti/src/main/java/org/forgerock/openidm/workflow/activiti/impl/mixin/
H A DHistoricTaskInstanceEntityMixIn.java12 * information: "Portions copyright [year] [name of copyright owner]".
36 protected String owner; field in class:HistoricTaskInstanceEntityMixIn
H A DTaskEntityMixIn.java12 * information: "Portions copyright [year] [name of copyright owner]".
43 protected String owner; field in class:TaskEntityMixIn
/forgerock/web-agents-v4/source/
H A Dlog.c12 * information: "Portions copyright [year] [name of copyright owner]".
89 int owner; member in struct:am_log::log_files
104 int owner; /* current log reader process id */ member in struct:am_log
261 f->owner = getpid();
265 f->owner = getpid();
274 f->owner = getpid();
279 f->owner = getpid();
391 f->owner = getpid();
396 f->owner = getpid();
430 log->owner
[all...]

Completed in 257 milliseconds

1234567891011>>