Name

HasControls

Synopsis

The HasEntry interface is used to represent Controls in LDAP search results. If a given SearchResult has Controls associated with it, the SearchResult in the NamingEnumeration will also implement the HasControls interface, and the object’s Controls can be retrieved using the getControls() method.

public interface HasControls {
// Public Instance Methods
   public abstract javax.naming.ldap.Control[] getControls(
        ) throws NamingException;  
}

Implementations

UnsolicitedNotification

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.