|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.sssw.fw.directory.client.EboFactory
This is the directory factory class that manages instantiation of directory objects.
| Constructor Summary | |
EboFactory()
|
|
| Method Summary | |
static EbiCrypto |
getCryptoProvider()
Gets an com.sssw.fw.util.crypto.EbiCrypto provider for encryption/decryption |
static EbiDirectoryDelegate |
getDirectoryDelegate()
Gets an EbiDirectoryDelegate object. |
static EbiDirectoryGroupsQuery |
getDirectoryGroupsQuery()
Gets an EbiDirectoryGroupsQuery object. |
static EbiDirectoryManager |
getDirectoryManager()
Gets an EbiDirectoryManager object. |
static EbiDirectoryUsersQuery |
getDirectoryUsersQuery()
Gets an EbiDirectoryUsersQuery object. |
static EbiRealm |
getRealmProvider(String serviceProvider)
Gets an EbiRealm object. |
static EbiRealm |
getRealmProvider(String serviceProvider,
Map params)
Gets an EbiRealm object. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public EboFactory()
| Method Detail |
public static EbiDirectoryDelegate getDirectoryDelegate()
throws EboFactoryException
public static EbiDirectoryManager getDirectoryManager()
throws EboFactoryException
public static EbiRealm getRealmProvider(String serviceProvider)
throws EboFactoryException
serviceProvider - String representing the interface of the realm implementation
public static EbiRealm getRealmProvider(String serviceProvider,
Map params)
throws EboFactoryException
serviceProvider - String representing the interface of the realm implementationparams - Map containing parameters to configure the realm implementation
public static EbiCrypto getCryptoProvider()
throws EboUnrecoverableSystemException
public static EbiDirectoryGroupsQuery getDirectoryGroupsQuery()
throws EboFactoryException
public static EbiDirectoryUsersQuery getDirectoryUsersQuery()
throws EboFactoryException
|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||