/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/ |
H A D | RequiredValueValidator.java | 42 * 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);) {
|
H A D | ServiceAttributeValidator.java | 42 * Validates the given set of string values. 47 * Set values = new HashSet(); 48 * values.add("o=iplanet.com"); 49 * values.add("uid=amadmin,ou=people,o=isp"); 50 * if ( DNValidator.validate(values) ) { 51 * System.out.println("valid attribute values"); 53 * System.out.println("invalid attribute values"); 57 * @param values 58 * the <code>Set</code> of attribute values to validate 61 public boolean validate(Set values); argument [all...] |
H A D | IPAddressValidator.java | 52 * @param values 56 public boolean validate(Set values) { argument 58 Iterator it = values.iterator();
|
/forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/main/java/org/forgerock/oauth2/core/ |
H A D | ResourceSetFilter.java | 32 * @param values The set to filter. 35 Set<ResourceSetDescription> filter(Set<ResourceSetDescription> values) throws ServerException; argument
|
H A D | UserInfoClaims.java | 23 * 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 D | ResourceSetFilter.java | 32 * @param values The set to filter. 35 Set<ResourceSetDescription> filter(Set<ResourceSetDescription> values) throws ServerException; argument
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/ |
H A D | RequiredValueValidator.java | 43 * 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) {
|
H A D | ServiceAttributeValidator.java | 46 * Validates the given set of string values. 51 * Set values = new HashSet(); 52 * values.add("o=iplanet.com"); 53 * values.add("uid=amadmin,ou=people,o=isp"); 54 * if ( DNValidator.validate(values) ) { 55 * System.out.println("valid attribute values"); 57 * System.out.println("invalid attribute values"); 61 * @param values 62 * the <code>Set</code> of attribute values to validate 65 boolean validate(Set<String> values); argument [all...] |
/forgerock/opendj2/src/server/org/opends/server/admin/ |
H A D | DefinedDefaultBehaviorProvider.java | 38 * 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 D | DefinedDefaultBehaviorProvider.java | 39 * 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 D | DefinedDefaultBehaviorProvider.java | 39 * 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 D | DefinedDefaultBehaviorProvider.java | 38 * 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 D | DefinedDefaultBehaviorProvider.java | 39 * 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-core/src/main/java/com/sun/identity/common/configuration/ |
H A D | DuplicateKeyMapValueValidator.java | 27 * Map values should be Strings of the form: 33 * grained to test values of any one specific property's value set. 36 * l.h.s key values can not be duplicates 38 * blank or empty values are allowed as some props dont have any value 41 * Some strange examples that would be acceptable values: 64 * Returns <code>true</code> if values are of map type format. 66 * @param values contains the set of values to be validated 67 * @return <code>true</code> if values are of map type format 71 public boolean validate(Set values) { argument [all...] |
H A D | ListValueValidator.java | 41 * List values should be Strings of the form:
49 * grained to test values of any one specific property's value set.
51 * index values can not be duplicates
52 * index values collectively can contain missing mubers
54 * blank or empty values are allowed as some props dont have any value
57 * Some examples that would be acceptable values:
72 * Returns <code>true</code> if values are of list typed.
74 * @param values the set of values to be validated
75 * @return <code>true</code> if values ar 77 validate(Set values) argument 110 checkForValidIntegerKeyInValue(Set values) argument [all...] |
H A D | MapDuplicateKeyChecker.java | 41 * The values in set of properties should be, for example 45 * Precondition :Assumes that values in the Set dont allow the characters "[" 53 * values, so if user inputs [mycontextroot]=ALL and [mycontextroot]=NONE then 54 * both values will be in the set, and this code will detect that 65 * So need to parse values and get the keys and see if any duplicates. 68 * determined that the set of values is valid in terms of patter matching. 73 * @param values must be a valid set of inputs. Must be valid in the sense 74 * that each of its values are like [somekey]=somevalue 78 static boolean checkForNoDuplicateKeyInValue(Set values) { argument 81 if ((values ! [all...] |
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/ |
H A D | ResourceComparatorValidator.java | 43 * then they are invalid values. 57 * Validates a set of values for rules built into this method. 59 * are either equal or overlapping in values. 61 * @param values the set of values to be validated 63 * are either equal or overlapping in values, <code>false</code> 66 public boolean validate(Set values) { argument 67 if (values != null && !values.isEmpty()) { 68 // values i [all...] |
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/sm/config/ |
H A D | ConfigTransformer.java | 22 * Provides a custom transformation to the attribute values. 33 * @param values 34 * attribute values 38 T transform(Set<String> values, Class<?> parameterType); argument
|
H A D | DefaultConfigTransformer.java | 37 public Object transform(Set<String> values, Class<?> parameterType) { argument 40 return values; 44 return new ArrayList<>(values); 47 String value = values.iterator().next();
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/ |
H A D | DefinedDefaultBehaviorProvider.java | 39 * 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-oauth2/src/main/java/org/forgerock/openam/oauth2/resources/ |
H A D | ResourceSetOwnerFilter.java | 43 public Set<ResourceSetDescription> filter(Set<ResourceSetDescription> values) { argument 45 for(ResourceSetDescription resourceSetDescription: values) {
|
/forgerock/openam-v13/openam-audit/openam-audit-configuration/src/main/java/org/forgerock/openam/audit/validation/ |
H A D | HostnameValidator.java | 34 * Validates the {@link Set} of values to ensure that all of them conform to the regular 36 * of them start with a ".". If the set is an empty set this indicates that no values were entered 39 * @param values the {@link Set} of attribute values to validate 44 public boolean validate(Set values) { argument 45 if (values.isEmpty()) { 49 for (String value : (Set<String>) values) {
|
H A D | PositiveIntegerValidator.java | 30 * 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) {
|
/forgerock/openam-v13/openam-uma/src/main/java/org/forgerock/openam/uma/ |
H A D | ResourceSetAcceptAllFilter.java | 33 public Set<ResourceSetDescription> filter(Set<ResourceSetDescription> values) { argument 34 return values;
|
H A D | ResourceSetSharedFilter.java | 55 public Set<ResourceSetDescription> filter(Set<ResourceSetDescription> values) throws ServerException { argument 58 for (ResourceSetDescription resourceSetDescription : values) {
|