Searched refs:origAttrs (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapSchemaCtx.java305 final private void deleteServerSchema(Attributes origAttrs) argument
312 origAttrVal = info.parser.stringifyObjDesc(origAttrs);
316 origAttrVal = info.parser.stringifyAttrDesc(origAttrs);
320 origAttrVal = info.parser.stringifySyntaxDesc(origAttrs);
324 origAttrVal = info.parser.stringifyMatchRuleDesc(origAttrs);
348 final private void modifyServerSchema(Attributes origAttrs, argument
356 origAttrVal = info.parser.stringifyObjDesc(origAttrs);
361 origAttrVal = info.parser.stringifyAttrDesc(origAttrs);
366 origAttrVal = info.parser.stringifySyntaxDesc(origAttrs);
371 origAttrVal = info.parser.stringifyMatchRuleDesc(origAttrs);
[all...]
H A DLdapCtx.java488 Attributes origAttrs = null;
492 origAttrs = c_getAttributes(name, null, cont);
496 if (origAttrs == null) {
507 Attributes keepAttrs = (Attributes)origAttrs.clone();
514 origAttrs.get(Obj.JAVA_ATTRIBUTES[Obj.OBJECT_CLASS]);
524 origAttrs.put(origObjectClass);
529 origAttrs.remove(Obj.JAVA_ATTRIBUTES[i]);
532 attrs = origAttrs;

Completed in 31 milliseconds