cosmic-internal-jdk
Version:
KingScript: JDK1.8
23 lines (22 loc) • 1.74 kB
JavaScript
export const BasicControl = $.type("javax.naming.ldap.BasicControl");
export const Control = $.type("javax.naming.ldap.Control");
export const ControlFactory = $.type("javax.naming.ldap.ControlFactory");
export const ExtendedRequest = $.type("javax.naming.ldap.ExtendedRequest");
export const ExtendedResponse = $.type("javax.naming.ldap.ExtendedResponse");
export const HasControls = $.type("javax.naming.ldap.HasControls");
export const InitialLdapContext = $.type("javax.naming.ldap.InitialLdapContext");
export const LdapContext = $.type("javax.naming.ldap.LdapContext");
export const LdapName = $.type("javax.naming.ldap.LdapName");
export const LdapReferralException = $.type("javax.naming.ldap.LdapReferralException");
export const ManageReferralControl = $.type("javax.naming.ldap.ManageReferralControl");
export const PagedResultsControl = $.type("javax.naming.ldap.PagedResultsControl");
export const PagedResultsResponseControl = $.type("javax.naming.ldap.PagedResultsResponseControl");
export const Rdn = $.type("javax.naming.ldap.Rdn");
export const SortControl = $.type("javax.naming.ldap.SortControl");
export const SortKey = $.type("javax.naming.ldap.SortKey");
export const SortResponseControl = $.type("javax.naming.ldap.SortResponseControl");
export const StartTlsRequest = $.type("javax.naming.ldap.StartTlsRequest");
export const StartTlsResponse = $.type("javax.naming.ldap.StartTlsResponse");
export const UnsolicitedNotification = $.type("javax.naming.ldap.UnsolicitedNotification");
export const UnsolicitedNotificationEvent = $.type("javax.naming.ldap.UnsolicitedNotificationEvent");
export const UnsolicitedNotificationListener = $.type("javax.naming.ldap.UnsolicitedNotificationListener");