This interface represents an unsolicited notification as defined in RFC 2251. An unsolicited notification is sent by the LDAP server to the LDAP client without any provocation from the client. Its format is that of an extended response (ExtendedResponse).
This interface represents an unsolicited notification as defined in RFC 2251. An unsolicited notification is sent by the LDAP server to the LDAP client without any provocation from the client. Its format is that of an extended response (ExtendedResponse).
(get-exception this)
Retrieves the exception as constructed using information sent by the server.
returns: A possibly null exception as constructed using information
sent by the server. If null, a "success" status was indicated by
the server. - javax.naming.NamingException
Retrieves the exception as constructed using information sent by the server. returns: A possibly null exception as constructed using information sent by the server. If null, a "success" status was indicated by the server. - `javax.naming.NamingException`
(get-referrals this)
Retrieves the referral(s) sent by the server.
returns: A possibly null array of referrals, each of which is represented
by a URL string. If null, no referral was sent by the server. - java.lang.String[]
Retrieves the referral(s) sent by the server. returns: A possibly null array of referrals, each of which is represented by a URL string. If null, no referral was sent by the server. - `java.lang.String[]`
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |