Searched refs:alias (Results 151 - 175 of 242) sorted by relevance

12345678910

/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DNewObjectClassPanel.java297 for (String alias : al)
299 if (alias.trim().length() == 0)
306 alias, schema);
714 for (String alias : a)
716 al.add(alias.trim());
H A DCustomAttributePanel.java1026 for (String alias : someAliases)
1028 if (alias.trim().length() == 0)
1038 if (oldAlias.equalsIgnoreCase(alias))
1047 NewAttributePanel.getSchemaElementType(alias, schema);
1181 for (String alias : a)
1183 al.add(alias.trim());
H A DCustomObjectClassPanel.java822 for (String alias : aliases)
824 if (alias.trim().length() == 0)
834 if (oldAlias.equalsIgnoreCase(alias))
843 NewAttributePanel.getSchemaElementType(alias, schema);
957 for (String alias : a)
959 al.add(alias.trim());
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DNewAttributePanel.java436 for (String alias : al)
438 if (alias.trim().length() == 0)
445 Message elementType = getSchemaElementType(alias, schema);
771 for (String alias : a)
773 al.add(alias.trim());
H A DNewObjectClassPanel.java298 for (String alias : al)
300 if (alias.trim().length() == 0)
307 alias, schema);
715 for (String alias : a)
717 al.add(alias.trim());
H A DCustomAttributePanel.java1027 for (String alias : someAliases)
1029 if (alias.trim().length() == 0)
1039 if (oldAlias.equalsIgnoreCase(alias))
1048 NewAttributePanel.getSchemaElementType(alias, schema);
1182 for (String alias : a)
1184 al.add(alias.trim());
H A DCustomObjectClassPanel.java823 for (String alias : aliases)
825 if (alias.trim().length() == 0)
835 if (oldAlias.equalsIgnoreCase(alias))
844 NewAttributePanel.getSchemaElementType(alias, schema);
958 for (String alias : a)
960 al.add(alias.trim());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DNewAttributePanel.java359 for (String alias : al)
361 if (alias.trim().length() == 0)
368 LocalizableMessage elementType = getSchemaElementType(alias, schema);
649 for (String alias : a)
651 al.add(alias.trim());
H A DNewObjectClassPanel.java276 for (String alias : al)
278 if (alias.trim().length() == 0)
285 alias, schema);
673 for (String alias : a)
675 al.add(alias.trim());
H A DCustomObjectClassPanel.java797 for (String alias : aliases)
799 if (alias.trim().length() == 0)
809 if (oldAlias.equalsIgnoreCase(alias))
818 NewAttributePanel.getSchemaElementType(alias, schema);
931 for (String alias : a)
933 al.add(alias.trim());
/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DOpenAMOAuth2ProviderSettings.java817 String alias = null;
819 alias = getStringSetting(realm, OAuth2Constants.OAuth2ProviderService.KEYSTORE_ALIAS);
824 if (StringUtils.isBlank(alias)) {
827 } else if ("test".equals(alias)) {
830 String kid = Hash.hash(alias + key.getModulus().toString() + key.getPublicExponent().toString());
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DSubCommand.java269 * Returns <code>true</code> if option is an alias.
272 * @return <code>true</code> if option is an alias.
585 String alias = t.nextToken();
588 array.add(alias);
589 setOptionAliases.add(alias);
/forgerock/openidm-v4/openidm-config/src/main/java/org/forgerock/openidm/config/installer/
H A DJSONConfigInstaller.java171 String alias = (String) dict.get(SERVICE_FACTORY_PID_ALIAS);
172 if (alias == null) {
173 logger.warn("Could not write out factory configuration file, as no friendly alias is set in the configuration."
177 fileName = toConfigKey(new File(confDir, unqualifiedFactoryPid + "-" + alias +
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DSubCommand.java269 * Returns <code>true</code> if option is an alias.
272 * @return <code>true</code> if option is an alias.
585 String alias = t.nextToken();
588 array.add(alias);
589 setOptionAliases.add(alias);
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DCustomAttributePanel.java1027 for (String alias : someAliases)
1029 if (alias.trim().length() == 0)
1039 if (oldAlias.equalsIgnoreCase(alias))
1048 NewAttributePanel.getSchemaElementType(alias, schema);
1182 for (String alias : a)
1184 al.add(alias.trim());
H A DCustomObjectClassPanel.java823 for (String alias : aliases)
825 if (alias.trim().length() == 0)
835 if (oldAlias.equalsIgnoreCase(alias))
844 NewAttributePanel.getSchemaElementType(alias, schema);
958 for (String alias : a)
960 al.add(alias.trim());
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DCustomAttributePanel.java1026 for (String alias : someAliases)
1028 if (alias.trim().length() == 0)
1038 if (oldAlias.equalsIgnoreCase(alias))
1047 NewAttributePanel.getSchemaElementType(alias, schema);
1181 for (String alias : a)
1183 al.add(alias.trim());
H A DCustomObjectClassPanel.java822 for (String alias : aliases)
824 if (alias.trim().length() == 0)
834 if (oldAlias.equalsIgnoreCase(alias))
843 NewAttributePanel.getSchemaElementType(alias, schema);
957 for (String alias : a)
959 al.add(alias.trim());
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DCustomAttributePanel.java1027 for (String alias : someAliases)
1029 if (alias.trim().length() == 0)
1039 if (oldAlias.equalsIgnoreCase(alias))
1048 NewAttributePanel.getSchemaElementType(alias, schema);
1182 for (String alias : a)
1184 al.add(alias.trim());
H A DCustomObjectClassPanel.java823 for (String alias : aliases)
825 if (alias.trim().length() == 0)
835 if (oldAlias.equalsIgnoreCase(alias))
844 NewAttributePanel.getSchemaElementType(alias, schema);
958 for (String alias : a)
960 al.add(alias.trim());
/forgerock/openam/openam-rest/src/test/java/org/forgerock/openam/rest/
H A DRestRouterIT.java428 private void mockDnsAlias(String alias, String realm) throws Exception { argument
429 mockRealmAlias(alias, realm);
437 private void mockRealmAlias(String alias, String realm) throws Exception { argument
438 given(coreWrapper.getOrganization(any(SSOToken.class), eq(alias))).willReturn(realm);
/forgerock/opendj2/src/server/org/opends/server/backends/
H A DTrustStoreBackend.java477 * DN must contain an RDN component that specifies the alias of the
478 * certificate, and that certificate alias must exist in the key store.
484 * @throws DirectoryException If the specified alias does not exist, or if
485 * the DN does not specify any alias.
490 // Make sure that the DN specifies a certificate alias.
684 for (String alias : aliases)
687 alias);
1312 * Returns the key associated with the given alias, using the trust
1315 * @param alias The alias nam
1322 getKey(String alias) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/
H A DTrustStoreBackend.java537 * DN must contain an RDN component that specifies the alias of the
538 * certificate, and that certificate alias must exist in the key store.
544 * @throws DirectoryException If the specified alias does not exist, or if
545 * the DN does not specify any alias.
550 // Make sure that the DN specifies a certificate alias.
767 for (String alias : aliases)
770 alias);
1506 * Returns the key associated with the given alias, using the trust
1509 * @param alias The alias nam
1516 getKey(String alias) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/
H A DTrustStoreBackend.java537 * DN must contain an RDN component that specifies the alias of the
538 * certificate, and that certificate alias must exist in the key store.
544 * @throws DirectoryException If the specified alias does not exist, or if
545 * the DN does not specify any alias.
550 // Make sure that the DN specifies a certificate alias.
767 for (String alias : aliases)
770 alias);
1506 * Returns the key associated with the given alias, using the trust
1509 * @param alias The alias nam
1516 getKey(String alias) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/
H A DTrustStoreBackend.java477 * DN must contain an RDN component that specifies the alias of the
478 * certificate, and that certificate alias must exist in the key store.
484 * @throws DirectoryException If the specified alias does not exist, or if
485 * the DN does not specify any alias.
490 // Make sure that the DN specifies a certificate alias.
684 for (String alias : aliases)
687 alias);
1312 * Returns the key associated with the given alias, using the trust
1315 * @param alias The alias nam
1322 getKey(String alias) argument
[all...]

Completed in 138 milliseconds

12345678910