Novell exteNd
Director 5.2 API

com.sssw.fw.security.api
Interface EbiSecurityConstants

All Known Implementing Classes:
EboFactory

public interface EbiSecurityConstants

This class contains constants for SilverStream Security Subsystem.


Field Summary
static String DELEGATE_SECURITY
          Class name of the security delegate.
static String DELEGATE_SECURITYACL
          Class name of the security acl delegate.
static String DELEGATE_SECURITYMETA
          Class name of the security meta delegate.
static String GENERAL_ADMIN
          General admin type and id.
static String LOCKSMITH_ELEMENT_ID
          Locksmith element ID
static String LOCKSMITH_ELEMENT_TYPE
          Locksmith element type
static String PRINCIPAL_TYPE_CONTAINER
          The principal type for container principals.
static String PRINCIPAL_TYPE_GROUP
          The principal type for group principals.
static String PRINCIPAL_TYPE_USER
          The principal type for user principals.
static String PROP_LOCKSMITH_NAME
          Locksmith name property defined in FrameworkService/config.xml
static String SECURITY_CACHE_HOLDER_ID
          Server-lifetime cache holder ID for the acls.
static String SECURITY_META_CACHE_HOLDER_ID
          Server-lifetime cache holder ID for the security meta objects.
static String SECURITY_MGR
          Name of the Security Manager
static String SECURITY_ROLE_CACHE_HOLDER_ID
          Server-lifetime cache holder ID for the roles.
static String SECURITY_SERVICE
          Subsystem name of the security service for element type meta.
static String SUBSYSTEM_CONTENT_MGMT_SREVICE
          Name of the content management service subsystem.
static String SUBSYSTEM_DIRECTORY_SERVICE
          Name of the directory service subsystem.
static String SUBSYSTEM_GENERAL
          Name of a general susystem that support adding any custom defined elements.
static String SUBSYSTEM_PORTAL_GROUP_PAGES
          Name of the portal group pages.
static String SUBSYSTEM_PORTAL_SERVICE
          Name of the portal service subsystem.
static String SUBSYSTEM_SEARCH_SERVICE
          Name of the search service subsystem.
static String SUBSYSTEM_SECURITY_SERVICE
          Name of the security service subsystem.
static String SUBSYSTEM_USER_SERVICE
          Name of the user service subsystem.
static String SUBSYSTEM_WORKFLOW
          Name of the workflow susystem.
 

Field Detail

SECURITY_MGR

public static final String SECURITY_MGR
Name of the Security Manager

SECURITY_SERVICE

public static final String SECURITY_SERVICE
Subsystem name of the security service for element type meta.

PROP_LOCKSMITH_NAME

public static final String PROP_LOCKSMITH_NAME
Locksmith name property defined in FrameworkService/config.xml

DELEGATE_SECURITY

public static final String DELEGATE_SECURITY
Class name of the security delegate.

DELEGATE_SECURITYACL

public static final String DELEGATE_SECURITYACL
Class name of the security acl delegate.

DELEGATE_SECURITYMETA

public static final String DELEGATE_SECURITYMETA
Class name of the security meta delegate.

LOCKSMITH_ELEMENT_TYPE

public static final String LOCKSMITH_ELEMENT_TYPE
Locksmith element type

LOCKSMITH_ELEMENT_ID

public static final String LOCKSMITH_ELEMENT_ID
Locksmith element ID

GENERAL_ADMIN

public static final String GENERAL_ADMIN
General admin type and id.

SUBSYSTEM_CONTENT_MGMT_SREVICE

public static final String SUBSYSTEM_CONTENT_MGMT_SREVICE
Name of the content management service subsystem.

SUBSYSTEM_USER_SERVICE

public static final String SUBSYSTEM_USER_SERVICE
Name of the user service subsystem.

SUBSYSTEM_PORTAL_GROUP_PAGES

public static final String SUBSYSTEM_PORTAL_GROUP_PAGES
Name of the portal group pages.

SUBSYSTEM_PORTAL_SERVICE

public static final String SUBSYSTEM_PORTAL_SERVICE
Name of the portal service subsystem.

SUBSYSTEM_DIRECTORY_SERVICE

public static final String SUBSYSTEM_DIRECTORY_SERVICE
Name of the directory service subsystem.

SUBSYSTEM_SECURITY_SERVICE

public static final String SUBSYSTEM_SECURITY_SERVICE
Name of the security service subsystem.

SUBSYSTEM_WORKFLOW

public static final String SUBSYSTEM_WORKFLOW
Name of the workflow susystem.

SUBSYSTEM_GENERAL

public static final String SUBSYSTEM_GENERAL
Name of a general susystem that support adding any custom defined elements.

SECURITY_CACHE_HOLDER_ID

public static final String SECURITY_CACHE_HOLDER_ID
Server-lifetime cache holder ID for the acls.

SECURITY_META_CACHE_HOLDER_ID

public static final String SECURITY_META_CACHE_HOLDER_ID
Server-lifetime cache holder ID for the security meta objects.

SECURITY_ROLE_CACHE_HOLDER_ID

public static final String SECURITY_ROLE_CACHE_HOLDER_ID
Server-lifetime cache holder ID for the roles.

SUBSYSTEM_SEARCH_SERVICE

public static final String SUBSYSTEM_SEARCH_SERVICE
Name of the search service subsystem.

PRINCIPAL_TYPE_USER

public static final String PRINCIPAL_TYPE_USER
The principal type for user principals.

PRINCIPAL_TYPE_GROUP

public static final String PRINCIPAL_TYPE_GROUP
The principal type for group principals.

PRINCIPAL_TYPE_CONTAINER

public static final String PRINCIPAL_TYPE_CONTAINER
The principal type for container principals.

Novell exteNd
Director 5.2 API