/forgerock/openam-v13/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/ |
H A D | StatusDetail.java | 57 * <any/> 68 "any" 73 protected List<Object> any; field in class:StatusDetail 76 * Gets the value of the any property. 80 * not a snapshot. Therefore any modification you make to the 82 * This is why there is not a <CODE>set</CODE> method for the any property. 99 if (any == null) { 100 any = new ArrayList<Object>(); 102 return this.any;
|
/forgerock/openam/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/ |
H A D | StatusDetail.java | 57 * <any/> 68 "any" 73 protected List<Object> any; field in class:StatusDetail 76 * Gets the value of the any property. 80 * not a snapshot. Therefore any modification you make to the 82 * This is why there is not a <CODE>set</CODE> method for the any property. 99 if (any == null) { 100 any = new ArrayList<Object>(); 102 return this.any;
|
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/ |
H A D | InsertEntry.java | 54 * <any/> 66 private List any = null; field in class:InsertEntry 71 * @param any List of Directive object, this is to allow the requester to 76 java.util.List any) 79 this.any = any; 126 if (any == null) { 127 any = new ArrayList(); 129 any.add(directive); 172 return any; 74 InsertEntry( com.sun.identity.liberty.ws.disco.ResourceOffering resourceOffering, java.util.List any) argument 182 setAny(List any) argument [all...] |
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/ |
H A D | InsertEntry.java | 54 * <any/> 66 private List any = null; field in class:InsertEntry 71 * @param any List of Directive object, this is to allow the requester to 76 java.util.List any) 79 this.any = any; 126 if (any == null) { 127 any = new ArrayList(); 129 any.add(directive); 172 return any; 74 InsertEntry( com.sun.identity.liberty.ws.disco.ResourceOffering resourceOffering, java.util.List any) argument 182 setAny(List any) argument [all...] |
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/ |
H A D | AttributeSchemaImpl.java | 110 private String any; field in class:AttributeSchemaImpl 442 * "any" attribute, if set in the XML schema for the service 445 return (any); 474 buf.append("\n\tAny=").append(any); 740 any = XMLUtils.getNodeAttributeValue(n, SMSUtils.ATTRIBUTE_ANY);
|
/forgerock/openam-v13/openam-scripting/src/main/js/ |
H A D | deviceIdMatch-server-side.js | 99 var all, any, calculateDistance, calculateIntersection, calculatePercentage, nullOrUndefined, splitAndTrim, 266 return new ComparisonResult(any(comparisonResults, ComparisonResult.additionalInfoInCurrentValue)); 466 * Returns true if evaluating function f on any element of the Array a returns true. 472 any = function(a, f) { 498 * @param value: a value of any type 463 }; function
|
/forgerock/openam/openam-scripting/src/main/js/ |
H A D | deviceIdMatch-server-side.js | 99 var all, any, calculateDistance, calculateIntersection, calculatePercentage, nullOrUndefined, splitAndTrim, 266 return new ComparisonResult(any(comparisonResults, ComparisonResult.additionalInfoInCurrentValue)); 466 * Returns true if evaluating function f on any element of the Array a returns true. 472 any = function(a, f) { 498 * @param value: a value of any type 463 }; function
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/ |
H A D | AttributeSchemaImpl.java | 114 private String any; field in class:AttributeSchemaImpl 464 * "any" attribute, if set in the XML schema for the service 467 return (any); 496 buf.append("\n\tAny=").append(any); 771 any = XMLUtils.getNodeAttributeValue(n, SMSUtils.ATTRIBUTE_ANY);
|
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/property/ |
H A D | PropertyXMLBuilderBase.java | 204 String any = as.getAny(); 206 if (!hasAnyAttribute(any, ANY_REQUIRED) && 207 !hasAnyAttribute(any, ANY_DISPLAY) && 208 !hasAnyAttribute(any, ANY_ADMIN_DISPLAY) && 209 !hasAnyAttribute(any, ANY_DISPLAYRO) && 210 !hasAnyAttribute(any, ANY_ADMIN_DISPLAYRO) 236 * Removes the attributes that do not match a specified set of any 247 String any = as.getAny(); 251 found = hasAnyAttribute(any, a[x]); 259 public static boolean hasAnyAttribute(String any, Strin argument [all...] |
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/property/ |
H A D | PropertyXMLBuilderBase.java | 204 String any = as.getAny(); 206 if (!hasAnyAttribute(any, ANY_REQUIRED) && 207 !hasAnyAttribute(any, ANY_DISPLAY) && 208 !hasAnyAttribute(any, ANY_ADMIN_DISPLAY) && 209 !hasAnyAttribute(any, ANY_DISPLAYRO) && 210 !hasAnyAttribute(any, ANY_ADMIN_DISPLAYRO) 236 * Removes the attributes that do not match a specified set of any 247 String any = as.getAny(); 251 found = hasAnyAttribute(any, a[x]); 259 public static boolean hasAnyAttribute(String any, Strin argument [all...] |
/forgerock/web-agents-v4/pcre/ |
H A D | pcre_jit_compile.c | 3188 BOOL last, any, caseless; local 3204 any = FALSE; 3305 any = TRUE; 3313 any = TRUE; 3322 any = TRUE; 3332 any = TRUE; 3341 any = TRUE; 3350 any = TRUE; 3366 any = TRUE; 3376 any [all...] |
/forgerock/openam-v13/openam-oauth/samples/StockClient/lib/ |
H A D | jersey-server-1.1.1-ea-SNAPSHOT.jar | ... util.List representation protected java.util.List any private java.util.Map otherAttributes public void " href ... |
/forgerock/openam-v13/openam-oauth/samples/StockService/lib/ |
H A D | jersey-server-1.1.1-ea-SNAPSHOT.jar | ... util.List representation protected java.util.List any private java.util.Map otherAttributes public void " href ... |
/forgerock/opendj2/resource/dsml/lib/ |
H A D | j2ee.jar | META-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ... |
/forgerock/opendj-b2.6/resource/dsml/lib/ |
H A D | j2ee.jar | META-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ... |
H A D | saaj-impl-1.3.jar | com/ com/sun/ com/sun/xml/ com/sun/xml/messaging/ com/sun/xml/messaging/saaj/ com/sun/xml/messaging/ ... |
/forgerock/opendj2.6.2/resource/dsml/lib/ |
H A D | j2ee.jar | META-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ... |
/forgerock/opendj2-hg/resource/dsml/lib/ |
H A D | j2ee.jar | META-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ... |
/forgerock/opendj2-jel-hg/resource/dsml/lib/ |
H A D | j2ee.jar | META-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ... |
H A D | saaj-impl-1.3.jar | com/ com/sun/ com/sun/xml/ com/sun/xml/messaging/ com/sun/xml/messaging/saaj/ com/sun/xml/messaging/ ... |
/forgerock/opendj2/ext/xalan-j/ |
H A D | xercesImpl.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ... |
/forgerock/opendj-b2.6/ext/xalan-j/ |
H A D | xercesImpl.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ... |
/forgerock/opendj2.6.2/ext/xalan-j/ |
H A D | xercesImpl.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ... |
/forgerock/opendj2-hg/ext/xalan-j/ |
H A D | xercesImpl.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ... |
/forgerock/opendj2-jel-hg/ext/xalan-j/ |
H A D | xercesImpl.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ... |