Modifier and Type | Class and Description |
---|---|
class |
ValidateLogin
valIn must contain:
String ftcmd command, ie addUser,modifyUser,delUser,login
String:username required always
IF login
String:password required for login and addUser
String:system domain or host name to validate with (optional)
this applogic can choose to cache login
results if it wishes.
IF logout
String:user user to logout (reference counting
is this applogics problem)
IF refreshACL
String:userId called to force a refresh
acl's returned on login (will
only happen if seperate resource
priv code is not supplied)
IF flushCache
means a forceable request was
made to flush any user information
cached by this applogic
IF add/modify
String:acl acl's to apply on add/modify
IF delete
String:user
IF addACL
String:acl called to allow auth plugin to create group
corresponding to an ACL
PLUS Everything else in the input (cgi) and variables...
|
Modifier and Type | Interface and Description |
---|---|
interface |
IDynamicTag
Interface for classes implement dynamic XML tags.
|
interface |
IXMLBodyTag
This interface defines the methods that a class
must implement in order to create a custom XML
body tag.
|
Modifier and Type | Method and Description |
---|---|
Seed |
ICS.NewSeedFromTagname(String tagname)
Deprecated.
use ICS.runTag(String, FTValList) instead
|
Modifier and Type | Class and Description |
---|---|
class |
AMLogin |
Modifier and Type | Class and Description |
---|---|
class |
JNDILogin |
Modifier and Type | Class and Description |
---|---|
class |
AddAttrs
This class implements the dir.addattrs tag.
|
class |
AddGroupMember
This class implements the dir.addgroupmember tag.
|
class |
Children
This class implements the dir.children tag.
|
class |
GetAttrs
This class implements the dir.getattrs tag.
|
class |
GroupMembers
This class implements the dir.groupmembers tag.
|
class |
GroupMemberships
This class implements the dir.groupmemberships tag.
|
class |
ListUsers
This class implements the dir.listusers tag.
|
class |
RemoveAttrs
This class implements the dir.removeattrs tag.
|
class |
RemoveGroupMember
This class implements the dir.removegroupmember tag.
|
class |
ReplaceAttrs
This class implements the dir.replaceattrs tag.
|
class |
Search
This class implements the dir.search tag.
|
Modifier and Type | Class and Description |
---|---|
class |
Get
This class implements the name.get tag.
|
class |
MakeChild
This class implements the name.makechild tag.
|
Modifier and Type | Class and Description |
---|---|
class |
com.openmarket.framework.xml.Base |
Modifier and Type | Class and Description |
---|---|
class |
com.openmarket.framework.xml.object.Create |
class |
com.openmarket.framework.xml.object.Delete |
class |
com.openmarket.framework.xml.object.List |
class |
com.openmarket.framework.xml.object.Load |
Modifier and Type | Class and Description |
---|---|
class |
CustomLogin
A Seed used by low level functions from CatalogManager.
|