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

/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DDefaultResponseControlFactory.java48 * @see javax.naming.ldap.SortResponseControl
80 if (id.equals(SortResponseControl.OID)) {
81 return new SortResponseControl(id, ctl.isCritical(),
/openjdk7/jdk/src/share/classes/javax/naming/ldap/
H A DSortResponseControl.java80 final public class SortResponseControl extends BasicControl { class in inherits:BasicControl
115 public SortResponseControl(String id, boolean criticality, byte[] value) method in class:SortResponseControl

Completed in 29 milliseconds