Searched defs:changeOCs (Results 1 - 2 of 2) sorted by relevance
| /forgerock/openam-v13/openam-datastore/src/main/java/org/forgerock/openam/idrepo/ldap/ |
| H A D | DJLDAPv3Repo.java | 901 * <li>In case changeOCs is set to <code>true</code>, the method will traverse through all the defined 918 * @param changeOCs Whether the module should adjust the objectclasses for the entry or not. 930 boolean isAdd, boolean isString, boolean changeOCs) throws IdRepoException { 988 if (type.equals(IdType.USER) && changeOCs) { 929 setAttributes(SSOToken token, IdType type, String name, Map attributes, boolean isAdd, boolean isString, boolean changeOCs) argument
|
| /forgerock/openam/openam-datastore/src/main/java/org/forgerock/openam/idrepo/ldap/ |
| H A D | DJLDAPv3Repo.java | 911 * <li>In case changeOCs is set to <code>true</code>, the method will traverse through all the defined 928 * @param changeOCs Whether the module should adjust the objectclasses for the entry or not. 940 boolean isAdd, boolean isString, boolean changeOCs) throws IdRepoException { 998 if (type.equals(IdType.USER) && changeOCs) { 939 setAttributes(SSOToken token, IdType type, String name, Map attributes, boolean isAdd, boolean isString, boolean changeOCs) argument
|
Completed in 58 milliseconds