Serialized Form


Package com.novell.emframe.dev

Class com.novell.emframe.dev.AuthBrokerEvent extends java.util.EventObject implements Serializable

Serialized Fields

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.

Class com.novell.emframe.dev.AuthBrokerException extends PluginException implements Serializable

Class com.novell.emframe.dev.AuthBrokerWrappedRuntimeException extends java.lang.RuntimeException implements Serializable

Class com.novell.emframe.dev.BookException extends PluginException implements Serializable

Class com.novell.emframe.dev.DirPropertyBook extends PropertyBook implements Serializable

Serialized Fields

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.

Class com.novell.emframe.dev.eDirAccessService extends Task implements Serializable

Serialized Fields

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

Class com.novell.emframe.dev.eDirAccessServiceException extends PluginException implements Serializable

Class com.novell.emframe.dev.EmptyTask extends Task implements Serializable

Class com.novell.emframe.dev.FatalPageException extends PageException implements Serializable

Class com.novell.emframe.dev.JobData extends java.lang.Object implements Serializable

Serialized Fields

m_map

java.util.Map m_map

Class com.novell.emframe.dev.PageException extends PluginException implements Serializable

Class com.novell.emframe.dev.PluginException extends java.lang.Exception implements Serializable

Serialized Fields

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

Class com.novell.emframe.dev.PropertyBook extends Task implements Serializable

Serialized Fields

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.

Class com.novell.emframe.dev.Task extends com.novell.nps.gadgetManager.BaseGadgetInstance implements Serializable

Serialized Fields

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.

Class com.novell.emframe.dev.VetoCreatorTask extends Task implements Serializable

Serialized Fields

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

Class com.novell.emframe.dev.authenticator.AuthClassContext extends java.util.Hashtable implements Serializable

Serialized Fields

m_sName

java.lang.String m_sName
String containing the unique name of the iMgrAuthenticator.

Class com.novell.emframe.dev.authenticator.AuthContext extends java.util.Hashtable implements Serializable

Serialized Fields

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

Class com.novell.emframe.dev.config.AccessDeniedConfigException extends ConfigException implements Serializable

Class com.novell.emframe.dev.config.ConfigException extends java.lang.Exception implements Serializable


Package com.novell.admin.common.exceptions

Class com.novell.admin.common.exceptions.AdminError extends java.lang.Error implements Serializable

Serialized Fields

str

java.lang.String str
The error string.

Class com.novell.admin.common.exceptions.AdminNamespaceException extends java.lang.Exception implements Serializable

Class com.novell.admin.common.exceptions.AdminNamespaceRuntimeException extends java.lang.RuntimeException implements Serializable

Class com.novell.admin.common.exceptions.AdminNamespaceVetoException extends SnapinVetoException implements Serializable

Class com.novell.admin.common.exceptions.FacadeParameterException extends AdminNamespaceRuntimeException implements Serializable

Class com.novell.admin.common.exceptions.LDAPSPIException extends SPIException implements Serializable

Serialized Fields

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.

Class com.novell.admin.common.exceptions.NDSSPIException extends UniqueSPIException implements Serializable

Class com.novell.admin.common.exceptions.SimpleSPIException extends SPIException implements Serializable

Serialized Fields

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

Class com.novell.admin.common.exceptions.SPIException extends SnapinException implements Serializable

Serialized Fields

bundle

MessageLinkResourceBundle bundle
The resource bundle.

Class com.novell.admin.common.exceptions.UnexpectedErrorException extends AdminNamespaceRuntimeException implements Serializable

Class com.novell.admin.common.exceptions.UniqueSPIException extends SPIException implements Serializable

Serialized Fields

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

Class com.novell.admin.ns.AdvancedResultModifier extends ResultModifier implements Serializable

Serialized Fields

filterString

java.lang.String filterString

filterArguments

java.lang.Object[] filterArguments

Class com.novell.admin.ns.AttributeDefinition extends java.lang.Object implements Serializable

Serialized Fields

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.

Class com.novell.admin.ns.BooleanValue extends Value implements Serializable

Serialized Fields

value

java.lang.Boolean value
Value being stored.

Class com.novell.admin.ns.ClassDefinition extends java.lang.Object implements Serializable

Serialized Fields

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.

Class com.novell.admin.ns.ComponentCreationException extends AdminNamespaceException implements Serializable

Class com.novell.admin.ns.DateValue extends Value implements Serializable

Serialized Fields

time

long time
Value being stored.

Class com.novell.admin.ns.DefaultAttributeDefinition extends AttributeDefinition implements Serializable

Class com.novell.admin.ns.DefaultClassDefinition extends ClassDefinition implements Serializable

Class com.novell.admin.ns.DefaultNSObject extends NSObject implements Serializable

Serialized Fields

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

Class com.novell.admin.ns.DefaultSchemaDefinition extends SchemaDefinition implements Serializable

Class com.novell.admin.ns.FilterResultModifier extends ResultModifier implements Serializable

Serialized Fields

filters

java.util.Vector filters

Class com.novell.admin.ns.HexValue extends Value implements Serializable

Serialized Fields

value

byte[] value
Value being stored.

Class com.novell.admin.ns.IncompatibleComponentException extends AdminNamespaceException implements Serializable

Class com.novell.admin.ns.LongValue extends Value implements Serializable

Serialized Fields

value

java.lang.Long value
The long value.

Class com.novell.admin.ns.MODObject extends DefaultNSObject implements Serializable

Class com.novell.admin.ns.NamespaceException extends AdminNamespaceException implements Serializable

Class com.novell.admin.ns.NSFilter extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

advancedFilter

java.lang.String advancedFilter

attr

ObjectAttribute attr

classes

java.util.Vector classes

Class com.novell.admin.ns.NSObject extends java.lang.Object implements Serializable

Serialized Fields

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

Class com.novell.admin.ns.NSObjectEvent extends SnapinEvent implements Serializable

Serialized Fields

oldObj

ObjectEntry oldObj

newObj

ObjectEntry newObj

Class com.novell.admin.ns.ObjectAttribute extends java.lang.Object implements Serializable

Serialized Fields

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

Class com.novell.admin.ns.SchemaDefinition extends java.lang.Object implements Serializable

Serialized Fields

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.

Class com.novell.admin.ns.StreamValue extends Value implements Serializable

Serialized Fields

streamFactory

InputStreamFactory streamFactory
The value being stored.

Class com.novell.admin.ns.StringValue extends Value implements Serializable

Serialized Fields

value

java.lang.String value
The String value.

Class com.novell.admin.ns.Syntax extends java.lang.Object implements Serializable

Serialized Fields

strategy

Strategy strategy
The strategy associated with this syntax.


syntaxName

java.lang.String syntaxName
The syntax name.


syntaxId

int syntaxId
The syntax ID.

Class com.novell.admin.ns.Value extends ValueComponent implements Serializable

Class com.novell.admin.ns.ValueComponent extends java.lang.Object implements Serializable

Serialized Fields

syntax

Syntax syntax
The syntax for this value component.

Class com.novell.admin.ns.ValueList extends ValueComponent implements Serializable

Serialized Fields

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.

Class com.novell.admin.ns.ValueListPropertyChangeEvent extends java.beans.PropertyChangeEvent implements Serializable

Serialized Fields

rootValueList

ValueList rootValueList
The ValueList being stored.


Package com.novell.admin.ns.ldap

Class com.novell.admin.ns.ldap.LDAPAttributeDefinition extends AttributeDefinition implements Serializable

Serialized Fields

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.

Class com.novell.admin.ns.ldap.LDAPClassDefinition extends ClassDefinition implements Serializable

Serialized Fields

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.

Class com.novell.admin.ns.ldap.LDAPNamespaceException extends NamespaceException implements Serializable

Class com.novell.admin.ns.ldap.LDAPNSObject extends DefaultNSObject implements Serializable

Class com.novell.admin.ns.ldap.LDAPObjectAttribute extends ObjectAttribute implements Serializable

Class com.novell.admin.ns.ldap.LDAPSchemaDefinition extends SchemaDefinition implements Serializable

Serialized Fields

schema

Schema schema
Reference to the LDAPSchema server class.

Class com.novell.admin.ns.ldap.LDAPSyntax extends Syntax implements Serializable

Serialized Fields

syntaxOID

java.lang.String syntaxOID

isBinary

boolean isBinary


Package com.novell.admin.ns.nds

Class com.novell.admin.ns.nds.NDSAttributeDefinition extends AttributeDefinition implements Serializable

Serialized Fields

attrFlags

NDSAttributeFlags attrFlags
Flags associated with this attribute definition.


asn1Data

byte[] asn1Data
ASN1 name for this attribute definition

Class com.novell.admin.ns.nds.NDSClassDefinition extends ClassDefinition implements Serializable

Serialized Fields

classFlags

NDSClassFlags classFlags
The flags associated with this object class.


asn1Data

byte[] asn1Data
The ASN1 name description for this object class.

Class com.novell.admin.ns.nds.NDSFilterResultModifier extends FilterResultModifier implements Serializable

Class com.novell.admin.ns.nds.NDSNamespaceException extends NamespaceException implements Serializable

Class com.novell.admin.ns.nds.NDSObject extends DefaultNSObject implements Serializable

Class com.novell.admin.ns.nds.NDSObjectAttribute extends ObjectAttribute implements Serializable

Class com.novell.admin.ns.nds.NDSResultModifier extends ResultModifier implements Serializable

Class com.novell.admin.ns.nds.NDSSchemaDefinition extends SchemaDefinition implements Serializable

Serialized Fields

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.

Class com.novell.admin.ns.nds.NDSSyntax extends Syntax implements Serializable

Serialized Fields

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

Serialized Fields

integer

java.lang.Integer integer

Class InvalidateCacheEvent extends java.util.EventObject implements Serializable

Serialized Fields

id

int id

depth

int depth

entry

ObjectEntry entry

Class com.novell.application.console.snapin.ObjectEntry extends java.lang.Object implements Serializable

Serialized Fields

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

Serialized Fields

typeOfModification

int typeOfModification

oe

ObjectEntry oe

oldEntry

ObjectEntry oldEntry

parent

ObjectEntry parent

insertionIndex

int insertionIndex

Class com.novell.application.console.snapin.ObjectType extends java.lang.Object implements Serializable

Serialized Fields

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

Serialized Fields

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

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Serialized Fields

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

Class com.novell.application.console.snapin.ResultModifier extends java.lang.Object implements Serializable

Serialized Fields

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

Serialized Fields

fObjectCollection

ObjectEntryCollection fObjectCollection

fID

int fID

fFocus

int fFocus

Class com.novell.application.console.snapin.ShellFocusEvent extends java.util.EventObject implements Serializable

Serialized Fields

m_id

int m_id

m_focus

int m_focus

Class com.novell.application.console.snapin.ShellLifecycleEvent extends java.util.EventObject implements Serializable

Serialized Fields

m_id

int m_id

Class ShellSelectionEvent extends java.util.EventObject implements Serializable

Serialized Fields

m_objectCollection

ObjectEntryCollection m_objectCollection

m_id

int m_id

m_focus

int m_focus

Class com.novell.application.console.snapin.SnapinEvent extends java.util.EventObject implements Serializable

Serialized Fields

event

java.lang.String event

Class com.novell.application.console.snapin.SnapinException extends AdminNamespaceException implements Serializable

Serialized Fields

severity

int severity

helpSetName

java.lang.String helpSetName

helpID

java.lang.String helpID

reportFlag

boolean reportFlag

Class com.novell.application.console.snapin.SnapinVetoException extends AdminNamespaceException implements Serializable

Serialized Fields

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.