Searched defs:attrValues (Results 51 - 73 of 73) sorted by relevance

123

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DImportLDIF.java527 private void addAttribute(List<RawAttribute> attributes, String attrName, List<String> attrValues) argument
529 if (attrValues != null && !attrValues.isEmpty())
531 attributes.add(new LDAPAttribute(attrName, attrValues));
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/plugins/
H A DUniqueAttributePluginTestCase.java797 * @param attrValues The values use in building the attribute.
799 private void addAttribute(Entry entry, String attrName, String... attrValues) { argument
800 entry.addAttribute(Attributes.create(attrName, attrValues), null);
810 * @param attrValues The values to build the modification from.
814 ModificationType modificationType, String... attrValues) {
816 Attributes.create(attrName, attrValues)));
813 addMods(LinkedList<Modification> mods, String attrName, ModificationType modificationType, String... attrValues) argument
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/agentconfig/
H A DAgentProfileViewBean.java330 protected static String getValueFromMap(Map attrValues, String name) { argument
331 Set set = (Set)attrValues.get(name);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/
H A DAMServiceProfileViewBeanBase.java312 protected boolean onBeforeSaveProfile(Map attrValues) { argument
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DIDFFModelImpl.java620 Map attrValues,
629 String keysize = getValueByKey(attrValues,
631 String algorithm = getValueByKey(attrValues,
655 (Set) attrValues.get(ATTR_PROTOCOL_SUPPORT_ENUMERATION)));
659 (String) AMAdminUtils.getValue((Set) attrValues.get(
662 (String) AMAdminUtils.getValue((Set) attrValues.get(
665 (String) AMAdminUtils.getValue((Set) attrValues.get(
668 (String) AMAdminUtils.getValue((Set) attrValues.get(
671 (String) AMAdminUtils.getValue((Set) attrValues.get(
674 (String) AMAdminUtils.getValue((Set) attrValues
617 updateEntitySPDescriptor( String realm, String entityName, Map attrValues, Map extendedValues, boolean ishosted) argument
774 updateEntityIDPDescriptor( String realm, String entityName, Map attrValues, Map extendedValues, boolean ishosted) argument
935 updateIDPEntityConfig( String realm, String entityName, Map attrValues) argument
988 updateSPEntityConfig( String realm, String entityName, Map attrValues) argument
[all...]
H A DIDFFModel.java301 * @param attrValues Map of attribute name to set of values.
307 Map attrValues,
317 * @param attrValues Map of attribute name to set of values.
323 Map attrValues,
333 * @param attrValues Map of attribute name to set of values.
339 Map attrValues) throws AMConsoleException;
347 * @param attrValues Map of attribute name to set of values.
353 Map attrValues) throws AMConsoleException;
304 updateEntitySPDescriptor( String realm, String entityName, Map attrValues, Map extendedValues, boolean ishosted) argument
320 updateEntityIDPDescriptor( String realm, String entityName, Map attrValues, Map extendedValues, boolean ishosted) argument
336 updateIDPEntityConfig( String realm, String entityName, Map attrValues) argument
350 updateSPEntityConfig( String realm, String entityName, Map attrValues) argument
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/
H A DSCSAML2SOAPBindingViewBean.java246 protected boolean onBeforeSaveProfile(Map attrValues) { argument
251 attrValues.put(
255 attrValues.put(
H A DSCSOAPBindingViewBean.java243 protected boolean onBeforeSaveProfile(Map attrValues) { argument
248 attrValues.put(
252 attrValues.put(
H A DSMDiscoveryServiceViewBean.java494 protected boolean onBeforeSaveProfile(Map attrValues) { argument
498 attrValues.put(
505 attrValues.put(
H A DSMG11NViewBean.java357 protected boolean onBeforeSaveProfile(Map attrValues) { argument
362 attrValues.put(SMG11NModelImpl.ATTRIBUTE_NAME_SUPPORTED_CHARSETS,
370 attrValues.put(SMG11NModelImpl.ATTRIBUTE_NAME_CHARSET_ALIAS,
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/webservices/
H A DWSPersonalProfileServiceViewBean.java323 protected boolean onBeforeSaveProfile(Map attrValues) { argument
328 attrValues.put(
337 attrValues.put(
/forgerock/openam/openam-console/src/main/java/com/sun/identity/workflow/
H A DConfigureOAuth2.java216 final Map<String, Set<String>> attrValues = getDefaultOAuth2ProviderAttributes(token);
217 attrValues.putAll(PROFILE_SETTINGS.get(type));
219 attrValues.put(SUPPORTED_SCOPES, translate(realm, SUPPORTED_SCOPE_KEYS.get(type)));
220 attrValues.put(SUPPORTED_CLAIMS, translate(realm, SUPPORTED_CLAIM_KEYS.get(type)));
222 attrValues.put(REFRESH_TOKEN_LIFETIME_NAME, singleton(getString(params, RTL)));
223 attrValues.put(AUTHZ_CODE_LIFETIME_NAME, singleton(getString(params, ACL)));
224 attrValues.put(ACCESS_TOKEN_LIFETIME_NAME, singleton(getString(params, ATL)));
225 attrValues.put(ISSUE_REFRESH_TOKEN, singleton(getString(params, IRT)));
226 attrValues.put(ISSUE_REFRESH_TOKEN_ON_REFRESHING_TOKEN, singleton(getString(params, IRTR)));
227 attrValues
351 createProvider(String serviceName, SSOToken token, String realm, Map<String, Set<String>> attrValues) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/common/
H A DIdRepoUtils.java217 Map attrValues = ss.getAttributes();
232 tagSwapAndImportSchema(schemaFile, attrValues, servletCtx,
259 Map attrValues, ServletContext servletCtx, String idRepoType)
263 try (ConnectionFactory factory = getLDAPConnection(attrValues);
275 String suffix = CollectionHelper.getMapAttr(attrValues,
286 String adamInstanceGUID = getADAMInstanceGUID(attrValues);
307 private static String getADAMInstanceGUID(Map attrValues) throws Exception { argument
308 try (ConnectionFactory factory = getLDAPConnection(attrValues);
330 private static ConnectionFactory getLDAPConnection(Map attrValues) argument
334 String connectionMode = CollectionHelper.getMapAttr(attrValues, LDAP_CONNECTION_MOD
258 tagSwapAndImportSchema(String schemaFile, Map attrValues, ServletContext servletCtx, String idRepoType) argument
482 getLDAPUrls( Map<String, Set<String>> attrValues) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DAttributeImpl.java84 private List attrValues = null; field in class:AttributeImpl
191 if (attrValues == null) {
192 attrValues = new ArrayList();
194 attrValues.add(XMLUtils.print(child));
219 if (attrValues != null) {
220 attrValues = Collections.unmodifiableList(attrValues);
268 if (attrValues != null) {
269 attrValues = Collections.unmodifiableList(attrValues);
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DAgentConfiguration.java163 * @param attrValues Map of attribute name to its values.
176 Map attrValues
180 attrValues, null, null);
190 * @param attrValues Map of attribute name to its values.
206 Map attrValues,
222 attrValues, new FQDNUrl(serverURL), urlAgent);
232 * @param attrValues Map of attribute name to its values.
245 Map attrValues,
259 Map attributeValues = parseAttributeMap(agentType, attrValues);
287 * @param attrValues Ma
201 createAgentGroup( SSOToken ssoToken, String realm, String agentGroupName, String agentType, Map attrValues, String serverURL, String agentURL ) argument
240 createAgentGroupEx( SSOToken ssoToken, String realm, String agentGroupName, String agentType, Map attrValues, FQDNUrl serverURL, FQDNUrl agentURL ) argument
297 createAgent( SSOToken ssoToken, String realm, String agentName, String agentType, Map attrValues, String serverURL, String agentURL ) argument
353 createAgentLocal( SSOToken ssoToken, String realm, String agentName, String agentType, Map attrValues, String agentURL ) argument
415 createAgentEx( SSOToken ssoToken, String realm, String agentName, String agentType, Map attrValues, FQDNUrl serverURL, FQDNUrl agentURL ) argument
698 updateAgent( SSOToken ssoToken, String realm, String agentName, Map attrValues, boolean bSet ) argument
818 updateAgentGroup( SSOToken ssoToken, String realm, String agentGroupName, Map attrValues, boolean bSet ) argument
1025 parseAttributeMap(String agentType, Map attrValues) argument
1070 parseAttributeMap(AttributeSchema as, Map attrValues) argument
1111 correctAttributeNames(String agentType, Map attrValues) argument
1131 unparseAttributeMap(String agentType, Map attrValues) argument
1648 correctAttributeNames( Map attrValues, Set attributeSchemaNames ) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DAgentConfiguration.java168 * @param attrValues Map of attribute name to its values.
181 Map attrValues
185 attrValues, null, null);
195 * @param attrValues Map of attribute name to its values.
211 Map attrValues,
227 attrValues, new FQDNUrl(serverURL), urlAgent);
237 * @param attrValues Map of attribute name to its values.
250 Map attrValues,
264 Map attributeValues = parseAttributeMap(agentType, attrValues);
292 * @param attrValues Ma
206 createAgentGroup( SSOToken ssoToken, String realm, String agentGroupName, String agentType, Map attrValues, String serverURL, String agentURL ) argument
245 createAgentGroupEx( SSOToken ssoToken, String realm, String agentGroupName, String agentType, Map attrValues, FQDNUrl serverURL, FQDNUrl agentURL ) argument
302 createAgent( SSOToken ssoToken, String realm, String agentName, String agentType, Map attrValues, String serverURL, String agentURL ) argument
358 createAgentLocal( SSOToken ssoToken, String realm, String agentName, String agentType, Map attrValues, String agentURL ) argument
420 createAgentEx( SSOToken ssoToken, String realm, String agentName, String agentType, Map attrValues, FQDNUrl serverURL, FQDNUrl agentURL ) argument
707 updateAgent( SSOToken ssoToken, String realm, String agentName, Map attrValues, boolean bSet ) argument
827 updateAgentGroup( SSOToken ssoToken, String realm, String agentGroupName, Map attrValues, boolean bSet ) argument
1038 parseAttributeMap(String agentType, Map attrValues) argument
1083 parseAttributeMap(AttributeSchema as, Map attrValues) argument
1124 correctAttributeNames(String agentType, Map attrValues) argument
1144 unparseAttributeMap(String agentType, Map attrValues) argument
1661 correctAttributeNames( Map attrValues, Set attributeSchemaNames ) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/files/
H A DFilesRepo.java535 Set attrValues = new HashSet();
539 attrValues.add(new String(attrBytes[i], "UTF-8"));
544 attrs.put(attrName, attrValues);
1684 boolean containsAttrValue(Set attrValues, Set patterns) { argument
1689 for (Iterator items = attrValues.iterator();
1695 } else if (attrValues.contains(pattern)) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSEntry.java511 Set attrValues = null;
515 attrValues = (Set) attrSet.get(attrName);
516 if (attrValues.contains(value)) {
528 if (attrValues == null) {
529 attrValues = new HashSet();
531 attrValues.add(value);
532 attrSet.put(attrName, attrValues);
546 public void setAttribute(String attrName, String[] attrValues) { argument
550 for (int i = 0; attrValues != null && i < attrValues
[all...]
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DIDFFModel.java301 * @param attrValues Map of attribute name to set of values.
307 Map attrValues,
317 * @param attrValues Map of attribute name to set of values.
323 Map attrValues,
333 * @param attrValues Map of attribute name to set of values.
339 Map attrValues) throws AMConsoleException;
347 * @param attrValues Map of attribute name to set of values.
353 Map attrValues) throws AMConsoleException;
304 updateEntitySPDescriptor( String realm, String entityName, Map attrValues, Map extendedValues, boolean ishosted) argument
320 updateEntityIDPDescriptor( String realm, String entityName, Map attrValues, Map extendedValues, boolean ishosted) argument
336 updateIDPEntityConfig( String realm, String entityName, Map attrValues) argument
350 updateSPEntityConfig( String realm, String entityName, Map attrValues) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/files/
H A DFilesRepo.java537 Set attrValues = new HashSet();
541 attrValues.add(new String(attrBytes[i], "UTF-8"));
546 attrs.put(attrName, attrValues);
1686 boolean containsAttrValue(Set attrValues, Set patterns) { argument
1691 for (Iterator items = attrValues.iterator();
1697 } else if (attrValues.contains(pattern)) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSEntry.java511 Set attrValues = null;
515 attrValues = (Set) attrSet.get(attrName);
516 if (attrValues.contains(value)) {
528 if (attrValues == null) {
529 attrValues = new HashSet();
531 attrValues.add(value);
532 attrSet.put(attrName, attrValues);
546 public void setAttribute(String attrName, String[] attrValues) { argument
550 for (int i = 0; attrValues != null && i < attrValues
[all...]
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeUtils.java1390 * @param attrValues a map of attribute value pairs to be added to the
1400 Map attrValues, int priority) throws UpgradeException {
1408 priority, attrValues);
1904 Set attrValues = Collections.EMPTY_SET;
1915 attrValues = (Set) attributeDefaults.get(attributeName);
1923 return attrValues;
2046 * @param attrValues Map of attributes key is the attribute name and
2053 Map attrValues) throws UpgradeException {
2067 for (Iterator i = attrValues.keySet().iterator(); i.hasNext();) {
2069 sc.addAttribute(attrName, (Set) attrValues
1395 addSubConfiguration( String serviceName, String svcConfigName, String subConfigName, String subConfigID, Map attrValues, int priority) argument
2050 addAttributeToSubConfiguration( String serviceName, String subConfigName, Map attrValues) argument
3570 createOrganizationConfiguration(String serviceName, String orgName,Map attrValues) argument
3594 addSubConfig( String serviceName, String parentConfigName, String subConfigName, String subConfigID, Map attrValues, int priority) argument
[all...]
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeUtils.java1390 * @param attrValues a map of attribute value pairs to be added to the
1400 Map attrValues, int priority) throws UpgradeException {
1408 priority, attrValues);
1904 Set attrValues = Collections.EMPTY_SET;
1915 attrValues = (Set) attributeDefaults.get(attributeName);
1923 return attrValues;
2046 * @param attrValues Map of attributes key is the attribute name and
2053 Map attrValues) throws UpgradeException {
2067 for (Iterator i = attrValues.keySet().iterator(); i.hasNext();) {
2069 sc.addAttribute(attrName, (Set) attrValues
1395 addSubConfiguration( String serviceName, String svcConfigName, String subConfigName, String subConfigID, Map attrValues, int priority) argument
2050 addAttributeToSubConfiguration( String serviceName, String subConfigName, Map attrValues) argument
3570 createOrganizationConfiguration(String serviceName, String orgName,Map attrValues) argument
3594 addSubConfig( String serviceName, String parentConfigName, String subConfigName, String subConfigID, Map attrValues, int priority) argument
[all...]

Completed in 98 milliseconds

123