Skip navigation links
com.octetstring.vde.util
Class LDAPURL
java.lang.Object
com.octetstring.vde.util.LDAPURL
-
public class LDAPURL
- extends java.lang.Object
Constructor Summary |
LDAPURL(java.lang.String ldapURL)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LDAPURL
public LDAPURL(java.lang.String ldapURL)
throws DirectoryException
-
- Throws:
DirectoryException
fromString
public static LDAPURL fromString(java.lang.String ldapURL)
throws DirectoryException
-
- Throws:
DirectoryException
getScheme
public java.lang.String getScheme()
getHost
public java.lang.String getHost()
getPort
public int getPort()
getBase
public DistinguishedName getBase()
setBase
public void setBase(DistinguishedName baseDN)
getScope
public int getScope()
setScope
public void setScope(int searchScope)
getFilter
public Filter getFilter()
setFilter
public void setFilter(Filter filter)
getAttributes
public java.lang.String[] getAttributes()
setAttributes
public void setAttributes(java.lang.String[] attributes)
toString
public java.lang.String toString()
-
- Overrides:
toString
in class java.lang.Object
Skip navigation links
Copyright © 2000-2015 Oracle and/or its affiliates. All Rights Reserved.