Searched refs:values (Results 1 - 25 of 3315) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-core/src/test/java/com/sun/identity/idm/common/
H A DIdRepoUtilsTest.java29 Map<String, Set<String>> values = new HashMap<String, Set<String>>();
30 values.put("userpassword2", asSet("test1"));
31 values.put("auserpassword", asSet("test2"));
32 values.put("userpassword", asSet("test3"));
33 values.put("aunicodepwd", asSet("test4"));
34 values.put("unicodepwd2", asSet("test5"));
35 values.put("unicodepwd", asSet("test6"));
36 Map<String, ?> result = IdRepoUtils.getAttrMapWithoutPasswordAttrs(values, null);
37 assertThat(result.values()).containsOnly(asSet("test1"), asSet("test2"), asSet("test4"), asSet("test5"),
43 Map<String, Set<String>> values
[all...]
/forgerock/openam/openam-core/src/test/java/com/sun/identity/idm/common/
H A DIdRepoUtilsTest.java29 Map<String, Set<String>> values = new HashMap<String, Set<String>>();
30 values.put("userpassword2", asSet("test1"));
31 values.put("auserpassword", asSet("test2"));
32 values.put("userpassword", asSet("test3"));
33 values.put("aunicodepwd", asSet("test4"));
34 values.put("unicodepwd2", asSet("test5"));
35 values.put("unicodepwd", asSet("test6"));
36 Map<String, ?> result = IdRepoUtils.getAttrMapWithoutPasswordAttrs(values, null);
37 assertThat(result.values()).containsOnly(asSet("test1"), asSet("test2"), asSet("test4"), asSet("test5"),
43 Map<String, Set<String>> values
[all...]
/forgerock/opendj2/src/server/org/opends/server/admin/
H A DDefinedDefaultBehaviorProvider.java38 * values. It should be used by properties which have default value(s) which are
42 * The type of values represented by this provider.
47 // The collection of default values.
48 private final Collection<String> values; field in class:DefinedDefaultBehaviorProvider
54 * specified list of values.
56 * @param values
57 * The list of values (must be non-<code>null</code> and not
60 * If the list of values was <code>null</code> or empty.
62 public DefinedDefaultBehaviorProvider(String... values) argument
64 if (values
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/
H A DDefinedDefaultBehaviorProvider.java39 * values. It should be used by properties which have default value(s) which are
43 * The type of values represented by this provider.
48 // The collection of default values.
49 private final Collection<String> values; field in class:DefinedDefaultBehaviorProvider
55 * specified list of values.
57 * @param values
58 * The list of values (must be non-<code>null</code> and not
61 * If the list of values was <code>null</code> or empty.
63 public DefinedDefaultBehaviorProvider(String... values) argument
65 if (values
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/
H A DDefinedDefaultBehaviorProvider.java39 * values. It should be used by properties which have default value(s) which are
43 * The type of values represented by this provider.
48 // The collection of default values.
49 private final Collection<String> values; field in class:DefinedDefaultBehaviorProvider
55 * specified list of values.
57 * @param values
58 * The list of values (must be non-<code>null</code> and not
61 * If the list of values was <code>null</code> or empty.
63 public DefinedDefaultBehaviorProvider(String... values) argument
65 if (values
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/admin/
H A DDefinedDefaultBehaviorProvider.java38 * values. It should be used by properties which have default value(s) which are
42 * The type of values represented by this provider.
47 // The collection of default values.
48 private final Collection<String> values; field in class:DefinedDefaultBehaviorProvider
54 * specified list of values.
56 * @param values
57 * The list of values (must be non-<code>null</code> and not
60 * If the list of values was <code>null</code> or empty.
62 public DefinedDefaultBehaviorProvider(String... values) argument
64 if (values
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/
H A DDefinedDefaultBehaviorProvider.java39 * values. It should be used by properties which have default value(s) which are
43 * The type of values represented by this provider.
48 // The collection of default values.
49 private final Collection<String> values; field in class:DefinedDefaultBehaviorProvider
55 * specified list of values.
57 * @param values
58 * The list of values (must be non-<code>null</code> and not
61 * If the list of values was <code>null</code> or empty.
63 public DefinedDefaultBehaviorProvider(String... values) argument
65 if (values
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/
H A DDefinedDefaultBehaviorProvider.java39 * values. It should be used by properties which have default value(s) which are
43 * The type of values represented by this provider.
48 /** The collection of default values. */
49 private final Collection<String> values; field in class:DefinedDefaultBehaviorProvider
55 * specified list of values.
57 * @param values
58 * The list of values (must be non-<code>null</code> and not
61 * If the list of values was <code>null</code> or empty.
63 public DefinedDefaultBehaviorProvider(String... values) argument
65 if (values
[all...]
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DSkipIfInfo.java39 public SkipIfInfo(String key, ArrayList values, boolean ignoreCase) { argument
41 setValues(values);
50 return values;
61 private void setValues(ArrayList values) { argument
62 this.values = values;
71 private ArrayList values; field in class:SkipIfInfo
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/
H A DDefinedDefaultBehaviorProvider.java35 * values. It should be used by properties which have default value(s) which are
39 * The type of values represented by this provider.
43 /** The collection of default values. */
44 private final Collection<String> values; field in class:DefinedDefaultBehaviorProvider
48 * specified list of values.
50 * @param values
51 * The list of values (must be non-<code>null</code> and not
54 * If the list of values was <code>null</code> or empty.
56 public DefinedDefaultBehaviorProvider(String... values) { argument
57 if (values
[all...]
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DSkipIfInfo.java39 public SkipIfInfo(String key, ArrayList values, boolean ignoreCase) { argument
41 setValues(values);
50 return values;
61 private void setValues(ArrayList values) { argument
62 this.values = values;
71 private ArrayList values; field in class:SkipIfInfo
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DRequiredValueValidator.java43 * Returns true if values is not empty and does not contain empty string.
45 * @param values the set of values to be validated
46 * @return true if values is not empty and does not contain empty string.
48 public boolean validate(Set<String> values) { argument
50 if (values.size() > 0) {
51 for (String value : values) {
/forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/main/java/org/forgerock/oauth2/core/
H A DUserInfoClaims.java23 * Simple bean that contains the values of claims, and the scopes that
29 private final Map<String, Object> values; field in class:UserInfoClaims
32 public UserInfoClaims(Map<String, Object> values, Map<String, List<String>> compositeScopes) { argument
33 this.values = values;
38 * Gets the values of the claims for the user information.
39 * @return A map of claim names to values, which may be {@code String}s or {@code Map}s.
42 return values;
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/
H A DUserInfoClaims.java23 * Simple bean that contains the values of claims, and the scopes that
29 private final Map<String, Object> values; field in class:UserInfoClaims
32 public UserInfoClaims(Map<String, Object> values, Map<String, List<String>> compositeScopes) { argument
33 this.values = values;
38 * Gets the values of the claims for the user information.
39 * @return A map of claim names to values, which may be {@code String}s or {@code Map}s.
42 return values;
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/mechanisms/push/
H A DPushAuthMapper.java58 protected Map<String, String> postProcess(Map<String, String> values) throws URIMappingException { argument
60 if (!containsNonEmpty(values, MESSAGE_ID_KEY)) {
64 if (containsNonEmpty(values, BASE_64_URL_IMAGE)) {
65 byte[] imageBytes = Base64url.decode(values.get(BASE_64_URL_IMAGE));
67 values.put(IMAGE, new String(imageBytes));
71 if (containsNonEmpty(values, BASE_64_AM_LOAD_BALANCER_COOKIE_KEY)) {
72 values.put(AM_LOAD_BALANCER_COOKIE_KEY, recodeBase64UrlValueToStringWithValidation(values, BASE_64_AM_LOAD_BALANCER_COOKIE_KEY));
75 values.put(REG_ENDPOINT_KEY, recodeBase64UrlValueToStringWithValidation(values, BASE_64_URL_REG_ENDPOIN
[all...]
/forgerock/opendj2/src/server/org/opends/server/protocols/ldap/
H A DLDAPAttribute.java47 /** The set of values for this attribute. */
48 private List<ByteString> values; field in class:LDAPAttribute
56 * Creates a new LDAP attribute with the provided type and no values.
64 values = new ArrayList<ByteString>(0);
70 * Creates a new LDAP attribute with the provided type and no values.
79 values = new ArrayList<ByteString>(1);
80 values.add(ByteString.valueOf(value));
86 * Creates a new LDAP attribute with the provided type and no values.
95 values = new ArrayList<ByteString>(1);
96 values
107 LDAPAttribute(String attributeType, List<String> values) argument
133 LDAPAttribute(String attributeType, ArrayList<ByteString> values) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPAttribute.java47 /** The set of values for this attribute. */
48 private List<ByteString> values; field in class:LDAPAttribute
56 * Creates a new LDAP attribute with the provided type and no values.
64 values = new ArrayList<ByteString>(0);
70 * Creates a new LDAP attribute with the provided type and no values.
79 values = new ArrayList<ByteString>(1);
80 values.add(ByteString.valueOf(value));
86 * Creates a new LDAP attribute with the provided type and no values.
95 values = new ArrayList<ByteString>(1);
96 values
107 LDAPAttribute(String attributeType, List<String> values) argument
133 LDAPAttribute(String attributeType, ArrayList<ByteString> values) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DEntryIDSet.java44 private long[] values = null; field in class:EntryIDSet
63 values = null;
74 values = null;
90 values = new long[0];
97 values = null;
103 values = null;
110 values = JebFormat.entryIDListFromDatabase(bytes);
118 * @param values The array of IDs represented as longs.
122 EntryIDSet(long[] values, int pos, int len) argument
124 this.values
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DEntryIDSet.java45 private long[] values = null; field in class:EntryIDSet
64 values = null;
75 values = null;
91 values = new long[0];
98 values = null;
104 values = null;
111 values = JebFormat.entryIDListFromDatabase(bytes);
119 * @param values The array of IDs represented as longs.
123 EntryIDSet(long[] values, int pos, int len) argument
125 this.values
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DEntryIDSet.java45 private long[] values = null; field in class:EntryIDSet
64 values = null;
75 values = null;
91 values = new long[0];
98 values = null;
104 values = null;
111 values = JebFormat.entryIDListFromDatabase(bytes);
119 * @param values The array of IDs represented as longs.
123 EntryIDSet(long[] values, int pos, int len) argument
125 this.values
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DEntryIDSet.java44 private long[] values = null; field in class:EntryIDSet
63 values = null;
74 values = null;
90 values = new long[0];
97 values = null;
103 values = null;
110 values = JebFormat.entryIDListFromDatabase(bytes);
118 * @param values The array of IDs represented as longs.
122 EntryIDSet(long[] values, int pos, int len) argument
124 this.values
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DEntryIDSet.java45 private long[] values = null; field in class:EntryIDSet
64 values = null;
75 values = null;
91 values = new long[0];
98 values = null;
104 values = null;
111 values = JebFormat.entryIDListFromDatabase(bytes);
119 * @param values The array of IDs represented as longs.
123 EntryIDSet(long[] values, int pos, int len) argument
125 this.values
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/ldap/
H A DLDAPAttribute.java52 /** The set of values for this attribute. */
53 private List<ByteString> values; field in class:LDAPAttribute
61 * Creates a new LDAP attribute with the provided type and no values.
69 values = new ArrayList<>(0);
75 * Creates a new LDAP attribute with the provided type and no values.
84 values = newArrayList(ByteString.valueOfUtf8(value));
90 * Creates a new LDAP attribute with the provided type and no values.
99 values = newArrayList(value);
105 * Creates a new LDAP attribute with the provided type and values.
108 * @param values Th
110 LDAPAttribute(String attributeType, List<String> values) argument
136 LDAPAttribute(String attributeType, ArrayList<ByteString> values) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DRequiredValueValidator.java42 * Returns true if values is not empty and does not contain empty string.
44 * @param values
45 * the set of values to be validated
46 * @return true if values is not empty and does not contain empty string.
48 public boolean validate(Set values) { argument
49 boolean valid = (values.size() > 0);
52 for (Iterator i = values.iterator(); (i.hasNext() && !valid);) {
/forgerock/openam-v13/openam-audit/openam-audit-configuration/src/main/java/org/forgerock/openam/audit/validation/
H A DPositiveIntegerValidator.java30 * Validates the {@link Set} of values to ensure all of them are positive integers, and that no other set members
31 * exist. An empty set will result in a failure also, as this indicates no values were entered.
33 * @param values the {@link Set} of attribute values to validate
38 public boolean validate(Set values) { argument
39 if (values.isEmpty()) {
43 for (String value : (Set<String>) values) {

Completed in 43 milliseconds

1234567891011>>