|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INamespaceEntry
Namespace entry for IIDStore
. Instances of this class are created/returned via
calls to IIDStore.getNamespaceEntries()
or IIDStore.getNamespaceEntry(org.eclipse.ecf.core.identity.Namespace)
.
Method Summary | |
---|---|
void |
delete()
Delete this INamespaceEntry from the IIDStore . |
IIDEntry[] |
getIDEntries()
Get the IIDEntry s for this namespace that are currently stored. |
org.eclipse.equinox.security.storage.ISecurePreferences |
getPreferences()
Get the underlying ISecurePreferences node that represents this INamespaceEntry
in the storage. |
Method Detail |
---|
org.eclipse.equinox.security.storage.ISecurePreferences getPreferences()
ISecurePreferences
node that represents this INamespaceEntry
in the storage.
ISecurePreferences
that represents this IIDEntry in the underlying storage. Will
not return null
.IIDEntry[] getIDEntries()
IIDEntry
s for this namespace that are currently stored.
null
.void delete()
INamespaceEntry
from the IIDStore
. Note that this will also delete
all ID entries underneath this Namespace, and so should be used with caution.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |