Modifier and Type | Method and Description |
---|---|
static IDir |
StaticFactory.newDir(ICS ics)
Instantiates an IDir using the factory class specified in the
property file (DirProperties.classIFactory).
|
IDir |
IFactory.newDir(ICS ics)
Instantiates an instance of an IDir object
|
Modifier and Type | Method and Description |
---|---|
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
|
Constructor and Description |
---|
AMServerDir(ICS ics,
IDir idir)
Required signature for IUserDir Factory
|
Modifier and Type | Class and Description |
---|---|
class |
BaseDir
Supports the dir tagsets.
|
Modifier and Type | Method and Description |
---|---|
IDir |
Factory.newDir(ICS ics)
Instantiates an IDir.
|
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.
|
Constructor and Description |
---|
CSDir(ICS ics,
IDir idir) |
PluginDir(ICS ics,
IDir idir) |
PluginDir(ICS ics,
IDir dir,
boolean bEditAttributes) |
Modifier and Type | Class and Description |
---|---|
class |
JNDIDir
Supports the dir tagsets.
|
Modifier and Type | Field and Description |
---|---|
protected IDir |
LDAPUserDir.m_iDir |
Constructor and Description |
---|
LDAPUserDir(ICS ics,
IDir idir) |
Modifier and Type | Class and Description |
---|---|
class |
JNDIAuthDir |
Modifier and Type | Class and Description |
---|---|
class |
LDAPDir
Supports the dir tagsets.
|
Constructor and Description |
---|
LDAPDir(ICS ics,
IDir iDir) |
Modifier and Type | Class and Description |
---|---|
class |
NTDir
Supports the dir tagsets.
|
Constructor and Description |
---|
NTDir(ICS ics,
IDir dir) |
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.
|
Constructor and Description |
---|
CustomDir(ICS ics,
IDir idir) |