Searched defs:attributeValues (Results 51 - 75 of 79) sorted by relevance

1234

/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/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/
H A DSMG11NViewBean.java205 Map attributeValues = (Map)removePageSessionAttribute(
207 if (attributeValues != null) {
209 ps.setAttributeValues(attributeValues, getModel());
211 prePopulateSupportedCharsetsTable(attributeValues);
212 prePopulateCharsetAliasTable(attributeValues);
215 private void prePopulateSupportedCharsetsTable(Map attributeValues) { argument
218 if (attributeValues != null) {
219 supportedCharsets = (Set)attributeValues.get(
234 private void prePopulateCharsetAliasTable(Map attributeValues) { argument
237 if (attributeValues !
[all...]
H A DSCSAML2SOAPBindingViewBean.java145 Map attributeValues = (Map)removePageSessionAttribute(
147 if (attributeValues != null) {
149 ps.setAttributeValues(attributeValues, getModel());
151 prePopulateRequestHandlerListTable(attributeValues);
154 private void prePopulateRequestHandlerListTable(Map attributeValues) { argument
156 if (attributeValues != null) {
158 Set set = (Set)attributeValues.get(
H A DSCSOAPBindingViewBean.java143 Map attributeValues = (Map)removePageSessionAttribute(
145 if (attributeValues != null) {
147 ps.setAttributeValues(attributeValues, getModel());
149 prePopulateRequestHandlerListTable(attributeValues);
152 private void prePopulateRequestHandlerListTable(Map attributeValues) { argument
154 if (attributeValues != null) {
156 Set set = (Set)attributeValues.get(
H A DSMDiscoveryServiceViewBean.java314 Map attributeValues = (Map)removePageSessionAttribute(
316 if (attributeValues != null) {
318 ps.setAttributeValues(attributeValues, getModel());
320 prePopulateProviderResourceIdTable(attributeValues);
321 prePopulateBootstrapResOffTable(attributeValues);
324 private void prePopulateProviderResourceIdTable(Map attributeValues) { argument
325 if (attributeValues != null) {
326 Set mapper = (Set)attributeValues.get(
338 private void prePopulateBootstrapResOffTable(Map attributeValues) { argument
341 if (attributeValues !
[all...]
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/webservices/
H A DWSPersonalProfileServiceViewBean.java166 Map attributeValues = (Map)removePageSessionAttribute(
168 if (attributeValues != null) {
170 ps.setAttributeValues(attributeValues, getModel());
172 prePopulateSupportContainersTable(attributeValues);
173 prePopulateDSAttributeMapListTable(attributeValues);
176 private void prePopulateSupportContainersTable(Map attributeValues) { argument
179 if (attributeValues != null) {
180 supportedContainers = (Set)attributeValues.get(
197 private void prePopulateDSAttributeMapListTable(Map attributeValues) { argument
200 if (attributeValues !
[all...]
/forgerock/openam-v13/openam-authentication/deviceprint/module/src/main/java/org/forgerock/openam/authentication/modules/deviceprint/
H A DDevicePrintAuthenticationConfig.java159 * @param attributeValues The values from the Device Print information.
162 private boolean hasRequiredAttribute(String attributeName, Object... attributeValues) { argument
165 for (Object attributeValue : attributeValues) {
/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-v13/openam-console/src/main/java/com/sun/identity/console/audit/model/
H A DAbstractAuditModel.java366 * @param attributeValues The attribute values.
370 Map<String, Set<String>> attributeValues) throws AMConsoleException {
372 getServiceConfig().addSubConfig(eventHandlerName, eventHandlerType, 0, attributeValues);
369 createEventHandler(String eventHandlerName, String eventHandlerType, Map<String, Set<String>> attributeValues) argument
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/
H A DAMPropertySheet.java105 * @param attributeValues Map of attribute name to values.
107 public void setAttributeValues(Map attributeValues, AMModel amModel) { argument
111 for (Iterator iter = attributeValues.keySet().iterator();
117 Object values = attributeValues.get(name);
/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/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/server/
H A DServerManagementContext.java224 List<String> attributeValues = getAttributeValues(mod, propDef2, configEntry);
225 if (attributeValues.size() > 0) {
227 for (String value : attributeValues) {
483 List<String> attributeValues = getAttributeValues(managedObjDef, propertyDef, configEntry);
484 return decodeProperty(path.asSubType(managedObjDef), propertyDef, attributeValues, null);
649 List<String> attributeValues = getAttributeValues(mod, propertyDef, configEntry);
651 SortedSet<?> pvalues = decodeProperty(path, propertyDef, attributeValues, newConfigEntry);
678 List<String> attributeValues, Entry newConfigEntry) {
682 if (attributeValues.size() > 0) {
684 for (String value : attributeValues) {
677 decodeProperty(ManagedObjectPath<?, ?> path, PropertyDefinition<T> propertyDef, List<String> attributeValues, Entry newConfigEntry) argument
[all...]
/forgerock/openam/openam-oauth2/src/test/java/org/forgerock/openam/oauth2/
H A DOpenAMClientRegistrationTest.java321 private void setUpAgentWithAttribute(String attributeName, String... attributeValues) argument
324 .willReturn(new HashSet<>(Arrays.asList(attributeValues)));
/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/openam-console/src/main/java/com/sun/identity/console/audit/model/
H A DAbstractAuditModel.java366 * @param attributeValues The attribute values.
370 Map<String, Set<String>> attributeValues) throws AMConsoleException {
372 getServiceConfig().addSubConfig(eventHandlerName, eventHandlerType, 0, attributeValues);
369 createEventHandler(String eventHandlerName, String eventHandlerType, Map<String, Set<String>> attributeValues) argument
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/
H A DAMPropertySheet.java105 * @param attributeValues Map of attribute name to values.
107 public void setAttributeValues(Map attributeValues, AMModel amModel) { argument
111 for (Iterator iter = attributeValues.keySet().iterator();
117 Object values = attributeValues.get(name);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/
H A DSCSAML2SOAPBindingViewBean.java145 Map attributeValues = (Map)removePageSessionAttribute(
147 if (attributeValues != null) {
149 ps.setAttributeValues(attributeValues, getModel());
151 prePopulateRequestHandlerListTable(attributeValues);
154 private void prePopulateRequestHandlerListTable(Map attributeValues) { argument
156 if (attributeValues != null) {
158 Set set = (Set)attributeValues.get(
H A DSCSOAPBindingViewBean.java143 Map attributeValues = (Map)removePageSessionAttribute(
145 if (attributeValues != null) {
147 ps.setAttributeValues(attributeValues, getModel());
149 prePopulateRequestHandlerListTable(attributeValues);
152 private void prePopulateRequestHandlerListTable(Map attributeValues) { argument
154 if (attributeValues != null) {
156 Set set = (Set)attributeValues.get(
H A DSMDiscoveryServiceViewBean.java314 Map attributeValues = (Map)removePageSessionAttribute(
316 if (attributeValues != null) {
318 ps.setAttributeValues(attributeValues, getModel());
320 prePopulateProviderResourceIdTable(attributeValues);
321 prePopulateBootstrapResOffTable(attributeValues);
324 private void prePopulateProviderResourceIdTable(Map attributeValues) { argument
325 if (attributeValues != null) {
326 Set mapper = (Set)attributeValues.get(
338 private void prePopulateBootstrapResOffTable(Map attributeValues) { argument
341 if (attributeValues !
[all...]
H A DSMG11NViewBean.java205 Map attributeValues = (Map)removePageSessionAttribute(
207 if (attributeValues != null) {
209 ps.setAttributeValues(attributeValues, getModel());
211 prePopulateSupportedCharsetsTable(attributeValues);
212 prePopulateCharsetAliasTable(attributeValues);
215 private void prePopulateSupportedCharsetsTable(Map attributeValues) { argument
218 if (attributeValues != null) {
219 supportedCharsets = (Set)attributeValues.get(
234 private void prePopulateCharsetAliasTable(Map attributeValues) { argument
237 if (attributeValues !
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/webservices/
H A DWSPersonalProfileServiceViewBean.java166 Map attributeValues = (Map)removePageSessionAttribute(
168 if (attributeValues != null) {
170 ps.setAttributeValues(attributeValues, getModel());
172 prePopulateSupportContainersTable(attributeValues);
173 prePopulateDSAttributeMapListTable(attributeValues);
176 private void prePopulateSupportContainersTable(Map attributeValues) { argument
179 if (attributeValues != null) {
180 supportedContainers = (Set)attributeValues.get(
197 private void prePopulateDSAttributeMapListTable(Map attributeValues) { argument
200 if (attributeValues !
[all...]
/forgerock/openam-v13/openam-authentication/openam-auth-ldap/src/main/java/com/sun/identity/authentication/modules/ldap/
H A DLDAP.java787 * attribute from the attributeValues and maps it
792 private Map getAttributeMap(Map attributeValues) { argument
794 debug.message("In getAttribute Map: " + attributeValues);
803 Set newValue = (Set) attributeValues.get(value);
/forgerock/openam/openam-authentication/openam-auth-ldap/src/main/java/com/sun/identity/authentication/modules/ldap/
H A DLDAP.java794 * attribute from the attributeValues and maps it
799 private Map getAttributeMap(Map attributeValues) { argument
801 debug.message("In getAttribute Map: " + attributeValues);
810 Set newValue = (Set) attributeValues.get(value);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DAssuredReplicationPluginTest.java74 private Map<String, Long> attributeValues = new HashMap<String, Long>(); field in class:AssuredReplicationPluginTest.MonitorAssertions
87 attributeValues.put(attribute, getMonitorAttrValue(baseDN, attribute));
93 assertEquals(attributeValues.remove(attribute), (Long) expected);
100 while (!(keySet = attributeValues.keySet()).isEmpty())
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DAssuredReplicationPluginTest.java74 private Map<String, Long> attributeValues = new HashMap<String, Long>(); field in class:AssuredReplicationPluginTest.MonitorAssertions
87 attributeValues.put(attribute, getMonitorAttrValue(baseDN, attribute));
93 assertEquals(attributeValues.remove(attribute), (Long) expected);
100 while (!(keySet = attributeValues.keySet()).isEmpty())

Completed in 87 milliseconds

1234