|
Oracle Internet Directory API Reference 10g(10.1.4) B15992-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.ldap.ospf.Entry
oracle.ldap.ospf.LdapEntry
Defines the entry information that need to pass from the Oracle directory server to the Java plug-in. Contains the following information:
| Constructor Summary | |
LdapEntry(java.lang.String dn, javax.naming.directory.Attributes attrs)Constructor |
|
| Method Summary | |
java.util.Enumeration |
getAllAttributeNames()Gets all the attribute names in the LdapEntry |
java.util.Enumeration |
getAllAttributeValues(java.lang.String attrName)Gets all the values of an attribute for a given attribute name |
javax.naming.directory.Attribute |
getAttribute(java.lang.String attrName)Gets the Attribute for the attribute name |
javax.naming.directory.Attributes |
getAttributes()Gets all the Attributes |
java.lang.String |
getDN()Gets the DN of the LdapEntry |
void |
setDN(java.lang.String dn)Sets the DN of the LdapEntry |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LdapEntry(java.lang.String dn,
javax.naming.directory.Attributes attrs)
dn - - DN of the LdapEntryattrs - - Attributes of the LdapEntry| Method Detail |
public void setDN(java.lang.String dn)
dn - - DN of the LdapEntrypublic java.lang.String getDN()
public javax.naming.directory.Attributes getAttributes()
public javax.naming.directory.Attribute getAttribute(java.lang.String attrName)
attrName - - Attribute namepublic java.util.Enumeration getAllAttributeNames()
public java.util.Enumeration getAllAttributeValues(java.lang.String attrName)
throws javax.naming.NamingException
attrName - - Attribute namejavax.naming.NamingException
|
Oracle Internet Directory API Reference 10g(10.1.4) B15992-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||