Modifier and Type | Method and Description |
---|---|
static IUserDir |
StaticFactory.newUserDir(ICS ics)
Instantiates an IUserDir using the factory class specified in the
property file (DirProperties.classIFactory).
|
static IUserDir |
StaticFactory.newUserDir(ICS ics,
IDir iDir)
Instantiates an IUserDir using the factory class specified in the
property file (DirProperties.classIFactory).
|
IUserDir |
IFactory.newUserDir(ICS ics,
IDir IDir)
Instantiates an instance of an IUserDir object
|
Modifier and Type | Class and Description |
---|---|
class |
AMServerDir
IDir and IUserDir implementation for SunOne IdentityServer
|
Modifier and Type | Method and Description |
---|---|
IUserDir |
Factory.newUserDir(ICS ics,
IDir dir)
Instantiates an IUserDir.
|
Modifier and Type | Class and Description |
---|---|
class |
CSDir
Supports the dir tagsets.
|
class |
PluginDir
Supports the dir tagsets for ValidateLogin plugins.
|
Modifier and Type | Class and Description |
---|---|
class |
LDAPUserDir
Base implementation of IUserDir assuming "standard" LDAP schema
|
Modifier and Type | Class and Description |
---|---|
class |
LDAPDir
Supports the dir tagsets.
|
Modifier and Type | Class and Description |
---|---|
class |
NTDir
Supports the dir tagsets.
|
Modifier and Type | Class and Description |
---|---|
class |
CustomDir
This class provides read-only access to the user directory as the assumption is that
all user maintenance operations are done in a central directory system.
|