|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexedReference | |
---|---|
no.feide.moria.directory.backend | Classes defining the backend interfaces and various implementations of these. |
no.feide.moria.directory.index | Classes defining the index interface and various index implementations. |
Uses of IndexedReference in no.feide.moria.directory.backend |
---|
Fields in no.feide.moria.directory.backend declared as IndexedReference | |
---|---|
private IndexedReference[] |
JNDIBackend.myReferences
The external reference of this backend. |
Methods in no.feide.moria.directory.backend with parameters of type IndexedReference | |
---|---|
void |
JNDIBackend.open(IndexedReference[] references)
Opens this backend. |
void |
DummyBackend.open(IndexedReference[] references)
Does nothing, but needed to fulfill the DirectoryManagerBackend interface. |
void |
DirectoryManagerBackend.open(IndexedReference[] references)
Opens a new backend connection. |
Uses of IndexedReference in no.feide.moria.directory.index |
---|
Methods in no.feide.moria.directory.index that return IndexedReference | |
---|---|
IndexedReference[] |
SerializableIndex.getReferences(java.lang.String id)
Looks up an element reference from the index based on its logical ID (typically username). |
IndexedReference[] |
DirectoryManagerIndex.getReferences(java.lang.String id)
Looks up one or more backend references from a given logical ID, typically a username. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |