Codota Logo
LDAPReferralException.getReferrals
Code IndexAdd Codota to your IDE (free)

How to use
getReferrals
method
in
com.novell.ldap.LDAPReferralException

Best Java code snippets using com.novell.ldap.LDAPReferralException.getReferrals (Showing top 1 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
Connection c =
  • Codota IconDataSource dataSource;dataSource.getConnection()
  • Codota IconString url;DriverManager.getConnection(url)
  • Codota IconIdentityDatabaseUtil.getDBConnection()
  • Smart code suggestions by Codota
}
origin: com.novell.ldap/jldap

/**
 * Gets the list of referrals (LDAP URLs to other servers) returned by
 * the LDAP server.
 *
 * @see <a href="../../../../api/com/novell/ldap/LDAPReferralException.html#getReferrals()">
    com.novell.ldap.LDAPReferralException.getReferrals()</a>
 */
public String[] getReferrals()
{
  return exception.getReferrals();
}
com.novell.ldapLDAPReferralExceptiongetReferrals

Javadoc

Gets the list of referral URLs (LDAP URLs to other servers) returned by the LDAP server. The referral list may include URLs of a type other than ones for an LDAP server (for example, a referral URL other than ldap://something).

Popular methods of LDAPReferralException

  • getFailedReferral
  • <init>
    Constructs a default exception with a specified string as additional information and an exception th
  • getExceptionString
  • getMessage
  • setFailedReferral
    Sets a referral that could not be processed
  • setReferrals
    Sets the list of referrals

Popular in Java

  • Updating database using SQL prepared statement
  • startActivity (Activity)
  • addToBackStack (FragmentTransaction)
  • getApplicationContext (Context)
  • Charset (java.nio.charset)
    A charset is a named mapping between Unicode characters and byte sequences. Every Charset can decode
  • Path (java.nio.file)
  • Permission (java.security)
    Abstract class for representing access to a system resource. All permissions have a name (whose inte
  • Connection (java.sql)
    A connection represents a link from a Java application to a database. All SQL statements and results
  • NumberFormat (java.text)
    The abstract base class for all number formats. This class provides the interface for formatting and
  • DataSource (javax.sql)
    A factory for connections to the physical data source that this DataSource object represents. An alt
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now