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

/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapCtx.java156 private static final String TYPES_ONLY = "java.naming.ldap.typesOnly";
250 private boolean typesOnly = DEFAULT_TYPES_ONLY; // return attribute types (no values) field in class:LdapCtx
1109 // set this flag to override the typesOnly flag
1991 cons.getReturningObjFlag() ? false : typesOnly,
2167 typesOnly = DEFAULT_TYPES_ONLY;
2358 typesOnly = true;
2360 typesOnly = DEFAULT_TYPES_ONLY;

Completed in 494 milliseconds