Package | Description |
---|---|
COM.FutureTense.Access | |
com.openmarket.directory.amserver | |
com.openmarket.directory.jndi.auth | |
oracle.fatwire.sites.directory.custom |
Modifier and Type | Method and Description |
---|---|
static UserError |
UserError.ICS_MISSING() |
static UserError |
UserError.INIFILE_BADPROPERTY(String property,
String value) |
static UserError |
UserError.INIFILE_NOTFOUND(String inifile) |
static UserError |
UserError.INIFILE_NOTSUPPLIED() |
static UserError |
UserError.INIFILE_READ(String inifile) |
static UserError |
UserError.LOGIN_FAILED() |
static UserError |
UserError.UNKNOWNCOMMAND(String cmd) |
static UserError |
UserError.UNSUPPORTEDACTION(String cmd) |
static UserError |
UserError.USEREXCEPTION() |
static UserError |
UserError.USERMANAGER() |
static UserError |
UserError.WRONG_METHOD(String method) |
Modifier and Type | Method and Description |
---|---|
void |
IManageUsers.AddACL(String acl,
FTValList valIn,
FTValList valOut) |
void |
IManageUsers.AddUser(String username,
FTValList valIn,
FTValList valOut) |
protected abstract IUsers |
ValidateLogin.CreateIUsers(Properties props) |
void |
IManageUsers.DeleteUser(String username,
FTValList valIn,
FTValList valOut) |
void |
IUsers.FlushCache() |
String |
IUsers.GetACLs(String userid) |
protected ValidateLogin.UserManagement |
ValidateLogin.GetUserManagement(FTValList valIn) |
String |
IUsers.Login(String username,
char[] password,
FTValList vIn,
FTValList vOut) |
void |
IUsers.Logout(String username,
FTValList vIn,
FTValList vOut) |
void |
IManageUsers.ModifyUser(String username,
FTValList valIn,
FTValList valOut) |
Modifier and Type | Class and Description |
---|---|
class |
AMError |
Modifier and Type | Method and Description |
---|---|
void |
AMUsers.AddACL(String acl,
FTValList vIn,
FTValList vOut)
Add ACL in Directory Services
|
void |
AMUsers.AddUser(String user,
FTValList vIn,
FTValList vOut)
Add User
|
protected IUsers |
AMLogin.CreateIUsers(Properties properties) |
void |
AMUsers.DeleteUser(String user,
FTValList vIn,
FTValList vOut) |
void |
AMUsers.FlushCache() |
void |
AMUsers.FlushCache(FTValList vIn,
FTValList vOut) |
String |
AMUsers.GetACLs(String userid) |
String |
AMUsers.GetACLs(String userid,
FTValList vIn,
FTValList vOut)
Get user ACLs(Groups) from Directory Services
|
String |
AMUsers.Login(String username,
char[] password,
FTValList vIn,
FTValList vOut)
Get user id (dn) of specified user
|
void |
AMUsers.Logout(String username,
FTValList vIn,
FTValList vOut) |
void |
AMUsers.ModifyUser(String str,
FTValList fTValList,
FTValList fTValList2) |
Modifier and Type | Class and Description |
---|---|
class |
JNDIError |
Modifier and Type | Method and Description |
---|---|
void |
JNDIUsers.AddACL(String acl,
FTValList vIn,
FTValList vOut)
Add ACL in Directory Services
|
void |
JNDIUsers.AddUser(String user,
FTValList vIn,
FTValList vOut)
Add User
|
protected IUsers |
JNDILogin.CreateIUsers(Properties properties) |
void |
JNDIUsers.DeleteUser(String user,
FTValList vIn,
FTValList vOut) |
void |
JNDIUsers.FlushCache() |
void |
JNDIUsers.FlushCache(FTValList vIn,
FTValList vOut) |
String |
JNDIUsers.GetACLs(String userid) |
String |
JNDIUsers.GetACLs(String userid,
FTValList vIn,
FTValList vOut)
Get user ACLs(Groups) from Directory Services
|
String |
JNDIUsers.Login(String username,
char[] password,
FTValList vIn,
FTValList vOut)
Get user id (dn) of specified user
|
void |
JNDIUsers.Logout(String username,
FTValList vIn,
FTValList vOut) |
void |
JNDIUsers.ModifyUser(String str,
FTValList fTValList,
FTValList fTValList2) |
Modifier and Type | Method and Description |
---|---|
protected IUsers |
CustomLogin.CreateIUsers(Properties props) |
void |
CustomUsers.FlushCache() |
void |
CustomUsers.FlushCache(FTValList vIn,
FTValList vOut) |
String |
CustomUsers.GetACLs(String userid) |
String |
CustomUsers.GetACLs(String userid,
FTValList vIn,
FTValList vOut) |
protected ICS |
CustomUsers.getICS(FTValList vIn) |
String |
CustomUsers.Login(String username,
char[] password,
FTValList vIn,
FTValList vOut) |
void |
CustomUsers.Logout(String username,
FTValList vIn,
FTValList vOut) |