Searched refs:attributeValues (Results 1 - 25 of 176) sorted by relevance

12345678

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSDataEntry.java46 private Map attributeValues; field in class:SMSDataEntry
52 * @param attributeValues attribute values.
54 public SMSDataEntry(String dn, Map attributeValues) { argument
56 this.attributeValues = new HashMap();
57 parseAttributeValues(attributeValues);
64 this.attributeValues = JSONUtils.getMapStringSetString(o, "attributeValues");
88 Set set = (Set)attributeValues.get(name);
91 attributeValues.put(name, set);
99 return (Set)attributeValues
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSDataEntry.java46 private Map attributeValues; field in class:SMSDataEntry
52 * @param attributeValues attribute values.
54 public SMSDataEntry(String dn, Map attributeValues) { argument
56 this.attributeValues = new HashMap();
57 parseAttributeValues(attributeValues);
64 this.attributeValues = JSONUtils.getMapStringSetString(o, "attributeValues");
88 Set set = (Set)attributeValues.get(name);
91 attributeValues.put(name, set);
99 return (Set)attributeValues
[all...]
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/realm/
H A DRealmSetServiceAttributeValues.java85 Map<String, Set<String>> attributeValues = AttributeValues.parse(getCommandManager(), datafile, attrValues);
86 attributeValues = processFileAttributes(attributeValues);
94 handleDynamicAttributes(ai, realm, serviceName, attributeValues,
97 handleOrganizatioAttribute(realm, serviceName, attributeValues,
119 Map attributeValues,
129 Map currentVal = idRealm.getAttributes(attributeValues.keySet());
130 for (Iterator i = attributeValues.keySet().iterator(); i.hasNext();)
134 Set newVal = (Set)attributeValues.get(attrName);
144 idRealm.modifyService(serviceName, attributeValues);
115 handleDynamicAttributes( AMIdentity idRealm, String realm, String serviceName, Map attributeValues, boolean bAppend ) argument
153 handleOrganizatioAttribute( String realm, String serviceName, Map attributeValues, boolean bAppend ) argument
[all...]
H A DRealmGetAttributeValues.java73 Map attributeValues = ocm.getAttributes(serviceName);
75 if ((attributeValues != null) && !attributeValues.isEmpty()) {
78 attributeValues));
H A DRealmAssignService.java71 Map<String, Set<String>> attributeValues = null;
74 attributeValues = AttributeValues.parse(
77 attributeValues = processFileAttributes(attributeValues);
95 ocm.assignService(serviceName, attributeValues);
102 ai.assignService(serviceName, attributeValues);
H A DRealmGetServiceAttributeValues.java80 Map attributeValues = null;
87 attributeValues = ai.getServiceAttributes(serviceName);
91 attributeValues = ocm.getServiceAttributes(serviceName);
94 if ((attributeValues != null) && !attributeValues.isEmpty()) {
98 attributeValues, CLIUtil.getPasswordFields(serviceName)));
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/realm/
H A DRealmSetServiceAttributeValues.java85 Map<String, Set<String>> attributeValues = AttributeValues.parse(getCommandManager(), datafile, attrValues);
86 attributeValues = processFileAttributes(attributeValues);
94 handleDynamicAttributes(ai, realm, serviceName, attributeValues,
97 handleOrganizatioAttribute(realm, serviceName, attributeValues,
119 Map attributeValues,
129 Map currentVal = idRealm.getAttributes(attributeValues.keySet());
130 for (Iterator i = attributeValues.keySet().iterator(); i.hasNext();)
134 Set newVal = (Set)attributeValues.get(attrName);
144 idRealm.modifyService(serviceName, attributeValues);
115 handleDynamicAttributes( AMIdentity idRealm, String realm, String serviceName, Map attributeValues, boolean bAppend ) argument
153 handleOrganizatioAttribute( String realm, String serviceName, Map attributeValues, boolean bAppend ) argument
[all...]
H A DRealmGetAttributeValues.java73 Map attributeValues = ocm.getAttributes(serviceName);
75 if ((attributeValues != null) && !attributeValues.isEmpty()) {
78 attributeValues));
H A DRealmAssignService.java71 Map<String, Set<String>> attributeValues = null;
74 attributeValues = AttributeValues.parse(
77 attributeValues = processFileAttributes(attributeValues);
95 ocm.assignService(serviceName, attributeValues);
102 ai.assignService(serviceName, attributeValues);
H A DRealmGetServiceAttributeValues.java80 Map attributeValues = null;
87 attributeValues = ai.getServiceAttributes(serviceName);
91 attributeValues = ocm.getServiceAttributes(serviceName);
94 if ((attributeValues != null) && !attributeValues.isEmpty()) {
98 attributeValues, CLIUtil.getPasswordFields(serviceName)));
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/org/forgerock/openam/cli/entitlement/
H A DApplicationTypeImpl.java76 Map<String, Set<String>> attributeValues) throws CLIException {
78 Map<String, Boolean> actions = getActions(attributeValues);
84 protected Map<String, Boolean> getActions(Map<String, Set<String>> attributeValues) { argument
86 Set<String> actions = attributeValues.get(ATTR_ACTIONS);
109 protected Class getClassAttribute(String attributeName, Map<String, Set<String>> attributeValues) { argument
113 Set<String> classes = attributeValues.get(attributeName);
75 setApplicationTypeAttributes(ApplicationType applType, Map<String, Set<String>> attributeValues) argument
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/org/forgerock/openam/cli/entitlement/
H A DApplicationTypeImpl.java76 Map<String, Set<String>> attributeValues) throws CLIException {
78 Map<String, Boolean> actions = getActions(attributeValues);
84 protected Map<String, Boolean> getActions(Map<String, Set<String>> attributeValues) { argument
86 Set<String> actions = attributeValues.get(ATTR_ACTIONS);
109 protected Class getClassAttribute(String attributeName, Map<String, Set<String>> attributeValues) { argument
113 Set<String> classes = attributeValues.get(attributeName);
75 setApplicationTypeAttributes(ApplicationType applType, Map<String, Set<String>> attributeValues) argument
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/entitlement/
H A DApplicationImpl.java113 Map<String, Set<String>> attributeValues,
116 Set<String> resourceTypeUuids = attributeValues.get(ATTR_RESOURCE_TYPE_UUIDS);
126 Set<String> subjects = attributeValues.get(ATTR_SUBJECTS);
136 Set<String> conditions = attributeValues.get(ATTR_CONDITIONS);
147 attributeValues);
158 Set<String> names = attributeValues.get(ATTR_SUBJECT_ATTRIBUTE_NAMES);
163 Class resourceComparator = getResourceComparator(attributeValues);
176 Class saveIndex = getSaveIndex(attributeValues);
189 Class searchIndex = getSearchIndex(attributeValues);
204 Map<String, Set<String>> attributeValues) throw
112 setApplicationAttributes(Application appl, Map<String, Set<String>> attributeValues, boolean bCreate) argument
203 getEntitlementCombiner( Map<String, Set<String>> attributeValues) argument
241 getResourceComparator( Map<String, Set<String>> attributeValues) argument
273 getSaveIndex( Map<String, Set<String>> attributeValues) argument
304 getSearchIndex( Map<String, Set<String>> attributeValues) argument
[all...]
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/entitlement/
H A DApplicationImpl.java126 Map<String, Set<String>> attributeValues,
129 Set<String> resourceTypeUuids = attributeValues.get(ATTR_RESOURCE_TYPE_UUIDS);
139 Set<String> subjects = attributeValues.get(ATTR_SUBJECTS);
149 Set<String> conditions = attributeValues.get(ATTR_CONDITIONS);
160 attributeValues);
171 Set<String> names = attributeValues.get(ATTR_SUBJECT_ATTRIBUTE_NAMES);
176 Class resourceComparator = getResourceComparator(attributeValues);
189 Class saveIndex = getSaveIndex(attributeValues);
202 Class searchIndex = getSearchIndex(attributeValues);
217 Map<String, Set<String>> attributeValues) throw
125 setApplicationAttributes(Application appl, Map<String, Set<String>> attributeValues, boolean bCreate) argument
216 getEntitlementCombiner( Map<String, Set<String>> attributeValues) argument
254 getResourceComparator( Map<String, Set<String>> attributeValues) argument
286 getSaveIndex( Map<String, Set<String>> attributeValues) argument
317 getSearchIndex( Map<String, Set<String>> attributeValues) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/model/
H A DTokenDataEntry.java34 private JsonValue attributeValues; field in class:TokenDataEntry
38 attributeValues = value.get("value");
46 List<RawAttribute> attrList = new ArrayList<RawAttribute>(attributeValues.size());
48 Map<String, Object> map = attributeValues.asMap();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/model/
H A DTokenDataEntry.java34 private JsonValue attributeValues; field in class:TokenDataEntry
38 attributeValues = value.get("value");
46 List<RawAttribute> attrList = new ArrayList<RawAttribute>(attributeValues.size());
48 Map<String, Object> map = attributeValues.asMap();
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DMAPDeviceProfileModelImpl.java203 Map attributeValues = new HashMap(attributeNames.size() *2);
214 attributeValues = new HashMap(2);
215 attributeValues.put(attrName, values);
233 attributeValues.put(name, values);
239 return (attributeValues != null)
240 ? attributeValues : Collections.EMPTY_MAP;
247 * @param attributeValues Map of attribute name to set of attribute values.
250 public void modifyProfile(String clientType, Map attributeValues) argument
256 clientType, attributeValues.keySet());
257 Map values = new HashMap(attributeValues
[all...]
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/agentconfig/
H A DCreateAgent.java86 Map attributeValues = Collections.EMPTY_MAP;
89 attributeValues = AttributeValues.parse(getCommandManager(),
93 if ((attributeValues == null) || attributeValues.isEmpty()) {
122 if (serverURL == null && agentURL == null && attributeValues.size() == 1) {
130 for (Iterator i = attributeValues.keySet().iterator();
135 Set values = (Set)attributeValues.get(k);
186 map.putAll(attributeValues);
193 AgentConfiguration.removeDefaultDuplicates(attributeValues, map);
199 agentName, agentType, attributeValues);
[all...]
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/agentconfig/
H A DCreateAgent.java86 Map attributeValues = Collections.EMPTY_MAP;
89 attributeValues = AttributeValues.parse(getCommandManager(),
93 if ((attributeValues == null) || attributeValues.isEmpty()) {
122 if (serverURL == null && agentURL == null && attributeValues.size() == 1) {
130 for (Iterator i = attributeValues.keySet().iterator();
135 Set values = (Set)attributeValues.get(k);
186 map.putAll(attributeValues);
193 AgentConfiguration.removeDefaultDuplicates(attributeValues, map);
199 agentName, agentType, attributeValues);
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DMAPDeviceProfileModelImpl.java203 Map attributeValues = new HashMap(attributeNames.size() *2);
214 attributeValues = new HashMap(2);
215 attributeValues.put(attrName, values);
233 attributeValues.put(name, values);
239 return (attributeValues != null)
240 ? attributeValues : Collections.EMPTY_MAP;
247 * @param attributeValues Map of attribute name to set of attribute values.
250 public void modifyProfile(String clientType, Map attributeValues) argument
256 clientType, attributeValues.keySet());
257 Map values = new HashMap(attributeValues
[all...]
/forgerock/opendj2/src/server/org/opends/server/types/
H A DRDN.java62 private AttributeValue[] attributeValues; field in class:RDN
91 attributeValues = new AttributeValue[] { attributeValue };
115 attributeValues = new AttributeValue[] { attributeValue };
134 * @param attributeValues The set of values for this RDN. It must
140 List<AttributeValue> attributeValues)
144 this.attributeValues = new AttributeValue[attributeValues.size()];
148 attributeValues.toArray(this.attributeValues);
167 * @param attributeValues Th
138 RDN(List<AttributeType> attributeTypes, List<String> attributeNames, List<AttributeValue> attributeValues) argument
171 RDN(AttributeType[] attributeTypes, String[] attributeNames, AttributeValue[] attributeValues) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DRDN.java62 private AttributeValue[] attributeValues; field in class:RDN
91 attributeValues = new AttributeValue[] { attributeValue };
115 attributeValues = new AttributeValue[] { attributeValue };
134 * @param attributeValues The set of values for this RDN. It must
140 List<AttributeValue> attributeValues)
144 this.attributeValues = new AttributeValue[attributeValues.size()];
148 attributeValues.toArray(this.attributeValues);
167 * @param attributeValues Th
138 RDN(List<AttributeType> attributeTypes, List<String> attributeNames, List<AttributeValue> attributeValues) argument
171 RDN(AttributeType[] attributeTypes, String[] attributeNames, AttributeValue[] attributeValues) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DRDN.java69 private ByteString[] attributeValues; field in class:RDN
92 attributeValues = new ByteString[] { attributeValue };
113 attributeValues = new ByteString[] { attributeValue };
128 * @param attributeValues The set of values for this RDN. It must
135 List<ByteString> attributeValues)
137 Reject.ifNull(attributeTypes, attributeNames, attributeValues);
141 Reject.ifFalse(attributeValues.size() == attributeTypes.size(),
142 "attributeValues must have the same number of elements than attributeTypes");
146 this.attributeValues = new ByteString[attributeValues
133 RDN(List<AttributeType> attributeTypes, List<String> attributeNames, List<ByteString> attributeValues) argument
170 RDN(AttributeType[] attributeTypes, String[] attributeNames, ByteString[] attributeValues) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/
H A DDefaultIDPAccountMapper.java111 byte[][] attributeValues = dsProvider.getBinaryAttribute(userID, attrName);
112 if (attributeValues != null && attributeValues.length > 0) {
113 name2 = Base64.encode(attributeValues[0]);
116 Set<String> attributeValues = dsProvider.getAttribute(userID, attrName);
117 if (CollectionUtils.isNotEmpty(attributeValues)) {
118 name2 = attributeValues.iterator().next();
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DRDN.java71 private AttributeValue[] attributeValues; field in class:RDN
100 attributeValues = new AttributeValue[] { attributeValue };
124 attributeValues = new AttributeValue[] { attributeValue };
143 * @param attributeValues The set of values for this RDN. It must
149 List<AttributeValue> attributeValues)
153 this.attributeValues = new AttributeValue[attributeValues.size()];
157 attributeValues.toArray(this.attributeValues);
176 * @param attributeValues Th
147 RDN(List<AttributeType> attributeTypes, List<String> attributeNames, List<AttributeValue> attributeValues) argument
180 RDN(AttributeType[] attributeTypes, String[] attributeNames, AttributeValue[] attributeValues) argument
[all...]

Completed in 2985 milliseconds

12345678