Searched defs:dataType (Results 1 - 25 of 39) sorted by relevance

12

/forgerock/openam-v13/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DAttributeValue.java88 protected String dataType; field in class:AttributeValue
124 * Gets the value of the dataType property.
132 return dataType;
136 * Sets the value of the dataType property.
144 this.dataType = value;
H A DAttributeDesignator.java79 protected String dataType; field in class:AttributeDesignator
134 * Gets the value of the dataType property.
142 return dataType;
146 * Sets the value of the dataType property.
154 this.dataType = value;
H A DAttributeSelector.java81 protected String dataType; field in class:AttributeSelector
158 * Gets the value of the dataType property.
166 return dataType;
170 * Sets the value of the dataType property.
178 this.dataType = value;
H A DMissingAttributeDetail.java86 protected String dataType; field in class:MissingAttributeDetail
168 * Gets the value of the dataType property.
176 return dataType;
180 * Sets the value of the dataType property.
188 this.dataType = value;
/forgerock/openam/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DAttributeValue.java88 protected String dataType; field in class:AttributeValue
124 * Gets the value of the dataType property.
132 return dataType;
136 * Sets the value of the dataType property.
144 this.dataType = value;
H A DAttributeDesignator.java79 protected String dataType; field in class:AttributeDesignator
134 * Gets the value of the dataType property.
142 return dataType;
146 * Sets the value of the dataType property.
154 this.dataType = value;
H A DAttributeSelector.java81 protected String dataType; field in class:AttributeSelector
158 * Gets the value of the dataType property.
166 return dataType;
170 * Sets the value of the dataType property.
178 this.dataType = value;
H A DMissingAttributeDetail.java86 protected String dataType; field in class:MissingAttributeDetail
168 * Gets the value of the dataType property.
176 return dataType;
180 * Sets the value of the dataType property.
188 this.dataType = value;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/secure/
H A DSecureLogHelperJCEImpl.java138 * @param dataType The kind of data to be read, whether it is a
141 * @return secure data that is matched with dataType
145 String dataType,
159 (KeyStore.SecretKeyEntry)store.getEntry(dataType, params);
175 * @param dataType The kind of cryptoMaterial, whether it is a signature
183 String dataType
195 if (store.containsAlias(dataType)) {
196 store.deleteEntry(dataType);
204 store.setEntry(dataType, secKeyEntry, params);
144 readFromSecretStore(String filename, String dataType, AMPassword password ) argument
H A DSecureLogHelperJSSImpl.java210 * @param dataType The kind of data to be read, whether it is a
213 * @return secure data that is matched with dataType
216 byte[] readFromSecretStore(String filename, String dataType, argument
267 if(dataType.equals(bs.toString())) {
291 * @param dataType The kind of cryptoMaterial, whether it is a signature
296 AMPassword password, String dataType)
309 // dataType passed is currentSignature
312 if(dataType.equals(currentSignature)) {
316 }else if(dataType.equals(currentKey)){
337 !dataType
295 writeToSecretStore(byte[] cryptoMaterial, String filename, AMPassword password, String dataType) argument
[all...]
H A DSecureLogHelper.java109 * @param dataType The kind of data to be read, whether it is a
112 * @return secure data that is matched with dataType
117 String dataType,
128 * @param dataType The kind of cryptoMaterial, whether it is a signature
136 String dataType
115 readFromSecretStore( String filename, String dataType, AMPassword password ) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/secure/
H A DSecureLogHelperJCEImpl.java138 * @param dataType The kind of data to be read, whether it is a
141 * @return secure data that is matched with dataType
145 String dataType,
159 (KeyStore.SecretKeyEntry)store.getEntry(dataType, params);
175 * @param dataType The kind of cryptoMaterial, whether it is a signature
183 String dataType
195 if (store.containsAlias(dataType)) {
196 store.deleteEntry(dataType);
204 store.setEntry(dataType, secKeyEntry, params);
144 readFromSecretStore(String filename, String dataType, AMPassword password ) argument
H A DSecureLogHelper.java109 * @param dataType The kind of data to be read, whether it is a
112 * @return secure data that is matched with dataType
117 String dataType,
128 * @param dataType The kind of cryptoMaterial, whether it is a signature
136 String dataType
115 readFromSecretStore( String filename, String dataType, AMPassword password ) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/common/
H A DXACMLSDKUtils.java124 URI dataType, String issuer) throws XACMLException
130 attr.setDataType(dataType);
123 createAttribute(List values, URI attributeId, URI dataType, String issuer) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/
H A DAttribute.java102 * @param dataType <code>URI</code> representing the data type.
105 public void setDataType(URI dataType) throws XACMLException; argument
H A DMissingAttributeDetail.java108 * @param dataType the <code>DataType</code>s of this object
112 public void setDataType(String dataType) throws XACMLException; argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/common/
H A DXACMLSDKUtils.java124 URI dataType, String issuer) throws XACMLException
130 attr.setDataType(dataType);
123 createAttribute(List values, URI attributeId, URI dataType, String issuer) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/
H A DAttribute.java102 * @param dataType <code>URI</code> representing the data type.
105 public void setDataType(URI dataType) throws XACMLException; argument
H A DMissingAttributeDetail.java108 * @param dataType the <code>DataType</code>s of this object
112 public void setDataType(String dataType) throws XACMLException; argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/impl/
H A DAttributeImpl.java267 * @param dataType <code>URI</code> representing the data type.
270 public void setDataType(URI dataType) throws XACMLException { argument
276 if (dataType == null) {
281 type = dataType;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/impl/
H A DAttributeImpl.java267 * @param dataType <code>URI</code> representing the data type.
270 public void setDataType(URI dataType) throws XACMLException { argument
276 if (dataType == null) {
281 type = dataType;
/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/xacml3/
H A DXACMLPrivilegeUtils.java445 String dataType = "datatype";
446 attributeValue.setDataType(dataType);
484 String dataType = XACMLConstants.JSON_SUBJECT_DATATYPE + ":"
486 attributeValue.setDataType(dataType);
567 String dataType = XACMLConstants.XS_STRING;
568 attributeValue.setDataType(dataType);
601 String dataType = XACMLConstants.XS_STRING;
602 attributeValue.setDataType(dataType);
635 String dataType = XACMLConstants.XS_STRING;
636 attributeValue.setDataType(dataType);
1204 createEntitlementSubject(String dataType, String value) argument
1233 createEntitlementCondition(String dataType, String value) argument
[all...]
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/xacml3/
H A DXACMLPrivilegeUtils.java453 String dataType = "datatype";
454 attributeValue.setDataType(dataType);
492 String dataType = XACMLConstants.JSON_SUBJECT_DATATYPE + ":"
494 attributeValue.setDataType(dataType);
575 String dataType = XACMLConstants.XS_STRING;
576 attributeValue.setDataType(dataType);
609 String dataType = XACMLConstants.XS_STRING;
610 attributeValue.setDataType(dataType);
643 String dataType = XACMLConstants.XS_STRING;
644 attributeValue.setDataType(dataType);
1260 createEntitlementSubject(String dataType, String value) argument
1289 createEntitlementCondition(String dataType, String value) argument
[all...]
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/datasource/
H A Ddatasource-beta-debug.js53 this.dataType = YAHOO.util.DataSource.TYPE_XML;
56 this.dataType = YAHOO.util.DataSource.TYPE_JSARRAY;
59 this.dataType = YAHOO.util.DataSource.TYPE_XHR;
62 this.dataType = YAHOO.util.DataSource.TYPE_JSFUNCTION;
65 this.dataType = YAHOO.util.DataSource.TYPE_HTMLTABLE;
68 this.dataType = YAHOO.util.DataSource.TYPE_JSON;
71 this.dataType = YAHOO.util.DataSource.TYPE_UNKNOWN;
384 * @property dataType
389 YAHOO.util.DataSource.prototype.dataType = YAHOO.util.DataSource.TYPE_UNKNOWN;
730 switch(this.dataType) {
[all...]
H A Ddatasource-beta-min.js10 if(oLiveData.nodeType&&oLiveData.nodeType==9){this.dataType=YAHOO.util.DataSource.TYPE_XML;}
11 else if(YAHOO.lang.isArray(oLiveData)){this.dataType=YAHOO.util.DataSource.TYPE_JSARRAY;}
12 else if(YAHOO.lang.isString(oLiveData)){this.dataType=YAHOO.util.DataSource.TYPE_XHR;}
13 else if(YAHOO.lang.isFunction(oLiveData)){this.dataType=YAHOO.util.DataSource.TYPE_JSFUNCTION;}
14 else if(oLiveData.nodeName&&(oLiveData.nodeName.toLowerCase()=="table")){this.dataType=YAHOO.util.DataSource.TYPE_HTMLTABLE;}
15 else if(YAHOO.lang.isObject(oLiveData)){this.dataType=YAHOO.util.DataSource.TYPE_JSON;}
16 else{this.dataType=YAHOO.util.DataSource.TYPE_UNKNOWN;}
19 this._sName="DataSource instance"+YAHOO.util.DataSource._nIndex;YAHOO.util.DataSource._nIndex++;this.createEvent("cacheRequestEvent");this.createEvent("cacheResponseEvent");this.createEvent("requestEvent");this.createEvent("responseEvent");this.createEvent("responseParseEvent");this.createEvent("responseCacheEvent");this.createEvent("dataErrorEvent");this.createEvent("cacheFlushEvent");};YAHOO.augment(YAHOO.util.DataSource,YAHOO.util.EventProvider);YAHOO.util.DataSource.TYPE_UNKNOWN=-1;YAHOO.util.DataSource.TYPE_JSARRAY=0;YAHOO.util.DataSource.TYPE_JSFUNCTION=1;YAHOO.util.DataSource.TYPE_XHR=2;YAHOO.util.DataSource.TYPE_JSON=3;YAHOO.util.DataSource.TYPE_XML=4;YAHOO.util.DataSource.TYPE_TEXT=5;YAHOO.util.DataSource.TYPE_HTMLTABLE=6;YAHOO.util.DataSource.ERROR_DATAINVALID="Invalid data";YAHOO.util.DataSource.ERROR_DATANULL="Null data";YAHOO.util.DataSource._nIndex=0;YAHOO.util.DataSource._nTransactionId=0;YAHOO.util.DataSource.prototype._sName=null;YAHOO.util.DataSource.prototype._aCache=null;YAHOO.util.DataSource.prototype._oQueue=null;YAHOO.util.DataSource.prototype.maxCacheEntries=0;YAHOO.util.DataSource.prototype.liveData=null;YAHOO.util.DataSource.prototype.dataType=YAHOO.util.DataSource.TYPE_UNKNOWN;YAHOO.util.DataSource.prototype.responseType=YAHOO.util.DataSource.TYPE_UNKNOWN;YAHOO.util.DataSource.prototype.responseSchema=null;YAHOO.util.DataSource.prototype.connMgr=null;YAHOO.util.DataSource.prototype.connXhrMode="allowAll";YAHOO.util.DataSource.prototype.connMethodPost=false;YAHOO.util.DataSource.prototype.connTimeout=0;YAHOO.util.DataSource.parseString=function(oData){if(!YAHOO.lang.isValue(oData)){return null;}
29 return this.makeConnection(oRequest,oCallback,oCaller);};YAHOO.util.DataSource.prototype.makeConnection=function(oRequest,oCallback,oCaller){this.fireEvent("requestEvent",{request:oRequest,callback:oCallback,caller:oCaller});var oRawResponse=null;var tId=YAHOO.util.DataSource._nTransactionId++;switch(this.dataType){case YAHOO.util.DataSource.TYPE_JSFUNCTION:oRawResponse=this.liveData(oRequest);this.handleResponse(oRequest,oRawResponse,oCallback,oCaller,tId);break;case YAHOO.util.DataSource.TYPE_XHR:var oSelf=this;var oConnMgr=this.connMgr||YAHOO.util.Connect;var oQueue=this._oQueue;var _xhrSuccess=function(oResponse){if(oResponse&&(this.connXhrMode=="ignoreStaleResponses")&&(oResponse.tId!=oQueue.conn.tId)){return null;}
42 return tId;};YAHOO.util.DataSource.prototype.handleResponse=function(oRequest,oRawResponse,oCallback,oCaller,tId){this.fireEvent("responseEvent",{request:oRequest,response:oRawResponse,callback:oCallback,caller:oCaller,tId:tId});var xhr=(this.dataType
[all...]

Completed in 160 milliseconds

12