|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--us.openinternet.luge.transformer.LDAPobjectclass.Top
All classes in the LDAPobjectclasses package are utilized by the Transformers. Unless you are using the Transformers directly, you will not need to use these objects.
Field Summary | |
netscape.ldap.LDAPAttributeSet |
internalAttributes
|
Constructor Summary | |
protected |
Top()
This constructor initializes the internals. |
protected |
Top(netscape.ldap.LDAPEntry entry)
|
Method Summary | |
void |
addObjectClass(java.lang.String className)
Add an objectclass entry to the list for this object. |
java.lang.String |
getBase()
|
java.lang.String |
getDn()
|
netscape.ldap.LDAPEntry |
getEntry()
This method will return a raw LDAPEntry object suitible to pass into the LDAPConnection.add() method. |
java.lang.String |
getIdentifyingAttribute()
Get the identifying attribute whose first value will be used to construct the Relative DN for this entry if/when it is first added to the directory. |
java.lang.String |
getLdapAttribute(java.lang.String attrName)
Returns the value of the attribute named by the parameter value. |
java.lang.String[] |
getLdapAttributeValues(java.lang.String attrName)
Returns the values of the attribute named by the parameter value. |
java.lang.String |
listAttributes()
Generate a text-list of all the LDAP attributes currently known for this object |
void |
replaceLdapAttribute(java.lang.String attrName,
java.lang.String attrVal)
Replaces the value of one attribute, with anothoer. |
void |
setAllAttributes(java.util.Hashtable newAttrs)
|
void |
setBase(java.lang.String baseDn)
Set all of the attributes for this object in one fell swoop. |
void |
setDn(java.lang.String dn)
|
void |
setIdentifyingAttribute(java.lang.String att)
Force the entry to use the provided identifying attribute to construct the relative DN if/when it is added to the directory. |
void |
setLdapAttribute(java.lang.String attrName,
java.lang.String attrVal)
Set one attribute, with the name specified, to the value specified. |
void |
setLdapAttributeValues(java.lang.String attrName,
java.lang.String[] attrVals)
Set one attribute, with the name specified, to the values specified. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public netscape.ldap.LDAPAttributeSet internalAttributes
Constructor Detail |
protected Top()
protected Top(netscape.ldap.LDAPEntry entry)
Method Detail |
public void addObjectClass(java.lang.String className)
public void setLdapAttribute(java.lang.String attrName, java.lang.String attrVal)
public void replaceLdapAttribute(java.lang.String attrName, java.lang.String attrVal)
public java.lang.String getLdapAttribute(java.lang.String attrName)
public java.lang.String[] getLdapAttributeValues(java.lang.String attrName)
public void setLdapAttributeValues(java.lang.String attrName, java.lang.String[] attrVals)
public java.lang.String listAttributes()
public void setAllAttributes(java.util.Hashtable newAttrs)
public void setBase(java.lang.String baseDn)
public java.lang.String getBase()
public void setIdentifyingAttribute(java.lang.String att)
public java.lang.String getIdentifyingAttribute()
public java.lang.String getDn()
public void setDn(java.lang.String dn)
public netscape.ldap.LDAPEntry getEntry()
|
Copyright 2003, Michael Schwartz All Rights Reserved. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |