|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EntryManager
The EntryManager
is an Avalon Component for managing the Entries in a Javax Naming Directory.
This is the interface implemented by LDAPEntryManager
.
Field Summary | |
---|---|
static int |
ADD_ATTRIBUTE
|
static int |
REMOVE_ATTRIBUTE
|
static int |
REPLACE_ATTRIBUTE
|
static String |
ROLE
|
Method Summary | |
---|---|
void |
create(String entry_name,
Map entity_attributes)
|
Map |
find(Map match_attributes)
|
Map |
find(String context,
Map match_attributes)
|
Map |
get(String entry_name)
|
void |
modify(String entry_name,
int mod_operand,
Map mod_attributes)
|
void |
remove(String entry_name)
|
Field Detail |
---|
static final String ROLE
static final int ADD_ATTRIBUTE
static final int REMOVE_ATTRIBUTE
static final int REPLACE_ATTRIBUTE
Method Detail |
---|
void create(String entry_name, Map entity_attributes) throws ProcessingException
ProcessingException
Map get(String entry_name) throws ProcessingException
ProcessingException
Map find(Map match_attributes) throws ProcessingException
ProcessingException
Map find(String context, Map match_attributes) throws ProcessingException
ProcessingException
void modify(String entry_name, int mod_operand, Map mod_attributes) throws ProcessingException
ProcessingException
void remove(String entry_name) throws ProcessingException
ProcessingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |