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

123

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/idm/
H A DServiceViewBeanBase.java252 protected boolean onBeforeSaveProfile(Map attrValues) { argument
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/
H A DSCPolicyViewBean.java214 protected boolean onBeforeSaveProfile(Map attrValues) { argument
220 attrValues.put(SCPolicyModel.ATTRIBUTE_NAME_RESOURCE_COMPARATOR,
227 protected boolean onBeforeDisplayProfile(Map attrValues) { argument
231 attrValues.put(SCPolicyModel.ATTRIBUTE_NAME_RESOURCE_COMPARATOR,
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,
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(
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/iplanet/services/cdc/
H A DLdapSPValidator.java182 Set attrValues = (Set)attributes.get(LDAP_ATTR_NAME);
183 if ((attrValues != null) && !attrValues.isEmpty()) {
184 getHostnames(attrValues, hostnames);
185 if (validateGotoUrl(attrValues,hostnames, gotoHost,
240 Set attrValues = new HashSet(2);
241 attrValues.add(PROVIDER_ID_ATTR_NAME + "=" + rootPrefix.toString());
242 searchParams.put(LDAP_ATTR_NAME, attrValues);
288 Set attrValues,
295 for (Iterator i = attrValues
287 validateGotoUrl( Set attrValues, List hostnames, String gotoHost, String gotoProtocol, int gotoPort ) argument
308 getHostnames(Set attrValues, List hostnames) argument
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DFSAuthDomainsModel.java97 * @param attrValues Map of attribute name to set of attribute values.
100 void createAuthenticationDomain(Map attrValues, Set providers) argument
H A DFSAuthDomainsModelImpl.java142 * @param attrValues Map of attribute name to set of attribute values.
145 public void createAuthenticationDomain(Map attrValues, Set providers) argument
149 (Set)attrValues.get(SINGLE_CHOICE_REALM));
151 (Set)attrValues.get(SINGLE_CHOICE_STATUS));
153 (Set)attrValues.get(TF_NAME));
166 (Set)attrValues.get(TF_DESCRIPTION)));
169 (Set)attrValues.get(TF_IDFF_READER_SERVICE_URL)));
172 (Set)attrValues.get(TF_IDFF_WRITER_SERVICE_URL)));
175 (Set)attrValues.get(TF_SAML2_READER_SERVICE_URL)));
178 (Set)attrValues
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/idm/
H A DServiceViewBeanBase.java252 protected boolean onBeforeSaveProfile(Map attrValues) { argument
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/
H A DSCPolicyViewBean.java214 protected boolean onBeforeSaveProfile(Map attrValues) { argument
220 attrValues.put(SCPolicyModel.ATTRIBUTE_NAME_RESOURCE_COMPARATOR,
227 protected boolean onBeforeDisplayProfile(Map attrValues) { argument
231 attrValues.put(SCPolicyModel.ATTRIBUTE_NAME_RESOURCE_COMPARATOR,
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/webservices/
H A DWSAuthNServicesViewBean.java220 protected boolean onBeforeSaveProfile(Map attrValues) { argument
224 attrValues.put(WSAuthNServicesModelImpl.ATTRIBUTE_NAME_HANDLERS,
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DUniqueAttributePluginTestCase.java819 * @param attrValues The values use in building the attribute.
822 addAttribute(Entry entry, String attrTypeString, String... attrValues) { argument
825 for(String attrValue : attrValues) {
838 * @param attrValues The values to build the modification from.
842 ModificationType modificationType, String... attrValues) {
845 for(String attrValue : attrValues) {
841 addMods(LinkedList<Modification> mods, String attrTypeString, ModificationType modificationType, String... attrValues) argument
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DUniqueAttributePluginTestCase.java826 * @param attrValues The values use in building the attribute.
829 addAttribute(Entry entry, String attrTypeString, String... attrValues) { argument
832 for(String attrValue : attrValues) {
845 * @param attrValues The values to build the modification from.
849 ModificationType modificationType, String... attrValues) {
852 for(String attrValue : attrValues) {
848 addMods(LinkedList<Modification> mods, String attrTypeString, ModificationType modificationType, String... attrValues) argument
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DUniqueAttributePluginTestCase.java819 * @param attrValues The values use in building the attribute.
822 addAttribute(Entry entry, String attrTypeString, String... attrValues) { argument
825 for(String attrValue : attrValues) {
838 * @param attrValues The values to build the modification from.
842 ModificationType modificationType, String... attrValues) {
845 for(String attrValue : attrValues) {
841 addMods(LinkedList<Modification> mods, String attrTypeString, ModificationType modificationType, String... attrValues) argument
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DUniqueAttributePluginTestCase.java826 * @param attrValues The values use in building the attribute.
829 addAttribute(Entry entry, String attrTypeString, String... attrValues) { argument
832 for(String attrValue : attrValues) {
845 * @param attrValues The values to build the modification from.
849 ModificationType modificationType, String... attrValues) {
852 for(String attrValue : attrValues) {
848 addMods(LinkedList<Modification> mods, String attrTypeString, ModificationType modificationType, String... attrValues) argument
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DUniqueAttributePluginTestCase.java934 * @param attrValues The values use in building the attribute.
937 String... attrValues)
941 for(String attrValue : attrValues) {
954 * @param attrValues The values to build the modification from.
958 String... attrValues)
962 for(String attrValue : attrValues) {
936 addAttribute(Entry entry, String attrTypeString, String... attrValues) argument
956 addMods(LinkedList<Modification> mods, String attrTypeString, ModificationType modificationType, String... attrValues) argument
/forgerock/openam-v13/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-v13/openam-console/src/main/java/com/sun/identity/workflow/
H A DConfigureOAuth2.java214 final Map<String, Set<String>> attrValues = getDefaultOAuth2ProviderAttributes(token);
215 attrValues.putAll(PROFILE_SETTINGS.get(type));
217 attrValues.put(SUPPORTED_SCOPES, translate(realm, SUPPORTED_SCOPE_KEYS.get(type)));
218 attrValues.put(SUPPORTED_CLAIMS, translate(realm, SUPPORTED_CLAIM_KEYS.get(type)));
220 attrValues.put(REFRESH_TOKEN_LIFETIME_NAME, singleton(getString(params, RTL)));
221 attrValues.put(AUTHZ_CODE_LIFETIME_NAME, singleton(getString(params, ACL)));
222 attrValues.put(ACCESS_TOKEN_LIFETIME_NAME, singleton(getString(params, ATL)));
223 attrValues.put(ISSUE_REFRESH_TOKEN, singleton(getString(params, IRT)));
224 attrValues.put(ISSUE_REFRESH_TOKEN_ON_REFRESHING_TOKEN, singleton(getString(params, IRTR)));
225 attrValues
346 createProvider(String serviceName, SSOToken token, String realm, Map<String, Set<String>> attrValues) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/common/
H A DIdRepoUtils.java214 Map attrValues = ss.getAttributes();
229 tagSwapAndImportSchema(schemaFile, attrValues, servletCtx,
256 Map attrValues, ServletContext servletCtx, String idRepoType)
260 try (ConnectionFactory factory = getLDAPConnection(attrValues);
272 String suffix = CollectionHelper.getMapAttr(attrValues,
283 String adamInstanceGUID = getADAMInstanceGUID(attrValues);
304 private static String getADAMInstanceGUID(Map attrValues) throws Exception { argument
305 try (ConnectionFactory factory = getLDAPConnection(attrValues);
327 private static ConnectionFactory getLDAPConnection(Map attrValues) argument
332 if (CollectionHelper.getBooleanMapAttr(attrValues, "su
255 tagSwapAndImportSchema(String schemaFile, Map attrValues, ServletContext servletCtx, String idRepoType) argument
473 getLDAPUrls( Map<String, Set<String>> attrValues) argument
[all...]
/forgerock/openam-v13/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-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-v13/openam-console/src/main/java/com/sun/identity/console/base/
H A DAMServiceProfileViewBeanBase.java312 protected boolean onBeforeSaveProfile(Map attrValues) { argument
/forgerock/openam-v13/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...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DExportLDIF.java399 private void addAttribute(List<RawAttribute> attributes, String attrName, List<String> attrValues) argument
401 if (attrValues != null && !attrValues.isEmpty())
403 attributes.add(new LDAPAttribute(attrName, attrValues));

Completed in 192 milliseconds

123