Serialized Form


Package no.feide.moria.directory

Class no.feide.moria.directory.DirectoryManagerConfigurationException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 2741780154996396695L


Package no.feide.moria.directory.backend

Class no.feide.moria.directory.backend.AuthenticationFailedException extends java.lang.Exception implements Serializable

serialVersionUID: 6223030794569477662L

Class no.feide.moria.directory.backend.BackendException extends java.lang.Exception implements Serializable

serialVersionUID: -671305694308654063L


Package no.feide.moria.directory.index

Class no.feide.moria.directory.index.SerializableIndex extends java.lang.Object implements Serializable

serialVersionUID: -3356791609795577197L

Serialized Fields

associations

java.util.HashMap<K,V> associations
Internal list of associations; that is, the mapping between logical ID realms (as Strings) - following the 'at' character - and search base references (as String arrays).


exceptions

java.util.HashMap<K,V> exceptions
Internal list of exceptions to the associations; that is, explicitly indexed logical IDs (as Strings) to full external references (as String s).


realms

java.util.HashMap<K,V> realms
Internal list of realms for each exception. The list should have the same keys as exceptions, but the elements of this list give the explicit realm (as Strings) for each exception.


usernames

java.util.HashMap<K,V> usernames
Internal list of usernames for each association/exception.


passwords

java.util.HashMap<K,V> passwords
Internal list of passwords for each association/exception.



Copyright © 2001-2006 UNINETT FAS. All Rights Reserved.