Serialized Form
Package com.novell.emframe.dev |
m_authBroker
AuthenticationBroker m_authBroker
- AuthenticationBroker generating this event.
m_manageSS
ManagementServiceSet m_manageSS
- ManagementServiceSet used by the AuthenticationBroker.
m_protocolId
java.lang.String m_protocolId
- Protocol of the event.
m_targets
com.novell.emframe.fw.TargetCollection m_targets
- TargetCollection for storage of NSObjects.
m_targetType
java.lang.String m_targetType
- String containing the actual target type of the selected object.
m_validTargetTypes
java.util.Vector m_validTargetTypes
- Vector containing valid target types (ex. "Organization, OU").
m_validObjectTypeDisplayName
java.lang.String m_validObjectTypeDisplayName
- String containing valid object type display names (ex. "Ted Objects" or "All Containers").
m_mooEnabled
boolean m_mooEnabled
- boolean for does it support Multiple Object Operations (MOO).
m_eDirTarget
java.lang.String m_eDirTarget
- String containing what is posted to me (packed string or criteria).
m_useShortName
boolean m_useShortName
- boolean for whether to use the short name.
m_modifyGroupMembers
boolean m_modifyGroupMembers
- The target sent to this task will be group1.novell, but we really want to modify all the users in the group.
m_attributesToRead
java.lang.String[] m_attributesToRead
m_bigXmlOnly
boolean m_bigXmlOnly
m_targetCollection
com.novell.emframe.fw.TargetCollection m_targetCollection
m_customHandlers
java.util.Properties m_customHandlers
m_nextMerge
java.lang.String m_nextMerge
m_modifyTask
java.lang.String m_modifyTask
m_doc
org.jdom.Document m_doc
m_isInitialized
boolean m_isInitialized
m_map
java.util.Map m_map
m_header
java.lang.String m_header
m_body
java.lang.String m_body
m_exception
java.lang.Exception m_exception
m_boldText
java.lang.String m_boldText
m_errorCode
int m_errorCode
m_context
TaskContext m_context
- TaskContent of the plug-in.
m_req
com.novell.webaccess.common.I18NServletRequest m_req
- I18NServletRequest.
m_allPages
java.util.Vector m_allPages
- Vector containing all pages of the book (including disabled pages).
m_pages
java.util.Vector m_pages
- Vector containing all pages of the book (excluding disabled pages).
m_command
java.lang.String m_command
- Command to handle in the execute() method.
m_displayName
java.lang.String m_displayName
- Display name of the book.
m_iconUrl
java.lang.String m_iconUrl
- URL to icon.
m_iconAlt
java.lang.String m_iconAlt
- Alt text of the icon.
m_pageDocs
org.jdom.Document[] m_pageDocs
- All inforamtion about a particular page.
m_initialParams
java.util.HashMap m_initialParams
- HashMap of initial parameters.
m_cache
java.util.Hashtable m_cache
- Hashtable cache used for sharing objects between PropertyBookPages.
m_currentPageId
int m_currentPageId
- Temporary store of current page.
m_handledAttributeNames
java.lang.String[] m_handledAttributeNames
- String array containing handled attribute names for use by the Other page.
m_merge
java.lang.String m_merge
- Next merge .jsp file.
m_id
java.lang.String m_id
- ID of this book.
inInitialState
boolean inInitialState
- inInitialState = false.
res
javax.servlet.http.HttpServletResponse res
- Variable to hold the HttpServletResponse.
onCompleteString
java.lang.String onCompleteString
- String that holds a URL to perform on completion of the Task.
onCancelString
java.lang.String onCancelString
- String that holds a URL to perform on cancellation of the Task.
nextTaskExtraParameters
java.util.Hashtable nextTaskExtraParameters
- Hashtable that holds key/value pairs to add to the URL when delegating to another Task.
repeatParams
java.util.Hashtable repeatParams
- Hashtable that holds key/value pairs to add to the URL when repeating this Task.
initialized
boolean initialized
- boolean indicates if the task has been initialized.
taskCompleteFlag
boolean taskCompleteFlag
- boolean indicates if the task has been completed.
req
javax.servlet.http.HttpServletRequest req
context
TaskContext context
resultStrings
java.util.Properties resultStrings
objectClass
java.lang.String objectClass
Package com.novell.emframe.dev.authenticator |
m_sName
java.lang.String m_sName
- String containing the unique name of the iMgrAuthenticator.
m_acc
AuthClassContext m_acc
- AuthClassContext holds data that is general for all instances of Authenticator class objects.
m_hash
java.util.Hashtable m_hash
- Hashtable to hold instance specific data for an instance of an Authenticator.
Package com.novell.emframe.dev.config |
Package com.novell.admin.common.exceptions |
str
java.lang.String str
- The error string.
errorCode
int errorCode
- The function's return error code.
className
java.lang.String className
- The class name that threw the exception.
funcName
java.lang.String funcName
- The class name of the exception thrown.
crackedError
java.lang.String crackedError
- The string representing the error code after it is cracked.
errorId
java.lang.String errorId
- The Error ID if the error comes from the bundle.
ex
java.lang.Exception ex
- The Exception if the error comes from an exception.
xtraMsg
java.lang.String xtraMsg
bundle
MessageLinkResourceBundle bundle
- The resource bundle.
errorCode
int errorCode
- The function's return error code.
className
java.lang.String className
- The class name that threw the exception.
funcName
java.lang.String funcName
- The class name of the exception thrown.
crackedError
java.lang.String crackedError
- The string representing the error code after it is cracked.
Package com.novell.admin.ns |
filterString
java.lang.String filterString
filterArguments
java.lang.Object[] filterArguments
name
java.lang.String name
- Name of the attribute.
syntax
Syntax syntax
- Syntax of the attribute.
sized
boolean sized
- Flag to indicate if the attribute is sized or not.
lowerBound
long lowerBound
- Lower bound for the attribute.
The bound should be inclusive. It should also be zero if the attribute
is not sized.
upperBound
long upperBound
- Upper bound for the attribute.
The bound should be inclusive. It should also be zero if the attribute
is not sized.
aliasNames
java.util.ArrayList aliasNames
- List of alias names for the attribute.
value
java.lang.Boolean value
- Value being stored.
className
java.lang.String className
- Name of the class.
aliasNames
java.util.ArrayList aliasNames
- List of alias names.
mandatoryAttributeTable
java.util.HashMap mandatoryAttributeTable
- Table of mandatory attributes. (AttributeDefinition objects).
optionalAttributeTable
java.util.HashMap optionalAttributeTable
- Table of optional attributes. (AttributeDefinition objects).
namingAttributeTable
java.util.HashMap namingAttributeTable
- Table of naming attributes. (AttributeDefinition objects).
classContainmentNameList
java.util.ArrayList classContainmentNameList
- List of classes that may contain this class. ArrayList of String objects.
superClassNameList
java.util.ArrayList superClassNameList
- List of classes that this class extends. ArrayList of String objects.
container
boolean container
- Flags associated with this class.
effective
boolean effective
nonRemove
boolean nonRemove
auxiliary
boolean auxiliary
expanded
boolean expanded
- Expanded flag means the tables above contain inherited attributes
and classes in addition to the ones defined directly by the class.
Use the expanded definition to determine the effective properties of a class.
Use the unexpanded definition for making modifications to the schema.
schemaDef
SchemaDefinition schemaDef
- Reference to the SchemaDefinition object for this class.
This reference is used to look up alias names. May be null.
time
long time
- Value being stored.
objectEntry
ObjectEntry objectEntry
- The associated ObjectEntry.
addedAttributeDefinitions
java.util.Hashtable addedAttributeDefinitions
- Running list of newly added attribute definitions.
namespace
AdminNamespace namespace
- Namespace that can be used to get class definition
filters
java.util.Vector filters
value
byte[] value
- Value being stored.
value
java.lang.Long value
- The long value.
name
java.lang.String name
advancedFilter
java.lang.String advancedFilter
attr
ObjectAttribute attr
classes
java.util.Vector classes
revision
long revision
- Revision of the object at the time of the directory read.
classDefinition
java.util.Vector classDefinition
- Class definition
attributes
java.util.Hashtable attributes
- Current list of mandatory and optional attributes.
addedAttributes
java.util.Vector addedAttributes
- Running list of newly valued attributes.
deletedAttributes
java.util.Vector deletedAttributes
- Running list of deleted attributes.
modifiedAttributes
java.util.Vector modifiedAttributes
- Running list of modified attributes.
propertyListeners
java.util.Vector propertyListeners
- List of registered Property Change Listeners
shadowSign
boolean shadowSign
oldObj
ObjectEntry oldObj
newObj
ObjectEntry newObj
attrDefinition
AttributeDefinition attrDefinition
- The attribute definition associated with this attribute.
propertyListeners
java.util.Vector propertyListeners
- The property listeners associated with this attribute.
values
java.util.Vector values
- All values that are associated with this attribute.
beginningValues
java.util.Vector beginningValues
addedValues
java.util.Vector addedValues
deletedValues
java.util.Vector deletedValues
modifiedValues
java.util.Vector modifiedValues
attributes
java.util.HashMap attributes
- Table of attribute definitions.
classes
java.util.HashMap classes
- Table of class definitions. Unexpanded definitions.
expandedClasses
java.util.HashMap expandedClasses
- Table of expanded class definitions.
Contains inherited attributes, naming, containment, and superclasses.
aliasClassNames
java.util.HashMap aliasClassNames
- Table of alias class names.
aliasAttributeNames
java.util.HashMap aliasAttributeNames
- Table of alias attribute names.
objectTypeCache
java.util.HashMap objectTypeCache
- The table of ObjectType objects for the schema.
namespace
NamespaceSnapin namespace
- The namespace that created this.
streamFactory
InputStreamFactory streamFactory
- The value being stored.
value
java.lang.String value
- The String value.
strategy
Strategy strategy
- The strategy associated with this syntax.
syntaxName
java.lang.String syntaxName
- The syntax name.
syntaxId
int syntaxId
- The syntax ID.
syntax
Syntax syntax
- The syntax for this value component.
values
java.util.Vector values
- A list of other ValueComponents that comprise this composite value.
rootValueListClone
ValueList rootValueListClone
propertyListeners
java.util.ArrayList propertyListeners
- A list of listeners for changes.
rootValueList
ValueList rootValueList
- The ValueList being stored.
Package com.novell.admin.ns.ldap |
oid
java.lang.String oid
- Numeric OID for this attribute definition.
attrFlags
LDAPAttributeFlags attrFlags
- Flags associated with this attribute definition.
NDAPName
java.lang.String NDAPName
- The NDS name for this attribute definition.
supOID
java.lang.String supOID
- The attribute from which this attribute is derived.
equalityOID
java.lang.String equalityOID
- The matching rule OID.
orderingOID
java.lang.String orderingOID
- The ordering rule OID.
substrOID
java.lang.String substrOID
- The substring rule OID.
classFlags
LDAPClassFlags classFlags
- Flags associated with this class.
oid
java.lang.String oid
- Numeric OID for this class.
NDAPName
java.lang.String NDAPName
- NDAP equivalent name for this class.
schema
Schema schema
- Reference to the LDAPSchema server class.
syntaxOID
java.lang.String syntaxOID
isBinary
boolean isBinary
Package com.novell.admin.ns.nds |
attrFlags
NDSAttributeFlags attrFlags
- Flags associated with this attribute definition.
asn1Data
byte[] asn1Data
- ASN1 name for this attribute definition
classFlags
NDSClassFlags classFlags
- The flags associated with this object class.
asn1Data
byte[] asn1Data
- The ASN1 name description for this object class.
schema
NDSSchema schema
- Reference to the NDSSchema server class.
changeSupporter
java.beans.PropertyChangeSupport changeSupporter
- Support for property change listeners.
vetoSupporter
java.beans.VetoableChangeSupport vetoSupporter
- Support for veto change listeners.
singleValued
boolean singleValued
sizable
boolean sizable
naming
boolean naming
Package com.novell.application.console.snapin |
Class com.novell.application.console.snapin.ConsoleOneSnapinType extends java.lang.Object implements Serializable |
integer
java.lang.Integer integer
Class InvalidateCacheEvent extends java.util.EventObject implements Serializable |
id
int id
depth
int depth
entry
ObjectEntry entry
m_simpleName
java.lang.String m_simpleName
m_asIsComplexName
java.lang.String m_asIsComplexName
m_objectType
ObjectType m_objectType
m_subTypes
ObjectType[] m_subTypes
m_asIsParent
ObjectEntry m_asIsParent
m_objectFlags
long m_objectFlags
Class ObjectEntryChangeEvent extends java.util.EventObject implements Serializable |
typeOfModification
int typeOfModification
oe
ObjectEntry oe
oldEntry
ObjectEntry oldEntry
parent
ObjectEntry parent
insertionIndex
int insertionIndex
m_className
java.lang.String m_className
m_nameSpace
NamespaceSnapin m_nameSpace
m_container
boolean m_container
m_parentType
ObjectType[] m_parentType
m_shortcut
boolean m_shortcut
m_isNull
boolean m_isNull
m_isHidden
boolean m_isHidden
key
java.lang.String key
Class com.novell.application.console.snapin.PropertyBookEvent extends java.util.EventObject implements Serializable |
fPSC
com.novell.application.console.snapin.context.PageSnapinContext fPSC
fAction
int fAction
Class com.novell.application.console.snapin.RegistrationItem extends java.lang.Object implements Serializable |
readObject
private void readObject(java.io.ObjectInputStream)
throws java.io.IOException,
java.lang.ClassNotFoundException
theScope
com.novell.application.console.snapin.scope.Scope theScope
className
java.lang.String className
instanceData
java.lang.Object instanceData
uniqueID
java.lang.String uniqueID
registrarName
java.lang.String registrarName
namespaceUniqueID
java.lang.String namespaceUniqueID
export
boolean export
isEnabled
boolean isEnabled
priority
int priority
showInheritedSubClasses
boolean showInheritedSubClasses
showAuxAndSubClasses
boolean showAuxAndSubClasses
useSimpleAndOpAdvanced
boolean useSimpleAndOpAdvanced
m_descriptiveName
java.lang.String m_descriptiveName
m_sortByKey
int m_sortByKey
m_sortOrderKey
int m_sortOrderKey
m_subContainerSearch
boolean m_subContainerSearch
m_blockKey
int m_blockKey
filters
java.util.Vector filters
Class ShellEvent extends java.util.EventObject implements Serializable |
fObjectCollection
ObjectEntryCollection fObjectCollection
fID
int fID
fFocus
int fFocus
Class com.novell.application.console.snapin.ShellFocusEvent extends java.util.EventObject implements Serializable |
m_id
int m_id
m_focus
int m_focus
Class com.novell.application.console.snapin.ShellLifecycleEvent extends java.util.EventObject implements Serializable |
m_id
int m_id
Class ShellSelectionEvent extends java.util.EventObject implements Serializable |
m_objectCollection
ObjectEntryCollection m_objectCollection
m_id
int m_id
m_focus
int m_focus
event
java.lang.String event
severity
int severity
helpSetName
java.lang.String helpSetName
helpID
java.lang.String helpID
reportFlag
boolean reportFlag
fEvent
SnapinEvent fEvent
API Documentation Copyright © 1998-2004 Novell, Inc. All rights reserved.
NDS is a registered trademark of Novell, Inc. in the United States and other countries.
Generated September 2 2004 0111.