| /forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/model/ |
| H A D | SubSchemaModel.java | 74 * @param names Names of sub configuration which are to be deleted. 77 void deleteSubConfigurations(Set names) argument 82 * be able to create sub configuration with these names.
|
| H A D | SubSchemaModelImpl.java | 83 * @param names Names of sub configuration which are to be deleted. 86 public void deleteSubConfigurations(Set names) argument 89 subConfigMeta.deleteSubConfigurations(names); 127 * be able to create sub configuration with these names.
|
| H A D | MAPCreateDeviceModelImpl.java | 98 * Returns a set of attriute names for device creation. 100 * @return a set of attriute names for device creation. 103 Set names = new HashSet(createDeviceReqAttrs.size() *2); 107 names.add(as.getName()); 109 return names; 156 Set names = AMClientCapData.getSchemaElements(); 158 if ((names != null) && !names.isEmpty()) { 159 required = getAttributeSchemas(names); 176 private Set getAttributeSchemas(Set names) { argument [all...] |
| H A D | MAPDeviceProfileModelImpl.java | 142 * Returns readonly attribute names. 146 * @return readonly attribute names. 170 Set names = null; 173 names = ccd.getPropertyNames(classification); 175 return (names == null) ? Collections.EMPTY_SET : names; 178 private Set getAttributeSchemas(Set names) { argument 179 Set results = new HashSet(names.size() *2); 181 for (Iterator iter = names.iterator(); iter.hasNext(); ) {
|
| H A D | SubConfigModel.java | 63 * be able to create sub configuration with these names. 70 * Returns a set of attribute names for a sub schema. 73 * @return Set of attribute names for a sub schema. 134 * @param names Names of sub configuration which are to be deleted. 137 void deleteSubConfigurations(Set names) argument 141 * Returns plugin name for returning possible sub configuration names. 144 * @return plugin name for returning possible sub configuration names. 149 * Returns a set of possible names of sub configuration. 152 * @return a set of possible names of sub configuration.
|
| /forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/ |
| H A D | IdentityManager.java | 182 private Map<String, Set<String>> toAvPairMap(final Set<String> names, final String token) { argument 189 if (names == null || names.isEmpty()) { 192 final Iterator<String> it = names.iterator();
|
| /forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/realm/model/ |
| H A D | ServicesModel.java | 50 * @throws AMConsoleException if service names cannot be obtained. 62 * @throws AMConsoleException if service names cannot be obtained. 71 * @param names Names of services that are to be unassigned. 74 void unassignServices(String realmName, Set names) argument
|
| /forgerock/openam-v13/openam-federation/OpenFM/src/test/java/com/sun/identity/policy/ |
| H A D | PrivilegeUtilsTest.java | 175 String... names) 179 for (String name : names) { 203 String... names) 208 for (String name : names) { 173 createUsers( SSOToken adminToken, String... names) argument 202 deleteUsers(SSOToken adminToken, String... names) argument
|
| /forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/ |
| H A D | IdentityManager.java | 160 private Map<String, Set<String>> toAvPairMap(final Set<String> names, final String token) { argument 167 if (names == null || names.isEmpty()) { 170 final Iterator<String> it = names.iterator();
|
| /forgerock/openam/openam-console/src/main/java/com/sun/identity/console/realm/model/ |
| H A D | ServicesModel.java | 50 * @throws AMConsoleException if service names cannot be obtained. 62 * @throws AMConsoleException if service names cannot be obtained. 71 * @param names Names of services that are to be unassigned. 74 void unassignServices(String realmName, Set names) argument
|
| /forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/model/ |
| H A D | SubSchemaModel.java | 74 * @param names Names of sub configuration which are to be deleted. 77 void deleteSubConfigurations(Set names) argument 82 * be able to create sub configuration with these names.
|
| H A D | SubSchemaModelImpl.java | 83 * @param names Names of sub configuration which are to be deleted. 86 public void deleteSubConfigurations(Set names) argument 89 subConfigMeta.deleteSubConfigurations(names); 127 * be able to create sub configuration with these names.
|
| /forgerock/openam/openam-federation/OpenFM/src/test/java/com/sun/identity/policy/ |
| H A D | PrivilegeUtilsTest.java | 175 String... names) 179 for (String name : names) { 203 String... names) 208 for (String name : names) { 173 createUsers( SSOToken adminToken, String... names) argument 202 deleteUsers(SSOToken adminToken, String... names) argument
|
| /forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/ |
| H A D | CryptPasswordStorageSchemeTestCase.java | 51 private static final String[] names = { "unix", "md5", "sha256", "sha512" }; field in class:CryptPasswordStorageSchemeTestCase 100 for (String name : names) 123 for (String name: names)
|
| /forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/ |
| H A D | CryptPasswordStorageSchemeTestCase.java | 51 private static final String[] names = { "unix", "md5", "sha256", "sha512" }; field in class:CryptPasswordStorageSchemeTestCase 100 for (String name : names) 123 for (String name: names)
|
| /forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/interfaces/ |
| H A D | Subject.java | 73 * @return <code>Set</code> of valid names for the user collection. 77 * valid names. 99 * names. 116 * the list of valid names. 122 * names. 177 * Sets the names for the instance of the <code>Subject</code> 178 * object. The names are obtained from the <code>Policy</code> object, 182 * @param names names selected for the instance of 185 * @exception InvalidNameException if the given names ar 187 setValues(Set names) argument [all...] |
| /forgerock/openam-v13/openam-entitlements/src/test/java/org/forgerock/openam/entitlement/configuration/ |
| H A D | ResourceTypeConfigurationTest.java | 76 private void setupServiceConfigMock(Set<String> names) throws SMSException, SSOException, EntitlementException { argument 77 when(subServiceConfig.getSubConfigNames()).thenReturn(names); 80 attributes.put("name", names);
|
| /forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/ |
| H A D | CryptPasswordStorageSchemeTestCase.java | 51 private static final String[] names = { "unix", "md5", "sha256", "sha512" }; field in class:CryptPasswordStorageSchemeTestCase 100 for (String name : names) 123 for (String name: names)
|
| /forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/interfaces/ |
| H A D | Subject.java | 73 * @return <code>Set</code> of valid names for the user collection. 77 * valid names. 99 * names. 116 * the list of valid names. 122 * names. 177 * Sets the names for the instance of the <code>Subject</code> 178 * object. The names are obtained from the <code>Policy</code> object, 182 * @param names names selected for the instance of 185 * @exception InvalidNameException if the given names ar 187 setValues(Set names) argument [all...] |
| /forgerock/openam/openam-entitlements/src/test/java/org/forgerock/openam/entitlement/configuration/ |
| H A D | ResourceTypeConfigurationTest.java | 76 private void setupServiceConfigMock(Set<String> names) throws SMSException, SSOException, EntitlementException { argument 77 when(subServiceConfig.getSubConfigNames()).thenReturn(names); 80 attributes.put("name", names);
|
| /forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/ |
| H A D | CryptPasswordStorageSchemeTestCase.java | 77 private static final String[] names = { "unix", "md5", "sha256", "sha512" }; field in class:CryptPasswordStorageSchemeTestCase 155 for (String name : names) 257 for (String name: names)
|
| /forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/ |
| H A D | CryptPasswordStorageSchemeTestCase.java | 77 private static final String[] names = { "unix", "md5", "sha256", "sha512" }; field in class:CryptPasswordStorageSchemeTestCase 155 for (String name : names) 257 for (String name: names)
|
| /forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/ |
| H A D | CryptPasswordStorageSchemeTestCase.java | 77 private static final String[] names = { "unix", "md5", "sunmd5", "sha256", "sha512" }; field in class:CryptPasswordStorageSchemeTestCase 155 for (String name : names) 257 for (String name: names)
|
| /forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/config/ |
| H A D | AMAuthenticationInstance.java | 126 * @param names Set of specified attributes. 129 public Map getAttributeValues(Set names) { argument 132 for (Iterator it = names.iterator(); it.hasNext(); ){ 146 * @param values the <code>Map</code> in which keys are the attribute names
|
| H A D | AMAuthenticationSchema.java | 74 * Returns a set of required attribute names. 76 * @return a <code>Set</code> of the required attribute names of 80 Set names = new HashSet(); 86 names.add(attr); 89 return names; 93 * Returns a set of all the attribute names. 95 * @return a <code>Set</code> of all the attribute names. 133 * @param names a <code>Set</code> of attribute names in String values. 137 public Map getAttributeValues(Set names) { argument [all...] |