Searched +defs:val +defs:type (Results 1 - 25 of 98) sorted by relevance

1234

/forgerock/openidm-v4/openidm-system/src/main/java/org/forgerock/openidm/core/
H A DPropertyUtil.java79 * @param val
85 public static Object substVars(String val, final PropertyAccessor propertyAccessor, argument
87 return substVars(val, propertyAccessor, Delimiter.AMPERSAND, doEscape);
91 public static Object substVars(String val, final PropertyAccessor propertyAccessor, argument
101 stopDelim = val.indexOf(DELIM_STOP, stopDelim + 1);
105 return val;
107 startDelim = val.indexOf(delimiter.getStartString());
111 return val;
115 StringBuilder parentBuilder = new StringBuilder(val.length());
119 for (int index = 0; index < val
199 getSubstituteValue(Class<T> type, String variable, final PropertyAccessor propertyAccessor) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DAciTargetMatchContext.java63 * Get the current attribute type being evaluated.
64 * @return The attribute type being evaluated.
69 * The current attribute type value being evaluated.
70 * @return The current attribute type value being evaluated.
89 * Set the attribute type to be evaluated.
90 * @param type The attribute type to set to.
92 public void setCurrentAttributeType(AttributeType type); argument
103 * @param val True if an entry test rule was found.
105 public void setEntryTestRule(boolean val); argument
[all...]
H A DAciContainer.java62 * The attribute type in the resource entry currently being evaluated.
67 * The attribute type value in the resource entry currently being
73 * True if this is the first attribute type in the resource entry being
332 * @param val The value to set the seenEntry boolean to.
334 public void setSeenEntry(boolean val) { argument
335 this.seenEntry=val;
523 * @param val The value used to select the authorization entry to use.
525 public void useOrigAuthorizationEntry(boolean val) { argument
526 if(val)
568 public void setCurrentAttributeType(AttributeType type) { argument
592 setIsFirstAttribute(boolean val) argument
608 setEntryTestRule(boolean val) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DAciTargetMatchContext.java65 * Get the current attribute type being evaluated.
66 * @return The attribute type being evaluated.
71 * The current attribute type value being evaluated.
72 * @return The current attribute type value being evaluated.
91 * Set the attribute type to be evaluated.
92 * @param type The attribute type to set to.
94 public void setCurrentAttributeType(AttributeType type); argument
105 * @param val True if an entry test rule was found.
107 public void setEntryTestRule(boolean val); argument
[all...]
H A DAciContainer.java64 * The attribute type in the resource entry currently being evaluated.
69 * The attribute type value in the resource entry currently being
75 * True if this is the first attribute type in the resource entry being
347 * @param val The value to set the seenEntry boolean to.
349 public void setSeenEntry(boolean val) { argument
350 this.seenEntry=val;
531 * @param val The value used to select the authorization entry to use.
533 public void useOrigAuthorizationEntry(boolean val) { argument
534 if(val)
571 public void setCurrentAttributeType(AttributeType type) { argument
592 setIsFirstAttribute(boolean val) argument
606 setEntryTestRule(boolean val) argument
655 setDenyEval(boolean val) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DAciTargetMatchContext.java65 * Get the current attribute type being evaluated.
66 * @return The attribute type being evaluated.
71 * The current attribute type value being evaluated.
72 * @return The current attribute type value being evaluated.
91 * Set the attribute type to be evaluated.
92 * @param type The attribute type to set to.
94 public void setCurrentAttributeType(AttributeType type); argument
105 * @param val True if an entry test rule was found.
107 public void setEntryTestRule(boolean val); argument
[all...]
H A DAciContainer.java64 * The attribute type in the resource entry currently being evaluated.
69 * The attribute type value in the resource entry currently being
75 * True if this is the first attribute type in the resource entry being
347 * @param val The value to set the seenEntry boolean to.
349 public void setSeenEntry(boolean val) { argument
350 this.seenEntry=val;
531 * @param val The value used to select the authorization entry to use.
533 public void useOrigAuthorizationEntry(boolean val) { argument
534 if(val)
571 public void setCurrentAttributeType(AttributeType type) { argument
592 setIsFirstAttribute(boolean val) argument
606 setEntryTestRule(boolean val) argument
655 setDenyEval(boolean val) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAciTargetMatchContext.java63 * Get the current attribute type being evaluated.
64 * @return The attribute type being evaluated.
69 * The current attribute type value being evaluated.
70 * @return The current attribute type value being evaluated.
89 * Set the attribute type to be evaluated.
90 * @param type The attribute type to set to.
92 public void setCurrentAttributeType(AttributeType type); argument
103 * @param val True if an entry test rule was found.
105 public void setEntryTestRule(boolean val); argument
[all...]
H A DAciContainer.java62 * The attribute type in the resource entry currently being evaluated.
67 * The attribute type value in the resource entry currently being
73 * True if this is the first attribute type in the resource entry being
332 * @param val The value to set the seenEntry boolean to.
334 public void setSeenEntry(boolean val) { argument
335 this.seenEntry=val;
523 * @param val The value used to select the authorization entry to use.
525 public void useOrigAuthorizationEntry(boolean val) { argument
526 if(val)
568 public void setCurrentAttributeType(AttributeType type) { argument
592 setIsFirstAttribute(boolean val) argument
608 setEntryTestRule(boolean val) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAciTargetMatchContext.java65 * Get the current attribute type being evaluated.
66 * @return The attribute type being evaluated.
71 * The current attribute type value being evaluated.
72 * @return The current attribute type value being evaluated.
91 * Set the attribute type to be evaluated.
92 * @param type The attribute type to set to.
94 public void setCurrentAttributeType(AttributeType type); argument
105 * @param val True if an entry test rule was found.
107 public void setEntryTestRule(boolean val); argument
[all...]
H A DAciContainer.java64 * The attribute type in the resource entry currently being evaluated.
69 * The attribute type value in the resource entry currently being
75 * True if this is the first attribute type in the resource entry being
347 * @param val The value to set the seenEntry boolean to.
349 public void setSeenEntry(boolean val) { argument
350 this.seenEntry=val;
531 * @param val The value used to select the authorization entry to use.
533 public void useOrigAuthorizationEntry(boolean val) { argument
534 if(val)
571 public void setCurrentAttributeType(AttributeType type) { argument
592 setIsFirstAttribute(boolean val) argument
606 setEntryTestRule(boolean val) argument
655 setDenyEval(boolean val) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/cdm/
H A DG11NSettings.java82 * the locale->charset mapping table with client type as index
169 String val = (String) charMap.get(JAVA_CHARSET_NAME);
170 if (val == null || val.length() == 0) {
177 debug.message("javacharset(" + mimeCharset + ")=" + val);
179 return val;
203 String groupName, String serviceComponent, int type) {
210 String orgName, String groupName, String serviceComponent, int type)
218 * Client type identified by CDM module
369 private void createCharsetAliasEntry(String val) { argument
202 globalConfigChanged(String serviceName, String version, String groupName, String serviceComponent, int type) argument
209 organizationConfigChanged(String serviceName, String version, String orgName, String groupName, String serviceComponent, int type) argument
410 createLocaleEntry(String val) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DAciTargetMatchContext.java64 * Get the current attribute type being evaluated.
65 * @return The attribute type being evaluated.
70 * The current attribute type value being evaluated.
71 * @return The current attribute type value being evaluated.
90 * Set the attribute type to be evaluated.
91 * @param type The attribute type to set to.
93 void setCurrentAttributeType(AttributeType type); argument
104 * @param val True if an entry test rule was found.
106 void setEntryTestRule(boolean val); argument
[all...]
H A DAciContainer.java63 * The attribute type in the resource entry currently being evaluated.
68 * The attribute type value in the resource entry currently being
74 * True if this is the first attribute type in the resource entry being
324 * @param val The value to set the seenEntry boolean to.
326 public void setSeenEntry(boolean val) { argument
327 this.seenEntry=val;
510 public void setCurrentAttributeType(AttributeType type) { argument
511 attributeType=type;
528 public void setIsFirstAttribute(boolean val) { argument
529 isFirst=val;
540 setEntryTestRule(boolean val) argument
[all...]
/forgerock/web-agents-v4/source/
H A Dconfig_xml.c92 static void parse_config_value(am_xml_parser_ctx_t *x, const char *prm, int type, argument
93 int *itm_sz, void *itm, const char *val, int len) {
95 if (itm == NULL || val == NULL || len <= 0 || strcmp(x->current_name, prm) != 0) {
99 switch (type) {
103 *value = strndup(val, len);
118 if (strncasecmp(val, "on", len) == 0 || strncasecmp(val, "true", len) == 0 ||
119 strncasecmp(val, "local", len) == 0) {
121 } else if (strncasecmp(val, "off", len) == 0 || strncasecmp(val, "fals
273 parse_other_options(am_xml_parser_ctx_t *ctx, const char *val, int len) argument
388 char *val = ctx->data; local
482 character_data(void *userData, const char *val, int len) argument
[all...]
H A Dprocess.c817 char *val = NULL; local
820 am_asprintf(&val, "%s<Attribute name=\"%s\"/>", val == NULL ? "" : val, v->name);
822 return val;
1381 int type, char cookie_reset_enable) {
1389 const char *val = get_attr_value(r, v->name, type); local
1390 if (ISVALID(val)) {
1392 v->value, val);
1380 do_cookie_set_type(am_request_t *r, am_config_map_t *map, int sz, int type, char cookie_reset_enable) argument
1428 do_header_set_type(am_request_t *r, am_config_map_t *map, int sz, int type, char set_value) argument
1434 const char *val = get_attr_value(r, v->name, type); local
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/cdm/
H A DG11NSettings.java82 * the locale->charset mapping table with client type as index
169 String val = (String) charMap.get(JAVA_CHARSET_NAME);
170 if (val == null || val.length() == 0) {
177 debug.message("javacharset(" + mimeCharset + ")=" + val);
179 return val;
203 String groupName, String serviceComponent, int type) {
210 String orgName, String groupName, String serviceComponent, int type)
218 * Client type identified by CDM module
369 private void createCharsetAliasEntry(String val) { argument
202 globalConfigChanged(String serviceName, String version, String groupName, String serviceComponent, int type) argument
209 organizationConfigChanged(String serviceName, String version, String orgName, String groupName, String serviceComponent, int type) argument
410 createLocaleEntry(String val) argument
[all...]
/forgerock/opendj-b2.6/resource/dsml/lib/
H A Djaxb-api.jar ... .Class value () public abstract java.lang.Class type () } javax/xml/bind/annotation/adapters/XmlJavaTypeAdapters.class XmlJavaTypeAdapters. ...
/forgerock/opendj2-jel-hg/resource/dsml/lib/
H A Djaxb-api.jar ... .Class value () public abstract java.lang.Class type () } javax/xml/bind/annotation/adapters/XmlJavaTypeAdapters.class XmlJavaTypeAdapters. ...
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idsvcs/rest/
H A DIdentityServicesHandler.java150 private static boolean isBlank(String val) argument
152 return (val == null) ? true :
153 ((val.trim().length() == 0) ? true : false);
222 final Class type; field in class:IdentityServicesHandler.SecurityParameter
227 this.type = String.class;
230 SecurityParameter(String name, Class type) { argument
232 this.type = type;
241 if (this.type == Token.class) {
243 } else if (this.type
590 final Class type; field in class:IdentityServicesHandler.SecurityMethod
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idsvcs/rest/
H A DIdentityServicesHandler.java150 private static boolean isBlank(String val) argument
152 return (val == null) ? true :
153 ((val.trim().length() == 0) ? true : false);
222 final Class type; field in class:IdentityServicesHandler.SecurityParameter
227 this.type = String.class;
230 SecurityParameter(String name, Class type) { argument
232 this.type = type;
241 if (this.type == Token.class) {
243 } else if (this.type
590 final Class type; field in class:IdentityServicesHandler.SecurityMethod
[all...]
/forgerock/web-agents-v4/expat/
H A Dxmltok.c178 unsigned char type[256]; member in struct:normal_encoding
243 (((struct normal_encoding *)(enc))->type[(unsigned char)*(p)])
348 switch (((struct normal_encoding *)enc)->type[(unsigned char)*from]) {
641 ? ((struct normal_encoding *)(enc))->type[(unsigned char)*(p)] \
782 ? ((struct normal_encoding *)(enc))->type[(unsigned char)(p)[1]] \
973 followed by name=val.
1096 const char *val = NULL; variable
1101 if (!parsePseudoAttribute(enc, ptr, end, &name, &nameEnd, &val, &ptr)
1114 *versionPtr = val;
1117 if (!parsePseudoAttribute(enc, ptr, end, &name, &nameEnd, &val,
[all...]
/forgerock/opendj2/ext/xalan-j/
H A Dserializer.jar ... lang.String) String uri String local String qname String type String val int index Integer i String key private void ...
/forgerock/opendj-b2.6/ext/xalan-j/
H A Dserializer.jar ... lang.String) String uri String local String qname String type String val int index Integer i String key private void ...
/forgerock/opendj2.6.2/ext/xalan-j/
H A Dserializer.jar ... lang.String) String uri String local String qname String type String val int index Integer i String key private void ...

Completed in 86 milliseconds

1234