Skip navigation links

OracleVirtual Directory Java API Reference
11g Release 1 (11.1.1)

E10688-02


com.octetstring.vde.util
Class LDAPURL

java.lang.Object
  extended by com.octetstring.vde.util.LDAPURL


public class LDAPURL
extends java.lang.Object

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

LDAPURL

public LDAPURL()

LDAPURL

public LDAPURL(java.lang.String ldapurl)

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

fromString

public static LDAPURL fromString(java.lang.String ldapurl)
                          throws DirectoryException
Throws:
DirectoryException

getHost

public java.lang.String getHost()
Get the value of host.
Returns:
value of host.

setHost

public void setHost(java.lang.String v)
Set the value of host.
Parameters:
v - Value to assign to host.

getPort

public int getPort()
Get the value of port.
Returns:
value of port.

setPort

public void setPort(int v)
Set the value of port.
Parameters:
v - Value to assign to port.

getBase

public DirectoryString getBase()
Get the value of base.
Returns:
value of base.

setBase

public void setBase(DirectoryString v)
Set the value of base.
Parameters:
v - Value to assign to base.

getScope

public int getScope()
Get the value of scope.
Returns:
value of scope.

setScope

public void setScope(int v)
Set the value of scope.
Parameters:
v - Value to assign to scope.

getAttributes

public java.util.Vector getAttributes()
Get the value of attributes.
Returns:
value of attributes.

setAttributes

public void setAttributes(java.util.Vector v)
Set the value of attributes.
Parameters:
v - Value to assign to attributes.

getFilter

public Filter getFilter()
Get the value of filter.
Returns:
value of filter.

setFilter

public void setFilter(Filter v)
Set the value of filter.
Parameters:
v - Value to assign to filter.

Skip navigation links

OracleVirtual Directory Java API Reference
11g Release 1 (11.1.1)

E10688-02


Copyright © 2000-2009 Oracle. All Rights Reserved.