|
OracleVirtual Directory Java API Reference 11g Release 1 (11.1.1) E10688-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.octetstring.vde.util.LDAPURL
public class LDAPURL
| Constructor Summary | |
|---|---|
LDAPURL() |
|
LDAPURL(java.lang.String ldapurl) |
|
| Method Summary | |
|---|---|
static LDAPURL |
fromString(java.lang.String ldapurl) |
java.util.Vector |
getAttributes()Get the value of attributes. |
DirectoryString |
getBase()Get the value of base. |
Filter |
getFilter()Get the value of filter. |
java.lang.String |
getHost()Get the value of host. |
int |
getPort()Get the value of port. |
int |
getScope()Get the value of scope. |
void |
setAttributes(java.util.Vector v)Set the value of attributes. |
void |
setBase(DirectoryString v)Set the value of base. |
void |
setFilter(Filter v)Set the value of filter. |
void |
setHost(java.lang.String v)Set the value of host. |
void |
setPort(int v)Set the value of port. |
void |
setScope(int v)Set the value of scope. |
java.lang.String |
toString() |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LDAPURL()
public LDAPURL(java.lang.String ldapurl)
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
public static LDAPURL fromString(java.lang.String ldapurl)
throws DirectoryException
DirectoryExceptionpublic java.lang.String getHost()
public void setHost(java.lang.String v)
v - Value to assign to host.public int getPort()
public void setPort(int v)
v - Value to assign to port.public DirectoryString getBase()
public void setBase(DirectoryString v)
v - Value to assign to base.public int getScope()
public void setScope(int v)
v - Value to assign to scope.public java.util.Vector getAttributes()
public void setAttributes(java.util.Vector v)
v - Value to assign to attributes.public Filter getFilter()
public void setFilter(Filter v)
v - Value to assign to filter.
|
OracleVirtual Directory Java API Reference 11g Release 1 (11.1.1) E10688-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||