/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/flatfile/ |
H A D | SMSFlatFileObject.java | 185 private String getAttrFile(String objName) { argument 188 String objKey = objName.toLowerCase(); 193 int index = objName.indexOf(','); 197 String dirName = objName.substring(0, index).trim(); 211 new StringBuilder(mRootDir.length()+objName.length()+20); 214 // objName is assumed to be a dn so construct the filepath 216 char[] objchars = objName.toCharArray(); 286 String objName, 294 String objKey = objName.toLowerCase(); 303 objName 285 getSubEntries( String objName, String filter, String sidFilter, boolean isSubConfig, int numOfEntries, boolean sortResults, boolean ascendingOrder ) argument 428 read(SSOToken token, String objName) argument 497 create(SSOToken token, String objName, Map attrs) argument 639 modify(SSOToken token, String objName, ModificationItem[] mods) argument 733 delete(SSOToken token, String objName) argument 798 entryExists(SSOToken token, String objName) argument [all...] |
H A D | SMSFlatFileObjectBase.java | 136 protected Properties loadProperties(File filehandle, String objName) argument 149 String errmsg = "SMSFlatFileObject.loadProperties: " + objName + 154 String errmsg = "SMSFlatFileObject.loadProperties: " + objName + 159 String errmsg = "SMSFlatFileObject.loadProperties: " + objName + 175 * Saves properties to the attributes file handle, with given objName 236 String objName, 268 "SMSFlatFileObjectBase.modifyValues: " + objName + 400 String objName, 407 return getSubEntries(objName, "ou=" + filter, sidFilter, true, 438 * empty Set if the objName i 235 modifyValues( String objName, ModificationItem modItem, Properties props ) argument 399 getSubEntries( String objName, String filter, String sidFilter, int numOfEntries, boolean sortResults, boolean ascendingOrder ) argument 460 subEntries( SSOToken token, String objName, String filter, int numOfEntries, boolean sortResults, boolean ascendingOrder ) argument 523 schemaSubEntries(SSOToken token, String objName, String filter, String sidFilter, int numOfEntries, boolean sortResults, boolean ascendingOrder) argument 579 search(SSOToken token, String objName, String filter, int numOfEntries, int timeLimit, boolean sortResults, boolean ascendingOrder, Set excludes) argument 610 search(SSOToken token, String objName, String filter, int numOfEntries, int timeLimit, boolean sortResults, boolean ascendingOrder) argument 651 searchSubOrgNames(SSOToken token, String objName, String filter, int numOfEntries, boolean sortResults, boolean ascendingOrder, boolean recursive) argument 665 searchOrganizationNames(SSOToken token, String objName, int numOfEntries, boolean sortResults, boolean ascendingOrder, String serviceName, String attrName, Set values) argument 679 searchOrgs( SSOToken token, String objName, String filter, int numOfEntries, boolean sortResults, boolean ascendingOrder, boolean recursive, String serviceName, String attrName, Set values ) argument 809 getSubEntries( String objName, String filter, String sidFilter, boolean isSubConfig, int numOfEntries, boolean sortResults, boolean ascendingOrder ) argument [all...] |
H A D | SMSEnhancedFlatFileObject.java | 228 String objName, 236 String objKey = objName.toLowerCase(); 244 objName + " : not found in objects map."; 342 * @param objName Name of the configuration object, expected to be a dn. 347 * @throws IllegalArgumentException if objName argument is null or empty. 349 public Map read(SSOToken token, String objName) argument 353 if (objName == null || objName.length() == 0) { 363 String filepath = root.getAttributeFilename(objName, mRootDir); 367 objName 227 getSubEntries( String objName, String filter, String sidFilter, boolean isSubConfig, int numOfEntries, boolean sortResults, boolean ascendingOrder ) argument 422 create(SSOToken token, String objName, Map attrs) argument 542 modify(SSOToken token, String objName, ModificationItem[] mods) argument 640 delete(SSOToken token, String objName) argument 669 entryExists(SSOToken token, String objName) argument [all...] |
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/flatfile/ |
H A D | SMSFlatFileObject.java | 185 private String getAttrFile(String objName) { argument 188 String objKey = objName.toLowerCase(); 193 int index = objName.indexOf(','); 197 String dirName = objName.substring(0, index).trim(); 211 new StringBuilder(mRootDir.length()+objName.length()+20); 214 // objName is assumed to be a dn so construct the filepath 216 char[] objchars = objName.toCharArray(); 286 String objName, 294 String objKey = objName.toLowerCase(); 303 objName 285 getSubEntries( String objName, String filter, String sidFilter, boolean isSubConfig, int numOfEntries, boolean sortResults, boolean ascendingOrder ) argument 428 read(SSOToken token, String objName) argument 497 create(SSOToken token, String objName, Map attrs) argument 639 modify(SSOToken token, String objName, ModificationItem[] mods) argument 733 delete(SSOToken token, String objName) argument 798 entryExists(SSOToken token, String objName) argument [all...] |
H A D | SMSFlatFileObjectBase.java | 136 protected Properties loadProperties(File filehandle, String objName) argument 149 String errmsg = "SMSFlatFileObject.loadProperties: " + objName + 154 String errmsg = "SMSFlatFileObject.loadProperties: " + objName + 159 String errmsg = "SMSFlatFileObject.loadProperties: " + objName + 175 * Saves properties to the attributes file handle, with given objName 236 String objName, 268 "SMSFlatFileObjectBase.modifyValues: " + objName + 400 String objName, 407 return getSubEntries(objName, "ou=" + filter, sidFilter, true, 438 * empty Set if the objName i 235 modifyValues( String objName, ModificationItem modItem, Properties props ) argument 399 getSubEntries( String objName, String filter, String sidFilter, int numOfEntries, boolean sortResults, boolean ascendingOrder ) argument 460 subEntries( SSOToken token, String objName, String filter, int numOfEntries, boolean sortResults, boolean ascendingOrder ) argument 523 schemaSubEntries(SSOToken token, String objName, String filter, String sidFilter, int numOfEntries, boolean sortResults, boolean ascendingOrder) argument 579 search(SSOToken token, String objName, String filter, int numOfEntries, int timeLimit, boolean sortResults, boolean ascendingOrder, Set excludes) argument 610 search(SSOToken token, String objName, String filter, int numOfEntries, int timeLimit, boolean sortResults, boolean ascendingOrder) argument 651 searchSubOrgNames(SSOToken token, String objName, String filter, int numOfEntries, boolean sortResults, boolean ascendingOrder, boolean recursive) argument 665 searchOrganizationNames(SSOToken token, String objName, int numOfEntries, boolean sortResults, boolean ascendingOrder, String serviceName, String attrName, Set values) argument 679 searchOrgs( SSOToken token, String objName, String filter, int numOfEntries, boolean sortResults, boolean ascendingOrder, boolean recursive, String serviceName, String attrName, Set values ) argument 809 getSubEntries( String objName, String filter, String sidFilter, boolean isSubConfig, int numOfEntries, boolean sortResults, boolean ascendingOrder ) argument [all...] |
H A D | SMSEnhancedFlatFileObject.java | 228 String objName, 236 String objKey = objName.toLowerCase(); 244 objName + " : not found in objects map."; 342 * @param objName Name of the configuration object, expected to be a dn. 347 * @throws IllegalArgumentException if objName argument is null or empty. 349 public Map read(SSOToken token, String objName) argument 353 if (objName == null || objName.length() == 0) { 363 String filepath = root.getAttributeFilename(objName, mRootDir); 367 objName 227 getSubEntries( String objName, String filter, String sidFilter, boolean isSubConfig, int numOfEntries, boolean sortResults, boolean ascendingOrder ) argument 422 create(SSOToken token, String objName, Map attrs) argument 542 modify(SSOToken token, String objName, ModificationItem[] mods) argument 640 delete(SSOToken token, String objName) argument 669 entryExists(SSOToken token, String objName) argument [all...] |
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/admin/ |
H A D | ValidateConfigDefinitionsTest.java | 86 String objName = objectDef.getName(); 94 errors.append("There is no objectclass definition for configuration object " + objName); 96 String expectedObjectClass = "ds-cfg-" + objName; 99 errors.append("For config object " + objName + 148 String objName = objectDef.getName(); 156 errors.append("The " + propName + " property on config object " + objName + 166 errors.append("The " + propName + " property on config object " + objName + 174 if (propName.startsWith(objName) && !propName.equals(objName) && 177 errors.append("The " + propName + " property on config object " + objName [all...] |
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/admin/ |
H A D | ValidateConfigDefinitionsTest.java | 85 String objName = objectDef.getName(); 93 errors.append("There is no objectclass definition for configuration object " + objName); 95 String expectedObjectClass = "ds-cfg-" + objName; 98 errors.append("For config object " + objName + 147 String objName = objectDef.getName(); 155 errors.append("The " + propName + " property on config object " + objName + 165 errors.append("The " + propName + " property on config object " + objName + 173 if (propName.startsWith(objName) && !propName.equals(objName) && 176 errors.append("The " + propName + " property on config object " + objName [all...] |
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/admin/ |
H A D | ValidateConfigDefinitionsTest.java | 86 String objName = objectDef.getName(); 94 errors.append("There is no objectclass definition for configuration object " + objName); 96 String expectedObjectClass = "ds-cfg-" + objName; 99 errors.append("For config object " + objName + 148 String objName = objectDef.getName(); 156 errors.append("The " + propName + " property on config object " + objName + 166 errors.append("The " + propName + " property on config object " + objName + 174 if (propName.startsWith(objName) && !propName.equals(objName) && 177 errors.append("The " + propName + " property on config object " + objName [all...] |
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/admin/ |
H A D | ValidateConfigDefinitionsTest.java | 85 String objName = objectDef.getName(); 93 errors.append("There is no objectclass definition for configuration object " + objName); 95 String expectedObjectClass = "ds-cfg-" + objName; 98 errors.append("For config object " + objName + 147 String objName = objectDef.getName(); 155 errors.append("The " + propName + " property on config object " + objName + 165 errors.append("The " + propName + " property on config object " + objName + 173 if (propName.startsWith(objName) && !propName.equals(objName) && 176 errors.append("The " + propName + " property on config object " + objName [all...] |
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/admin/ |
H A D | ValidateConfigDefinitionsTest.java | 86 String objName = objectDef.getName(); 94 errors.append("There is no objectclass definition for configuration object " + objName); 96 String expectedObjectClass = "ds-cfg-" + objName; 99 errors.append("For config object " + objName + 148 String objName = objectDef.getName(); 156 errors.append("The " + propName + " property on config object " + objName + 166 errors.append("The " + propName + " property on config object " + objName + 174 if (propName.startsWith(objName) && !propName.equals(objName) && 177 errors.append("The " + propName + " property on config object " + objName [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/admin/ |
H A D | ValidateConfigDefinitionsTest.java | 81 String objName = objectDef.getName(); 89 errors.append("There is no objectclass definition for configuration object " + objName); 91 String expectedObjectClass = "ds-cfg-" + objName; 94 errors.append("For config object " + objName + 141 String objName = objectDef.getName(); 149 errors.append("The " + propName + " property on config object " + objName + 159 errors.append("The " + propName + " property on config object " + objName + 167 if (propName.startsWith(objName) && !propName.equals(objName) && 170 errors.append("The " + propName + " property on config object " + objName [all...] |
/forgerock/opendj-v3/opendj-config/src/test/java/org/forgerock/opendj/config/ |
H A D | ValidateConfigDefinitionsTest.java | 82 String objName = objectDef.getName(); 89 errors.append("There is no objectclass definition for configuration object " + objName); 91 String expectedObjectClass = "ds-cfg-" + objName; 95 "For config object " + objName + ", the LDAP objectclass must be " + expectedObjectClass 133 String objName = objectDef.getName(); 139 errors.append("The " + propName + " property on config object " + objName 147 errors.append("The " + propName + " property on config object " + objName 155 if (propName.startsWith(objName) && !propName.equals(objName) 157 errors.append("The " + propName + " property on config object " + objName [all...] |
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/ |
H A D | SMSObject.java | 66 public abstract Map<String, Set<String>> read(SSOToken token, String objName) argument 73 public abstract void create(SSOToken token, String objName, Map attributes) argument 79 public abstract void modify(SSOToken token, String objName, argument 85 public abstract void delete(SSOToken token, String objName) argument 146 public abstract boolean entryExists(SSOToken token, String objName); argument
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/ |
H A D | SMSObject.java | 66 public abstract Map<String, Set<String>> read(SSOToken token, String objName) argument 73 public abstract void create(SSOToken token, String objName, Map attributes) argument 79 public abstract void modify(SSOToken token, String objName, argument 85 public abstract void delete(SSOToken token, String objName) argument 146 public abstract boolean entryExists(SSOToken token, String objName); argument
|
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/jaxrpc/ |
H A D | SMSObjectIF.java | 53 public void create(String token, String objName, Map attributes) argument 56 public void modify(String token, String objName, String mods) argument 59 public void delete(String token, String objName) throws SMSException, argument 93 public boolean entryExists(String token, String objName) argument
|
H A D | SMSJAXRPCObjectImpl.java | 179 public Map read(String tokenID, String objName) argument 183 debug.message("SMSJAXRPCObjectImpl::read dn: " + objName); 187 if (objName.equals("o=" + SMSJAXRPCObject.AMJAXRPCVERSIONSTR)) { 194 objName); 219 public void create(String tokenID, String objName, Map attributes) argument 223 debug.message("SMSJAXRPCObjectImpl::create dn: " + objName); 225 SMSEntry entry = new SMSEntry(getToken(tokenID), objName); 233 public void modify(String tokenID, String objName, String mods) argument 237 debug.message("SMSJAXRPCObjectImpl::modify dn: " + objName); 239 SMSEntry entry = new SMSEntry(getToken(tokenID), objName); 247 delete(String tokenID, String objName) argument 398 entryExists(String tokenID, String objName) argument [all...] |
H A D | SMSJAXRPCObject.java | 115 public Map<String, Set<String>> read(SSOToken token, String objName) throws SMSException, argument 118 String[] objs = { token.getTokenID().toString(), objName }; 137 public void create(SSOToken token, String objName, Map attributes) argument 140 Object[] objs = { token.getTokenID().toString(), objName, 157 public void modify(SSOToken token, String objName, ModificationItem[] mods) argument 160 Object[] objs = { token.getTokenID().toString(), objName, 177 public void delete(SSOToken token, String objName) throws SMSException, argument 180 String[] objs = { token.getTokenID().toString(), objName };
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/jaxrpc/ |
H A D | SMSObjectIF.java | 53 public void create(String token, String objName, Map attributes) argument 56 public void modify(String token, String objName, String mods) argument 59 public void delete(String token, String objName) throws SMSException, argument 93 public boolean entryExists(String token, String objName) argument
|
H A D | SMSJAXRPCObjectImpl.java | 181 public Map read(String tokenID, String objName) argument 185 debug.message("SMSJAXRPCObjectImpl::read dn: " + objName); 189 if (objName.equals("o=" + SMSJAXRPCObject.AMJAXRPCVERSIONSTR)) { 196 objName); 221 public void create(String tokenID, String objName, Map attributes) argument 225 debug.message("SMSJAXRPCObjectImpl::create dn: " + objName); 227 SMSEntry entry = new SMSEntry(getToken(tokenID), objName); 235 public void modify(String tokenID, String objName, String mods) argument 239 debug.message("SMSJAXRPCObjectImpl::modify dn: " + objName); 241 SMSEntry entry = new SMSEntry(getToken(tokenID), objName); 249 delete(String tokenID, String objName) argument 400 entryExists(String tokenID, String objName) argument [all...] |
/forgerock/opendj-b2.6/src/snmp/src/org/opends/server/snmp/ |
H A D | SNMPMonitor.java | 237 ObjectName objName = new ObjectName( 240 return getAttribute(objName, attribute);
|
/forgerock/opendj2/src/snmp/src/org/opends/server/snmp/ |
H A D | SNMPMonitor.java | 236 ObjectName objName = new ObjectName( 239 return getAttribute(objName, attribute);
|
/forgerock/opendj2.6.2/src/snmp/src/org/opends/server/snmp/ |
H A D | SNMPMonitor.java | 237 ObjectName objName = new ObjectName( 240 return getAttribute(objName, attribute);
|
/forgerock/opendj2-jel-hg/src/snmp/src/org/opends/server/snmp/ |
H A D | SNMPMonitor.java | 237 ObjectName objName = new ObjectName( 240 return getAttribute(objName, attribute);
|
/forgerock/opendj2-hg/src/snmp/src/org/opends/server/snmp/ |
H A D | SNMPMonitor.java | 236 ObjectName objName = new ObjectName( 239 return getAttribute(objName, attribute);
|