Searched defs:origAttrs (Results 1 - 1 of 1) 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...]

Completed in 30 milliseconds