Package | Description |
---|---|
com.openmarket.directory | |
com.openmarket.directory.common | |
com.openmarket.directory.jndi |
Modifier and Type | Method and Description |
---|---|
Attribute |
Attributes.get(String attrID)
Retrieves the attribute with the given attribute id from the
attribute set.
|
Attribute |
Attributes.put(Attribute attr)
Adds a new attribute to the attribute set.
|
Attribute |
Attributes.put(String attrID,
Object val)
Adds a new attribute to the attribute set.
|
Attribute |
Attributes.remove(String attrID)
Removes the attribute with the attribute id 'attrID' from the
attribute set.
|
Modifier and Type | Method and Description |
---|---|
Attribute |
Attributes.put(Attribute attr)
Adds a new attribute to the attribute set.
|
Modifier and Type | Method and Description |
---|---|
static Attribute |
Converter.toJNDIAttribute(Attribute attr)
Convert the specified class.
|
Modifier and Type | Method and Description |
---|---|
protected Attribute |
LDAPUserDir.getAttribute(ICS ics,
IName dn,
String attname)
returns null if uniquemember attribute is not found.
|
protected Attribute |
JNDIDir.uniquememberAttr(ICS ics,
IName group)
returns null if uniquemember attribute is not found.
|
Modifier and Type | Method and Description |
---|---|
protected int |
LDAPUserDir.getMemberIndex(ICS ics,
Attribute memberAtt,
IName member) |
protected static Collection |
JNDIDir.membersToCollection(ICS ics,
Attribute attr)
Don't use toCollection here because the Enumeration is of
Objects (Strings) not NameClassPair's.
|
Constructor and Description |
---|
SupportingData(ICS ics,
IName n,
String op,
Attributes attrs,
Attribute attr) |