Modifier and Type | Method and Description |
---|---|
Attributes |
IDir.getAttrs(ICS ics,
IName dn,
String[] attrs)
Retrieve the specified attributes from the specified entry.
|
Modifier and Type | Method and Description |
---|---|
void |
IDir.addAttrs(ICS ics,
IName dn,
Attributes attributes)
Add attributes to an existing entry.
|
Collection |
IDir.andSearch(ICS ics,
Attributes matchingAttributes)
Simple search returns all entries with matching attributes
(AND); searches under Properties.baseDN
|
Collection |
IDir.andSearch(ICS ics,
IName parent,
Attributes matchingAttributes)
Simple search returns all entries with matching attributes
(AND)
|
void |
IDir.create(ICS ics,
IName dn,
Attributes attributes)
Create an object.
|
void |
IDir.deleteAttrs(ICS ics,
IName dn,
Attributes attributes)
Delete the specified attributes from the specified entry.
|
Collection |
IDir.orSearch(ICS ics,
Attributes matchingAttributes)
Simple search returns all entries with attributes matching any of
those specified (OR); searches under Properties.baseDN
|
Collection |
IDir.orSearch(ICS ics,
IName parent,
Attributes matchingAttributes)
Simple search returns all entries attributes matching any of
those specified (OR)
|
void |
IDir.replaceAttrs(ICS ics,
IName dn,
Attributes attributes)
Replace the existing attribute value(s) with the specified
value(s).
|
Modifier and Type | Method and Description |
---|---|
Attributes |
AMServerDir.getAttrs(ICS ics,
IName dn,
String[] attrs) |
Modifier and Type | Method and Description |
---|---|
void |
AMServerDir.addAttrs(ICS ics,
IName dn,
Attributes attributes) |
Collection |
AMServerDir.andSearch(ICS ics,
Attributes matchingAttributes) |
Collection |
AMServerDir.andSearch(ICS ics,
IName parent,
Attributes matchingAttributes) |
void |
AMServerDir.create(ICS ics,
IName dn,
Attributes attributes) |
void |
AMServerDir.deleteAttrs(ICS ics,
IName dn,
Attributes attributes) |
static Map |
AMServerDir.getAttributeMap(Attributes attributes) |
Collection |
AMServerDir.orSearch(ICS ics,
Attributes matchingAttributes) |
Collection |
AMServerDir.orSearch(ICS ics,
IName parent,
Attributes matchingAttributes) |
void |
AMServerDir.replaceAttrs(ICS ics,
IName dn,
Attributes attributes) |
Modifier and Type | Method and Description |
---|---|
static Attributes |
Converter.toAttributes(ICS ics,
Attributes JNDIattrs)
Convert the specified class.
|
Modifier and Type | Method and Description |
---|---|
static Attributes |
Converter.toJNDIAttributes(Attributes attrs)
Convert the specified class.
|
Modifier and Type | Method and Description |
---|---|
Attributes |
PluginDir.getAttrs(ICS ics,
IName dn,
String[] attrIds) |
Attributes |
CSDir.getAttrs(ICS ics,
IName dn,
String[] attrIds) |
protected Attributes |
CSDir.getSystemUserAttrs(ICS ics,
IName dn,
String[] attrIds) |
Modifier and Type | Method and Description |
---|---|
void |
PluginDir.addAttrs(ICS ics,
IName dn,
Attributes attributes) |
void |
CSDir.addAttrs(ICS ics,
IName dn,
Attributes attributes) |
void |
CSDir.addAttrs(ICS ics,
IName dn,
Attributes attributes,
Object oBatchContext) |
Collection |
PluginDir.andSearch(ICS ics,
Attributes matchingAttributes) |
Collection |
CSDir.andSearch(ICS ics,
Attributes matchingAttributes) |
Collection |
PluginDir.andSearch(ICS ics,
IName parent,
Attributes matchingAttributes) |
Collection |
CSDir.andSearch(ICS ics,
IName parent,
Attributes matchingAttributes) |
void |
PluginDir.create(ICS ics,
IName entry,
Attributes attributes) |
void |
CSDir.create(ICS ics,
IName dn,
Attributes attributes) |
void |
PluginDir.deleteAttrs(ICS ics,
IName dn,
Attributes attributes) |
void |
CSDir.deleteAttrs(ICS ics,
IName dn,
Attributes attributes) |
void |
CSDir.deleteAttrs(ICS ics,
IName dn,
Attributes attributes,
Object oBatchContext) |
protected Collection |
CSDir.doGroupSearch(ICS ics,
Attributes matchingAttributes,
boolean bAnd) |
protected Collection |
CSDir.doUserSearch(ICS ics,
Attributes matchingAttributes,
boolean bAnd) |
protected void |
CSDir.getSpecialAtts(Attributes atts,
ICS ics,
String id,
String[] attrIds) |
Collection |
PluginDir.orSearch(ICS ics,
Attributes matchingAttributes) |
Collection |
CSDir.orSearch(ICS ics,
Attributes matchingAttributes) |
Collection |
PluginDir.orSearch(ICS ics,
IName parent,
Attributes matchingAttributes) |
Collection |
CSDir.orSearch(ICS ics,
IName parent,
Attributes matchingAttributes) |
void |
PluginDir.replaceAttrs(ICS ics,
IName dn,
Attributes attributes) |
void |
CSDir.replaceAttrs(ICS ics,
IName dn,
Attributes attributes) |
Modifier and Type | Method and Description |
---|---|
Attributes |
JNDIDir.getAttrs(ICS ics,
IName dn,
String[] attrIds) |
Attributes |
JNDIDir.getGroupAttributes(ICS ics,
String groupname,
Attributes attributes) |
Attributes |
JNDIDir.getUserAttributes(ICS ics,
String name,
Attributes attributes) |
protected Attributes |
JNDIDir.mimeEncodedPropToAttributes(ICS ics,
String propname) |
Modifier and Type | Method and Description |
---|---|
void |
JNDIDir.addAttrs(ICS ics,
IName dn,
Attributes attributes) |
Collection |
JNDIDir.andSearch(ICS ics,
Attributes matchingAttributes)
Simple search returns all entries with matching attributes
(AND); searches under DirProperties.baseDN
|
Collection |
JNDIDir.andSearch(ICS ics,
IName parent,
Attributes matchingAttributes) |
protected void |
JNDIDir.attrsOp(ICS ics,
IName dn,
int op,
Attributes attributes) |
void |
JNDIDir.create(ICS ics,
IName entry,
Attributes attributes) |
void |
JNDIDir.deleteAttrs(ICS ics,
IName dn,
Attributes attributes) |
Attributes |
JNDIDir.getGroupAttributes(ICS ics,
String groupname,
Attributes attributes) |
Attributes |
JNDIDir.getUserAttributes(ICS ics,
String name,
Attributes attributes) |
protected Collection |
JNDIDir.opSearch(ICS ics,
IName parent,
Attributes matchingAttributes,
String op) |
Collection |
JNDIDir.orSearch(ICS ics,
Attributes matchingAttributes)
Simple search returns all entries with attributes matching any of
those specified (OR); searches under DirProperties.baseDN
|
Collection |
JNDIDir.orSearch(ICS ics,
IName parent,
Attributes matchingAttributes) |
void |
JNDIDir.replaceAttrs(ICS ics,
IName dn,
Attributes attributes) |
Constructor and Description |
---|
SupportingData(ICS ics,
IName n,
String op,
Attributes attrs,
Attribute attr) |
Modifier and Type | Method and Description |
---|---|
Attributes |
NTDir.getAttrs(ICS ics,
IName dn,
String[] attrIds) |
Modifier and Type | Method and Description |
---|---|
void |
NTDir.addAttrs(ICS ics,
IName dn,
Attributes attributes) |
void |
NTDir.deleteAttrs(ICS ics,
IName dn,
Attributes attributes) |
void |
NTDir.replaceAttrs(ICS ics,
IName dn,
Attributes attributes) |
Constructor and Description |
---|
AttributeList(String sName,
Attributes oAttributes)
Default constructor
|
Modifier and Type | Method and Description |
---|---|
Attributes |
CustomDir.getAttrs(ICS ics,
IName dn,
String[] attrIds) |
Modifier and Type | Method and Description |
---|---|
void |
CustomDir.addAttrs(ICS ics,
IName dn,
Attributes attributes) |
void |
CustomDir.addAttrs(ICS ics,
IName dn,
Attributes attributes,
Object oBatchContext) |
Collection<String> |
CustomDir.andSearch(ICS ics,
Attributes matchingAttributes) |
Collection<String> |
CustomDir.andSearch(ICS ics,
IName parent,
Attributes matchingAttributes) |
void |
CustomDir.create(ICS ics,
IName dn,
Attributes attributes) |
void |
CustomDir.deleteAttrs(ICS ics,
IName dn,
Attributes attributes) |
void |
CustomDir.deleteAttrs(ICS ics,
IName dn,
Attributes attributes,
Object oBatchContext) |
Collection<String> |
CustomDir.orSearch(ICS ics,
Attributes matchingAttributes) |
Collection<String> |
CustomDir.orSearch(ICS ics,
IName parent,
Attributes matchingAttributes) |
void |
CustomDir.replaceAttrs(ICS ics,
IName dn,
Attributes attributes) |