|
SilverStream Application Server 3.5 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Implemented by objects that represent directories on the SilverStream Server. It contains the constant values that can be retrieved using the getType() method. These values are listed below.
Field Summary | |
static String |
APP_OBJECTS
The Application (Business) Objects directory. |
static String |
CERTIFICATE_SECURITY
The Certificate Users Security directory. |
static String |
DIRECTORY
Directory. |
static String |
DOMAIN
NT domain. |
static String |
FORMS
The Forms directory. |
static String |
GENERAL
The General directory. |
static String |
IMAGES
The Images directory. |
static String |
JARS
The JARs directory. |
static String |
JAVA_BEANS
Deprecated. As of 3.0, no operations are supported on the JavaBeans directory or JavaBeans themselves. The operations are to be done via the corresponding JARs, that is, you secure your JavaBean elements by setting security on your JAR elements. The JavaBeans directory. Contains design elements of the type AgiAdmDesignElement.JAVA_BEAN. Use for enumerating JavaBeans stored within a specific database. |
static String |
LDAP_SECURITY
The LDAP Security directory. |
static String |
LDAP_SERVER
The LDAP Server. |
static String |
LDAPGROUPS
The LDAP Groups directory. |
static String |
LDAPUSERS
The LDAP Users directory. |
static String |
MEDIA
The Media directory. |
static String |
NISPLUS_SECURITY
The NIS+ Security directory. |
static String |
NISPLUS_SERVER
The NIS+ Server. |
static String |
NISPLUSGROUPS
The NIS+ Groups directory. |
static String |
NISPLUSUSERS
The NIS+ Users directory. |
static String |
NT_SECURITY
The NT Security directory. |
static String |
NTGROUPS
The NT Groups directory. |
static String |
NTUSERS
The NT Users directory. |
static String |
PACKAGE
Package directory. |
static String |
PAGES
The Pages directory. |
static String |
SECURITY
The Security directory. |
static String |
SILVER_SECURITY
The SilverSecurity directory. |
static String |
SILVERGROUPS
The SilverGroups directory. |
static String |
SILVERUSERS
The SilverUsers directory. |
static String |
SOUNDS
The Sounds directory. |
static String |
TABLES
The Tables directory. |
static String |
VIEWS
The Views directory. |
Fields inherited from interface com.sssw.rts.adminapi.AgiAdmContainer |
GET_CHILDREN_EX,
GET_CHILDREN_NTDOMAINS_PRIMARY_ONLY,
GET_CHILDREN_NTDOMAINS_TRUSTED_ONLY,
GET_CHILDREN_SORTED,
GET_CHILDREN_WITH_INFO |
Fields inherited from interface com.sssw.rts.adminapi.AgiAdmElement |
ACL_KEY,
APPLY_TO_DESC,
APPLY_TO_DESC_SUPPORTED,
DIRECTORY_LIST_SECURITY,
GET_PERMS_AS_ACL,
GET_PERMS_DEFAULT,
PROP_CERTIFICATE,
PROP_DESCRIPTION,
PROP_DOMAIN,
PROP_FULL_NAME,
PROP_IS_LOCKSMITH,
PROP_LDAP_SERVER,
PROP_NAME,
PROP_NISPLUS_SERVER,
PROP_PARENT_URL,
PROP_PASSWORD,
PROP_QUAL_NAME,
PROP_TYPE,
PROP_URL,
REQUIRE_LOGIN,
REQUIRE_LOGIN_SUPPORTED |
Fields inherited from interface com.sssw.rts.adminapi.AgiAdmContainerBase |
GET_CHILDREN_DFLT |
Methods implemented from interface com.sssw.rts.adminapi.AgiAdmElement |
getPermissions,
getServerURL,
getURL,
getVariables,
isAuthorized,
setPermissions |
Methods implemented from interface com.sssw.rts.adminapi.AgiAdmContainerBase |
addChild,
getChild,
getChildren |
Methods implemented from interface com.sssw.rts.adminapi.AgiAdmElementBase |
delete,
getName,
getType |
Methods implemented from interface com.sssw.rts.adminapi.AgiAdmPropertyBag |
getProperties,
getProperty,
setProperties,
setProperty |
Methods implemented from interface com.sssw.rts.adminapi.AgiAdmChanges |
cancelChanges,
saveChanges |
Field Detail |
public static final String SECURITY
Security may be set and retrieved for this directory. Permissions that are set at this level control who has access to seeing lists of users and groups.
public static final String TABLES
public static final String FORMS
public static final String VIEWS
public static final String MEDIA
public static final String PAGES
public static final String GENERAL
public static final String IMAGES
public static final String JAVA_BEANS
The JavaBeans directory. Contains design elements of the type AgiAdmDesignElement.JAVA_BEAN. Use for enumerating JavaBeans stored within a specific database.
public static final String SOUNDS
public static final String NT_SECURITY
public static final String SILVER_SECURITY
You can get/set security permissions on this directory: use the getPermissions/setPermissions methods off AgiAdmElement. The AgoPermission.READ permission set on this element controls who can view user and group lists.
public static final String LDAP_SECURITY
public static final String LDAP_SERVER
public static final String LDAPUSERS
public static final String LDAPGROUPS
public static final String NISPLUS_SECURITY
public static final String NISPLUS_SERVER
public static final String NISPLUSUSERS
public static final String NISPLUSGROUPS
public static final String CERTIFICATE_SECURITY
public static final String DOMAIN
public static final String SILVERGROUPS
public static final String NTGROUPS
public static final String SILVERUSERS
public static final String NTUSERS
public static final String JARS
public static final String APP_OBJECTS
public static final String PACKAGE
public static final String DIRECTORY
In the current implementation, this is only used for servlet directories, so this type of directory contains elements of type AgiAdmDesignElement.SERVLET or AgiAdmDirectory.DIRECTORY.
These directories should not be named "SilverStream" and should not have the same name as the database in which they reside.
|
SilverStream Application Server 3.5 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |