Searched defs:propertyValues (Results 1 - 10 of 10) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DStaticAttributes.java48 private Set<String> propertyValues; field in class:StaticAttributes
55 propertyValues = new HashSet<String>();
67 return propertyValues;
70 public void setPropertyValues(Set<String> propertyValues) { argument
71 this.propertyValues = new HashSet<String>();
72 this.propertyValues.addAll(propertyValues);
96 map.put(propertyName, propertyValues);
124 propertyValues = JSONUtils.getSet(json, "propertyValues");
[all...]
H A DUserAttributes.java48 private Set<String> propertyValues; field in class:UserAttributes
55 propertyValues = new HashSet<String>();
67 return propertyValues;
92 if ((propertyValues == null) || propertyValues.isEmpty()) {
95 names.addAll(propertyValues);
135 propertyValues = JSONUtils.getSet(json, "propertyValues");
153 jo.put("propertyValues", propertyValues);
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DStaticAttributes.java48 private Set<String> propertyValues; field in class:StaticAttributes
55 propertyValues = new HashSet<String>();
67 return propertyValues;
70 public void setPropertyValues(Set<String> propertyValues) { argument
71 this.propertyValues = new HashSet<String>();
72 this.propertyValues.addAll(propertyValues);
96 map.put(propertyName, propertyValues);
124 propertyValues = JSONUtils.getSet(json, "propertyValues");
[all...]
H A DUserAttributes.java48 private Set<String> propertyValues; field in class:UserAttributes
55 propertyValues = new HashSet<String>();
67 return propertyValues;
92 if ((propertyValues == null) || propertyValues.isEmpty()) {
95 names.addAll(propertyValues);
135 propertyValues = JSONUtils.getSet(json, "propertyValues");
153 jo.put("propertyValues", propertyValues);
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DPolicyResponseProvider.java57 private Set<String> propertyValues; field in class:PolicyResponseProvider
73 * @param propertyValues The set of values for this wrapper
79 Set<String> propertyValues) {
83 this.propertyValues = propertyValues;
119 return propertyValues;
125 * @param propertyValues The property values
127 public void setPropertyValues(Set<String> propertyValues) { argument
128 this.propertyValues = propertyValues;
75 PolicyResponseProvider( String pResponseProviderName, String className, String propertyName, Set<String> propertyValues) argument
[all...]
H A DPrivilegeUtils.java810 Set<String> propertyValues = sa.getPropertyValues();
819 getResponseAttributeValues(propertyName, propertyValues, values);
834 Set<String> propertyValues = ua.getPropertyValues();
843 getResponseAttributeValues(propertyName, propertyValues, values);
848 Set<String> propertyValues,
850 if ((propertyValues != null) && !propertyValues.isEmpty()) {
851 for (String v : propertyValues) {
846 getResponseAttributeValues( String propertyName, Set<String> propertyValues, Set<String> results) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DPolicyResponseProvider.java57 private Set<String> propertyValues; field in class:PolicyResponseProvider
73 * @param propertyValues The set of values for this wrapper
79 Set<String> propertyValues) {
83 this.propertyValues = propertyValues;
119 return propertyValues;
125 * @param propertyValues The property values
127 public void setPropertyValues(Set<String> propertyValues) { argument
128 this.propertyValues = propertyValues;
75 PolicyResponseProvider( String pResponseProviderName, String className, String propertyName, Set<String> propertyValues) argument
[all...]
H A DPrivilegeUtils.java826 Set<String> propertyValues = sa.getPropertyValues();
835 getResponseAttributeValues(propertyName, propertyValues, values);
850 Set<String> propertyValues = ua.getPropertyValues();
859 getResponseAttributeValues(propertyName, propertyValues, values);
864 Set<String> propertyValues,
866 if ((propertyValues != null) && !propertyValues.isEmpty()) {
867 for (String v : propertyValues) {
862 getResponseAttributeValues( String propertyName, Set<String> propertyValues, Set<String> results) argument
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/util/
H A DSystemProperties.java677 private final Map<String, String> propertyValues = new HashMap<>(); field in class:SystemProperties.ServicePropertiesConfigurationListener
699 String oldValue = propertyValues.get(propertyName);
705 propertyValues.put(propertyName, value);
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/util/
H A DSystemProperties.java676 private final Map<String, String> propertyValues = new HashMap<>(); field in class:SystemProperties.ServicePropertiesConfigurationListener
698 String oldValue = propertyValues.get(propertyName);
704 propertyValues.put(propertyName, value);

Completed in 50 milliseconds