Serialized Form


Package com.ca.commons.security

Class com.ca.commons.security.KeystoreGUI implements Serializable

Serialized Fields

viewCert

javax.swing.JButton viewCert

addCert

javax.swing.JButton addCert

deleteCert

javax.swing.JButton deleteCert

passwordButton

javax.swing.JButton passwordButton

importKeyButton

javax.swing.JButton importKeyButton

exportKeyButton

javax.swing.JButton exportKeyButton

commandButtons

javax.swing.JButton[] commandButtons

keystore

java.security.KeyStore keystore

certList

javax.swing.JList certList

certListModel

javax.swing.DefaultListModel certListModel

properties

java.util.Properties properties

helpBroker

CBHelpSystem helpBroker

password

char[] password

keystoreFile

java.lang.String keystoreFile

keystoreType

java.lang.String keystoreType

isOK

boolean isOK

crippled

boolean crippled
Whether to cripple the GUI because we're displaying a losing key format (e.g. KSE) which doesn't support a bunch of operations...


cripplePassword

boolean cripplePassword
Whether to additionally cripple the set password because we're displaying a key format which doesn't support 'set password'


changed

boolean changed

Class com.ca.commons.security.KeystoreGUI.PasswordDialog implements Serializable

Serialized Fields

old

javax.swing.JPasswordField old

new1

javax.swing.JPasswordField new1

new2

javax.swing.JPasswordField new2


Package com.ca.commons.naming

Class com.ca.commons.naming.DN implements Serializable

Serialized Fields

RDNs

java.util.Vector RDNs

binary

boolean binary

errorString

java.lang.String errorString

Class com.ca.commons.naming.DXAttribute implements Serializable

Serialized Fields

binary

boolean binary

verboseBinary

boolean verboseBinary

name

java.lang.String name

syntaxOID

java.lang.String syntaxOID

syntaxDesc

java.lang.String syntaxDesc

description

java.lang.String description

Class com.ca.commons.naming.DXAttributes implements Serializable

Serialized Fields

id

int id

atts

java.util.Hashtable atts

must

java.util.HashSet must

ignoreCase

boolean ignoreCase

schemaChecked

boolean schemaChecked

allObjectClasses

javax.naming.directory.Attribute allObjectClasses

objectClassName

java.lang.String objectClassName

orderedSOCs

java.util.Vector orderedSOCs

Class com.ca.commons.naming.DXEntry implements Serializable

Serialized Fields

dn

DN dn
The full name of the entry


status

int status


Package com.ca.commons.cbutil

Class com.ca.commons.cbutil.CBAbout implements Serializable

Serialized Fields

information

javax.swing.JTextArea information

productLogoLabel

javax.swing.JLabel productLogoLabel

caLogoLabel

javax.swing.JLabel caLogoLabel

buttonsPanel

javax.swing.JPanel buttonsPanel

bottomPanel

javax.swing.JPanel bottomPanel

okButton

javax.swing.JButton okButton

owner

javax.swing.JFrame owner

Class com.ca.commons.cbutil.CBBase64.Base64EncodingException implements Serializable

Class com.ca.commons.cbutil.CBBasicComboBoxRenderer implements Serializable

Serialized Fields

text

java.lang.Object[] text

Class com.ca.commons.cbutil.CBDialog implements Serializable

Serialized Fields

cancelled

boolean cancelled

OK

javax.swing.JButton OK

Cancel

javax.swing.JButton Cancel

Help

javax.swing.JButton Help

display

CBPanel display
This is the main display component. The display panel and the buttonPane are the two top level components shown.


owner

java.awt.Frame owner
This is the parent Frame of the dialog


buttonPanel

javax.swing.JPanel buttonPanel
This pane contains the 'ok', 'cancel' and 'help' buttons.

Class com.ca.commons.cbutil.CBErrorWin implements Serializable

Serialized Fields

msg

java.lang.String msg

error

java.lang.String error

title

java.lang.String title

haveErrorMsg

boolean haveErrorMsg

OK

javax.swing.JButton OK

Details

javax.swing.JButton Details

display

CBPanel display

exception

java.lang.Exception exception

Class com.ca.commons.cbutil.CBFileChooserButton implements Serializable

Serialized Fields

localLastDirectory

java.lang.String localLastDirectory

useLocal

boolean useLocal

myText

javax.swing.text.JTextComponent myText

parent

java.awt.Component parent

Class com.ca.commons.cbutil.CBJComboBox implements Serializable

Class com.ca.commons.cbutil.CBListSelector implements Serializable

Serialized Fields

availableList

javax.swing.JList availableList

selectedList

javax.swing.JList selectedList

availableScrollPane

javax.swing.JScrollPane availableScrollPane

selectedScrollPane

javax.swing.JScrollPane selectedScrollPane

btnAdd

javax.swing.JButton btnAdd

btnRemove

javax.swing.JButton btnRemove

availableLabel

javax.swing.JLabel availableLabel

selectedLabel

javax.swing.JLabel selectedLabel

leftPanel

CBPanel leftPanel

middlePanel

CBPanel middlePanel

rightPanel

CBPanel rightPanel

arrayList

java.util.ArrayList arrayList

Class com.ca.commons.cbutil.CBOpenConWin implements Serializable

Serialized Fields

newCon

ConnectionData newCon
stores the users connection data for passing to the 'connect()' method.


hostName

javax.swing.JTextField hostName

port

javax.swing.JTextField port

baseDN

javax.swing.JTextField baseDN

managerDN

javax.swing.JTextField managerDN

version

CBJComboBox version

level

CBJComboBox level

useSSL

javax.swing.JCheckBox useSSL

password

javax.swing.JPasswordField password

userMessage

javax.swing.JLabel userMessage

Class com.ca.commons.cbutil.CBPanel implements Serializable

Serialized Fields

gridbag

java.awt.GridBagLayout gridbag

c

java.awt.GridBagConstraints c

xpos

int xpos

ypos

int ypos

Class com.ca.commons.cbutil.CBSaveLoadTemplate implements Serializable

Serialized Fields

save

javax.swing.JButton save

delete

javax.swing.JButton delete

makeDefault

javax.swing.JButton makeDefault

loadops

CBJComboBox loadops

saveFileName

java.lang.String saveFileName

templates

java.util.Properties templates

localDir

java.lang.String localDir

numTemplates

int numTemplates

saveFlag

boolean saveFlag

illegalComponents

java.util.Vector illegalComponents

Class com.ca.commons.cbutil.CBTableMap implements Serializable

Serialized Fields

model

javax.swing.table.TableModel model

Class com.ca.commons.cbutil.CBTableSorter implements Serializable

Serialized Fields

indexes

int[] indexes

sortingColumns

java.util.Vector sortingColumns

ascending

boolean ascending

compares

int compares

Class com.ca.commons.cbutil.CBViewport implements Serializable


Package com.ca.pki.util

Class com.ca.pki.util.ToolBarButton implements Serializable

Serialized Fields

alwaysPaintBorder

boolean alwaysPaintBorder

width

int width

height

int height


Package com.ca.directory.jxplorer

Class com.ca.directory.jxplorer.AdvancedOptions implements Serializable

Serialized Fields

btnApply

javax.swing.JButton btnApply

btnReset

javax.swing.JButton btnReset

btnCancel

javax.swing.JButton btnCancel

btnHelp

javax.swing.JButton btnHelp

ldapLimit

javax.swing.JTextField ldapLimit

ldapTimeout

javax.swing.JTextField ldapTimeout

display

CBPanel display

tabbedPane

javax.swing.JTabbedPane tabbedPane

logLevel

javax.swing.JRadioButton[] logLevel

logMethod

javax.swing.JRadioButton[] logMethod

lookAndFeel

javax.swing.JRadioButton[] lookAndFeel

lookAndFeelVal

java.lang.String[] lookAndFeelVal

logMethodVal

java.lang.String[] logMethodVal

mainMenu

MainMenu mainMenu

jx

JXplorer jx

dirImage

java.lang.String dirImage

Class com.ca.directory.jxplorer.BookMarks implements Serializable

Serialized Fields

bookmarkLabel

javax.swing.JLabel bookmarkLabel

dnLabel

javax.swing.JLabel dnLabel

descLabel

javax.swing.JLabel descLabel

bookmarkCombo

CBJComboBox bookmarkCombo

dnField

javax.swing.JTextField dnField

descField

javax.swing.JTextField descField

btnDelete

javax.swing.JButton btnDelete

btnAdd

javax.swing.JButton btnAdd

bookmarkPanel

CBPanel bookmarkPanel

dnPanel

CBPanel dnPanel

jxplorer

JXplorer jxplorer

currentDN

java.lang.String currentDN

dName

DN dName

propertyList

java.util.Properties propertyList

Class com.ca.directory.jxplorer.ButtonBar implements Serializable

Serialized Fields

jxplorer

JXplorer jxplorer
This sets up the button tool bar. It acts as a quick GUI to allow common, simple requests to be entered, and calls tree.SmartPopupTool to do the real work.


menu

MainMenu menu

connect

javax.swing.JButton connect

disconnect

javax.swing.JButton disconnect

print

javax.swing.JButton print

cut

javax.swing.JButton cut

copy

javax.swing.JButton copy

paste

javax.swing.JButton paste

del

javax.swing.JButton del

newEntry

javax.swing.JButton newEntry

rename

javax.swing.JButton rename

refresh

javax.swing.JButton refresh

stop

javax.swing.JButton stop

Class com.ca.directory.jxplorer.JXOpenConWin implements Serializable

Serialized Fields

jxplorer

JXplorer jxplorer

jndiBroker

JNDIBroker jndiBroker

referral

java.lang.String referral

aliasType

java.lang.String aliasType

Class com.ca.directory.jxplorer.JXplorer implements Serializable

Serialized Fields

mainPane

java.awt.Container mainPane

eventListeners

javax.swing.event.EventListenerList eventListeners

explorePanel

javax.swing.JScrollPane explorePanel

resultsPanel

javax.swing.JScrollPane resultsPanel

schemaPanel

javax.swing.JScrollPane schemaPanel

treeTabPane

javax.swing.JTabbedPane treeTabPane

userViewPanel

javax.swing.JPanel userViewPanel

topPanel

CBPanel topPanel

searchBar

javax.swing.JToolBar searchBar

buttonBar

ButtonBar buttonBar

jndiBroker

JNDIBroker jndiBroker

searchBroker

JNDIBroker searchBroker

offlineBroker

OfflineBroker offlineBroker

schemaBroker

SchemaBroker schemaBroker

mrTree

SmartTree mrTree

searchTree

SmartTree searchTree

schemaTree

SmartTree schemaTree

mainViewer

AttributeDisplay mainViewer

statusDisplay

CBPanel statusDisplay

displayLabel

javax.swing.JLabel displayLabel

workOffline

boolean workOffline

statusStack

java.util.Stack statusStack

mainMenu

MainMenu mainMenu

helpSystem

CBHelpSystem helpSystem

stopMonitor

StopMonitor stopMonitor

jndiThread

java.lang.Thread jndiThread

schemaThread

java.lang.Thread schemaThread

searchThread

java.lang.Thread searchThread

offlineThread

java.lang.Thread offlineThread

resourceLoader

CBResourceLoader resourceLoader

classLoader

CBClassLoader classLoader

Class com.ca.directory.jxplorer.KeystoreOptions implements Serializable

Serialized Fields

caStore

java.lang.String caStore
Keystore file locations (e.g. D\:\\JavaProjects\\MyBrowser\\security\\clientcerts.jks)


clientStore

java.lang.String clientStore
Keystore file locations (e.g. D\:\\JavaProjects\\MyBrowser\\security\\clientcerts.jks)


caChooser

CBFileChooserButton caChooser
The file choosers used to select the keystore paths.


clientChooser

CBFileChooserButton clientChooser
The file choosers used to select the keystore paths.


caKeystoreLocationText

javax.swing.JTextField caKeystoreLocationText
The text fields used to enter the keystore paths (through the CBFileChooserButton).


clientKeystoreLocationText

javax.swing.JTextField clientKeystoreLocationText
The text fields used to enter the keystore paths (through the CBFileChooserButton).


caTypeCombo

CBJComboBox caTypeCombo
The text fields used to enter the keystore types. (e.g. "PKCS12" or "JKS")


clientTypeCombo

CBJComboBox clientTypeCombo
The text fields used to enter the keystore types. (e.g. "PKCS12" or "JKS")


clientKeystore

javax.swing.JTextField clientKeystore

trustedServerKeystore

javax.swing.JTextField trustedServerKeystore

debug

boolean debug

properties

java.util.Properties properties
A pointer to the properties file to modify with the user's changes


keyTypes

java.util.Vector keyTypes
A vector of (String) key types ('PKCS12' or 'JKS' etc.)

Class com.ca.directory.jxplorer.LdifExport implements Serializable

Serialized Fields

rootDN

javax.swing.JTextArea rootDN

newRootDN

javax.swing.JTextArea newRootDN

dataSource

DataSource dataSource

searchTree

SmartTree searchTree

schemaTree

SmartTree schemaTree

saveFile

java.io.FileWriter saveFile

ldifutil

LdifUtility ldifutil

usingSearch

boolean usingSearch

pbar

CBpbar pbar

Class com.ca.directory.jxplorer.MainMenu implements Serializable

Serialized Fields

jxplorer

JXplorer jxplorer
Sets up the menu items, along with appropriate listeners


getConnection

JXOpenConWin getConnection

fileMenu

javax.swing.JMenu fileMenu

connect

javax.swing.JMenuItem connect

disconnect

javax.swing.JMenuItem disconnect

print

javax.swing.JMenuItem print

refreshTree

javax.swing.JMenuItem refreshTree

exit

javax.swing.JMenuItem exit

editMenu

javax.swing.JMenu editMenu

cut

javax.swing.JMenuItem cut

copy

javax.swing.JMenuItem copy

paste

javax.swing.JMenuItem paste

delete

javax.swing.JMenuItem delete

rename

javax.swing.JMenuItem rename

copyDN

javax.swing.JMenuItem copyDN

newEntry

javax.swing.JMenuItem newEntry

ldifMenu

javax.swing.JMenu ldifMenu

fullExport

javax.swing.JMenuItem fullExport

subExport

javax.swing.JMenuItem subExport

importFile

javax.swing.JMenuItem importFile

viewOffline

javax.swing.JMenuItem viewOffline

searchMenu

javax.swing.JMenu searchMenu

search

javax.swing.JMenuItem search

deleteFilter

javax.swing.JMenuItem deleteFilter

attrList

javax.swing.JMenuItem attrList

bookmarkMenu

javax.swing.JMenu bookmarkMenu

editBookmark

javax.swing.JMenuItem editBookmark

addBookmark

javax.swing.JMenuItem addBookmark

lookAndFeelMenu

javax.swing.JMenu lookAndFeelMenu

refresh

javax.swing.JMenuItem refresh

optionsMenu

javax.swing.JMenu optionsMenu

toolsMenu

javax.swing.JMenu toolsMenu

advancedOptions

javax.swing.JMenuItem advancedOptions

sslMenu

javax.swing.JMenu sslMenu

simpleSSL

javax.swing.JMenuItem simpleSSL

authSSL

javax.swing.JMenuItem authSSL

keystoreOptions

javax.swing.JMenuItem keystoreOptions

helpMenu

javax.swing.JMenu helpMenu

helpContents

javax.swing.JMenuItem helpContents

helpSearch

javax.swing.JMenuItem helpSearch

helpAbout

javax.swing.JMenuItem helpAbout

tree

SmartTree tree

dirIcons

java.lang.String dirIcons

dirImages

java.lang.String dirImages

dirTemplates

java.lang.String dirTemplates

sm

SearchModel sm

Class com.ca.directory.jxplorer.MainMenu.myJMenuItem implements Serializable

Serialized Fields

name

java.lang.String name


Package com.ca.directory.jxplorer.editor

Class com.ca.directory.jxplorer.editor.AudioAccessory implements Serializable

Serialized Fields

currentClip

java.applet.AudioClip currentClip

currentName

java.lang.String currentName

fileLabel

javax.swing.JLabel fileLabel

playButton

javax.swing.JButton playButton

stopButton

javax.swing.JButton stopButton

helpButton

javax.swing.JButton helpButton

infoBox

javax.swing.JOptionPane infoBox

unSupported

boolean unSupported

Class com.ca.directory.jxplorer.editor.audioEditor implements Serializable

Serialized Fields

btnPlay

javax.swing.JButton btnPlay

btnStop

javax.swing.JButton btnStop

label

javax.swing.JLabel label

file

java.io.File file

audioStream

sun.audio.AudioStream audioStream

audioAccess

AudioAccessory audioAccess

Class com.ca.directory.jxplorer.editor.BasicBinaryEditor implements Serializable

Serialized Fields

editMe

EditableBinary editMe

field

javax.swing.JTextArea field

btnLoad

javax.swing.JButton btnLoad

btnSave

javax.swing.JButton btnSave

btnView

javax.swing.JButton btnView

btnOK

javax.swing.JButton btnOK

btnCancel

javax.swing.JButton btnCancel

btnHelp

javax.swing.JButton btnHelp

btnEdit

javax.swing.JButton btnEdit

frame

java.awt.Frame frame

display

CBPanel display

editHex

boolean editHex

hex

java.lang.StringBuffer hex

bytes

byte[] bytes

oldBytes

byte[] oldBytes

currentDN

DN currentDN

viewCommand

java.lang.String viewCommand

Class com.ca.directory.jxplorer.editor.GeneralizedTimeEditor implements Serializable

Serialized Fields

months

java.lang.String[] months

daysInMonth

int[] daysInMonth

rightNow

java.util.Calendar rightNow

editableString

EditableString editableString

btnNow

javax.swing.JButton btnNow

checkBox

javax.swing.JCheckBox checkBox

yearLabel

javax.swing.JLabel yearLabel

yearTextField

GeneralizedTimeEditor.WholeNumberField yearTextField

monthLabel

javax.swing.JLabel monthLabel

monthCombo

CBJComboBox monthCombo

dayLabel

javax.swing.JLabel dayLabel

dayCombo

CBJComboBox dayCombo

hourLabel

javax.swing.JLabel hourLabel

hourCombo

CBJComboBox hourCombo

minuteLabel

javax.swing.JLabel minuteLabel

minuteCombo

CBJComboBox minuteCombo

secondLabel

javax.swing.JLabel secondLabel

secondCombo

CBJComboBox secondCombo

milliSecondLabel

javax.swing.JLabel milliSecondLabel

milliSecondCombo

CBJComboBox milliSecondCombo

userMonth

int userMonth

userYear

int userYear

userDay

int userDay

userHour

int userHour

userMinute

int userMinute

userSecond

int userSecond

userMilliSecond

int userMilliSecond

numDays

int numDays

dateIndexBackup

int dateIndexBackup

value

java.lang.String value

isTableEditor

boolean isTableEditor

time

java.lang.String time

Class com.ca.directory.jxplorer.editor.GeneralizedTimeEditor.WholeNumberField.WholeNumberDocument implements Serializable

Class com.ca.directory.jxplorer.editor.jpegPhotoEditor implements Serializable

Serialized Fields

iconBytes

javax.swing.ImageIcon iconBytes

label

javax.swing.JLabel label

imageHeight

int imageHeight

imageWidth

int imageWidth

screenHeight

int screenHeight

screenWidth

int screenWidth

scrollPaneLabel

javax.swing.JScrollPane scrollPaneLabel

Class com.ca.directory.jxplorer.editor.LargeStringEditor implements Serializable

Serialized Fields

area

javax.swing.JTextArea area

scroll

javax.swing.JScrollPane scroll

editableText

EditableString editableText

Class com.ca.directory.jxplorer.editor.ocspRSAPrivateKeyEditor implements Serializable

Class com.ca.directory.jxplorer.editor.odDocumentDOCEditor implements Serializable

Serialized Fields

file

java.io.File file

Class com.ca.directory.jxplorer.editor.odMovieAVIEditor implements Serializable

Serialized Fields

file

java.io.File file

Class com.ca.directory.jxplorer.editor.odMusicMIDEditor implements Serializable

Serialized Fields

file

java.io.File file

Class com.ca.directory.jxplorer.editor.odSoundWAVEditor implements Serializable

Serialized Fields

file

java.io.File file

Class com.ca.directory.jxplorer.editor.odSpreadSheetXLSEditor implements Serializable

Serialized Fields

file

java.io.File file

Class com.ca.directory.jxplorer.editor.PostalAddressEditor implements Serializable

Serialized Fields

btnOk

javax.swing.JButton btnOk

btnReset

javax.swing.JButton btnReset

btnCancel

javax.swing.JButton btnCancel

btnHelp

javax.swing.JButton btnHelp

area

javax.swing.JTextArea area

display

CBPanel display

edStringNew

EditableString edStringNew

attBackup

AttributeValue attBackup

Class com.ca.directory.jxplorer.editor.userPasswordEditor implements Serializable

Serialized Fields

oldPwd

javax.swing.JPasswordField oldPwd

newPwd

javax.swing.JPasswordField newPwd

btnOK

javax.swing.JButton btnOK

btnCancel

javax.swing.JButton btnCancel

btnChange

javax.swing.JButton btnChange

btnHelp

javax.swing.JButton btnHelp

editMe

EditableBinary editMe

display

CBPanel display

oldLabel

javax.swing.JLabel oldLabel

newLabel

javax.swing.JLabel newLabel

changeCheck

boolean changeCheck


Package com.ca.directory.jxplorer.viewer

Class com.ca.directory.jxplorer.viewer.AttributeDisplay implements Serializable

Serialized Fields

viewHolder

javax.swing.JScrollPane viewHolder
The scroll pane that holds the main view object


view

javax.swing.JPanel view
The main view panel. This is what holds the various editors.


dataSource

DataSource dataSource
the source of directory data for all editors


entry

DXEntry entry
the currently viewed entry (may be null)


currentEditor

PluggableEditor currentEditor
The editor currently being displayed to the user. This is updated every time the user tabs to a new editor, or a different editor is loaded.


templateDisplay

HTMLTemplateDisplay templateDisplay
The default html editor, that is usually available, and which displays html template files


tableDisplay

TableAttributeEditor tableDisplay
The default table editor, that is usually available, and displays entry data as a grid of strings. Binary data may be edited using special 'attribute editors'.


myProperties

java.util.Properties myProperties
A convenience link to the global JX properties list.


printprefs

java.util.Properties printprefs
The printing preferences used to print the currently visible entry editor.


editors

java.util.Hashtable editors
A hashtable of all the editors that have ever been used to display an entry in the current JX session. When an entry is loaded, these are checked first to determine whether an editor already exists, and if it does, it is re-used.


activeEditors

java.util.Vector activeEditors
a list containing the currently displayed editors


owner

javax.swing.JFrame owner
the parent frame displaying this object


oldOCSig

java.lang.String oldOCSig

registerMenu

javax.swing.JMenuBar registerMenu
A local copy of the JX component, to pass on to pluggable editors


registerButtons

javax.swing.JToolBar registerButtons
A local copy of the JX component, to pass on to pluggable editors


registerTree

javax.swing.JTree registerTree
A local copy of the JX component, to pass on to pluggable editors


registerTreeMenu

javax.swing.JPopupMenu registerTreeMenu
A local copy of the JX component, to pass on to pluggable editors


registerJX

javax.swing.JFrame registerJX
A local copy of the JX component, to pass on to pluggable editors


myLoader

java.lang.ClassLoader myLoader
A local copy of the special class loader used to load the plugable editors.


resourceLoader

CBResourceLoader resourceLoader
A local copy of the special resource loader used to load the plugable editors and their associated resource files.


printComponent

java.awt.Component printComponent
A temporary copy of a component that is to be printed, used by the print thread mechanism to pass an editor image around.


ignoreChangeEvents

boolean ignoreChangeEvents
Every time a tab is added or deleted, or a new tab is selected, a change event is triggered. Sometimes we'd like to ignore these while we're getting our tabs sorted out (i.e. when we're adding and deleting large numbers of tabs) and this flags that such changes should be ignored.

Class com.ca.directory.jxplorer.viewer.BasicPluggableEditor implements Serializable

Serialized Fields

basicDisplay

javax.swing.JEditorPane basicDisplay

Class com.ca.directory.jxplorer.viewer.HTMLTemplateDisplay implements Serializable

Serialized Fields

scrollDisplay

javax.swing.JScrollPane scrollDisplay

currentDataSource

DataSource currentDataSource

editor

javax.swing.JEditorPane editor

viewport

CBViewport viewport

bloop

javax.swing.JTextArea bloop

baseText

java.lang.String baseText

htmlText

java.lang.StringBuffer htmlText

baseURL

java.lang.String baseURL

localURL

java.lang.String localURL

base

java.net.URL base

display

java.awt.Component display

myProperties

java.util.Properties myProperties

toolBar

javax.swing.JToolBar toolBar

viewTemplates

CBJComboBox viewTemplates

viewTemplatesPos

java.util.Hashtable viewTemplatesPos

currentLDAPObjectClass

java.lang.String currentLDAPObjectClass

currentEntry

DXEntry currentEntry

oldObjectClassesSignature

java.lang.String oldObjectClassesSignature

showHTMLErrors

boolean showHTMLErrors

hyperlinkListener

HTMLTemplateDisplay.MyHyperlinkListener hyperlinkListener

htmlEditorKit

MyHTMLEditorKit htmlEditorKit

settingUpTemplates

boolean settingUpTemplates

currentBinaryAttributes

java.util.Vector currentBinaryAttributes

resourceLoader

CBResourceLoader resourceLoader

currentDN

java.lang.String currentDN

smartTree

SmartTree smartTree

Class com.ca.directory.jxplorer.viewer.MyHTMLEditorKit implements Serializable

Serialized Fields

newDefaultFactory

javax.swing.text.ViewFactory newDefaultFactory

Class com.ca.directory.jxplorer.viewer.TableAttributeEditor implements Serializable

Serialized Fields

attributeTable

javax.swing.JTable attributeTable

tableData

AttributeTableModel tableData

tableScroller

javax.swing.JScrollPane tableScroller

submit

javax.swing.JButton submit

reset

javax.swing.JButton reset

changeClass

javax.swing.JButton changeClass

opAttrs

javax.swing.JButton opAttrs

owner

javax.swing.JFrame owner

virtualEntryDialog

javax.swing.JDialog virtualEntryDialog

virtualEntry

boolean virtualEntry

currentEntry

DXEntry currentEntry

currentDN

DN currentDN

dataSource

DataSource dataSource

classChangedOriginalEntry

DXEntry classChangedOriginalEntry
A rare operation is for the user to change the classes of an entry. This backs up the original state of that entry.


popupTableTool

SmartPopupTableTool popupTableTool

myLoader

java.lang.ClassLoader myLoader

myEditor

AttributeValueCellEditor myEditor

checkedDN

DN checkedDN
This notifies the user that they are about to lose entered data (i.e. they've made changes and are about to a) change classes or b) go to another entry).


Package com.ca.directory.jxplorer.viewer.tableviewer

Class com.ca.directory.jxplorer.viewer.tableviewer.AttributeTableModel implements Serializable

Serialized Fields

dataChanged

boolean dataChanged

noRows

int noRows

oldEntry

DXEntry oldEntry

attributeTypes

java.util.Vector attributeTypes

attributeValues

java.util.Vector attributeValues

numberNamingValues

int numberNamingValues
The number of naming values (e.g. the length of the namingTypes/namingRawValues vectors).


namingTypes

java.lang.String[] namingTypes

The ordered list of naming types (e.g. ['cn', 'id'])

The namingTypes and namingRawValues arrays are set from the RDN. They are then used to identify the corresponding naming AttributeValues, which are used to recreate the RDN later (as required).

So the logic goes RDN -> string arrays -> array of naming attributes -> RDN


namingRawValues

java.lang.String[] namingRawValues
The ordered list of naming values (e.g. ['Joe Bloggs', '7670001'])


namingValues

AttributeValue[] namingValues
The ordered list of namingValue objects corresponding to the above.

Class com.ca.directory.jxplorer.viewer.tableviewer.AttributeTypeCellRenderer implements Serializable

Serialized Fields

normalFont

java.awt.Font normalFont

boldFont

java.awt.Font boldFont

boldBlueFont

java.awt.Font boldBlueFont

Class com.ca.directory.jxplorer.viewer.tableviewer.AttributeValueCellRenderer implements Serializable

Serialized Fields

normalFont

java.awt.Font normalFont

boldFont

java.awt.Font boldFont

boldBlueFont

java.awt.Font boldBlueFont

Class com.ca.directory.jxplorer.viewer.tableviewer.SmartPopupTableTool implements Serializable

Serialized Fields

delete

javax.swing.JMenuItem delete

newValue

javax.swing.JMenuItem newValue

makeNaming

javax.swing.JMenuItem makeNaming

removeNaming

javax.swing.JMenuItem removeNaming

table

javax.swing.JTable table

model

AttributeTableModel model

attributeName

java.lang.String attributeName

currentRow

int currentRow

currentValue

AttributeValue currentValue

currentType

AttributeType currentType

currentDN

DN currentDN


Package com.ca.directory.jxplorer.event

Class com.ca.directory.jxplorer.event.JXplorerEvent implements Serializable

Serialized Fields

DN

java.lang.String DN
The user selected DN being passed back in this event.

See Also:
JXplorerEvent.getDN()

type

JXplorerEvent.EventType type


Package com.ca.directory.jxplorer.tree

Class com.ca.directory.jxplorer.tree.NewEntryWin implements Serializable

Serialized Fields

rdnField

javax.swing.JTextField rdnField

parentDNField

javax.swing.JTextField parentDNField

possiblePanel

javax.swing.JScrollPane possiblePanel

possibleList

javax.swing.JList possibleList

selectedPanel

javax.swing.JScrollPane selectedPanel

selectedList

javax.swing.JList selectedList

selDataModel

javax.swing.DefaultListModel selDataModel

posDataModel

javax.swing.DefaultListModel posDataModel

entryEditor

DataSink entryEditor

autoSuggest

javax.swing.JCheckBox autoSuggest

select

javax.swing.JButton select

remove

javax.swing.JButton remove

suggestedClasses

java.util.Vector suggestedClasses

dataSource

DataSource dataSource

parentDN

DN parentDN

childDN

DN childDN

entryDN

DN entryDN

defaultAttributes

DXAttributes defaultAttributes

helpBroker

CBHelpSystem helpBroker

objectClassName

java.lang.String objectClassName

simpleMode

boolean simpleMode
this sets whether the window needs to worry about the entry name. IF we're modifying an existing entry, we don't.


disableName

boolean disableName

virtualEntry

boolean virtualEntry

newObjectClasses

javax.naming.directory.BasicAttribute newObjectClasses

Class com.ca.directory.jxplorer.tree.SmartModel implements Serializable

Class com.ca.directory.jxplorer.tree.SmartNode implements Serializable

Serialized Fields

rdn

RDN rdn

nodeObjectClass

java.lang.String nodeObjectClass

dummy

boolean dummy

root

boolean root

alwaysRefresh

boolean alwaysRefresh

blankRoot

boolean blankRoot

objectClassSet

boolean objectClassSet

structural

boolean structural

icon

javax.swing.ImageIcon icon

menu

javax.swing.JPopupMenu menu

flavours

java.awt.datatransfer.DataFlavor[] flavours

Class com.ca.directory.jxplorer.tree.SmartPopupTool implements Serializable

Serialized Fields

cutDN

DN cutDN

copyDN

DN copyDN

selectDN

DN selectDN

newEnabled

boolean newEnabled

cut

javax.swing.JMenuItem cut

copy

javax.swing.JMenuItem copy

paste

javax.swing.JMenuItem paste

pasteAlias

javax.swing.JMenuItem pasteAlias

delete

javax.swing.JMenuItem delete

rename

javax.swing.JMenuItem rename

search

javax.swing.JMenuItem search

newEntry

javax.swing.JMenuItem newEntry

refresh

javax.swing.JMenuItem refresh

copydn

javax.swing.JMenuItem copydn

bookmark

javax.swing.JMenuItem bookmark

tree

SmartTree tree

Class com.ca.directory.jxplorer.tree.SmartTree implements Serializable

Serialized Fields

setup

boolean setup

activated

boolean activated

eventPublisher

JXplorerEventGenerator eventPublisher

owner

java.awt.Frame owner

root

SmartNode root

rootDNBase

SmartNode rootDNBase

rootDN

DN rootDN

treeModel

SmartModel treeModel

currentDN

DN currentDN

popupTreeTool

SmartPopupTool popupTreeTool

treeEditor

javax.swing.tree.DefaultTreeCellEditor treeEditor

innerEditor

javax.swing.tree.TreeCellEditor innerEditor

treeRenderer

SmartTreeCellRenderer treeRenderer

rootSet

boolean rootSet

treeDataSource

DataSource treeDataSource

treeDataSinks

java.util.Vector treeDataSinks

entry

DXEntry entry

name

java.lang.String name

pluggableEditorSource

AttributeDisplay pluggableEditorSource

search

SearchGUI search

dragging

boolean dragging

dragSource

java.awt.dnd.DragSource dragSource

dragSourceContext

java.awt.dnd.DragSourceContext dragSourceContext

cursorLocation

java.awt.Point cursorLocation

Class com.ca.directory.jxplorer.tree.SmartTreeCellEditor.MyTreeCellEditor implements Serializable

Serialized Fields

cellDisplay

SmartTreeCellEditor.CellEditorGUI cellDisplay

Class com.ca.directory.jxplorer.tree.SmartTreeCellRenderer implements Serializable

Serialized Fields

useIcons

boolean useIcons

displayLabel

javax.swing.JLabel displayLabel

currentBackground

java.awt.Color currentBackground

currentForeground

java.awt.Color currentForeground

currentIcon

javax.swing.ImageIcon currentIcon


Package com.ca.directory.jxplorer.search

Class com.ca.directory.jxplorer.search.BuildFilterPanel implements Serializable

Serialized Fields

searchBroker

JNDIBroker searchBroker

rowCount

int rowCount

labelCount

int labelCount

andOrCombo

CBJComboBox andOrCombo

attributeCombo

CBJComboBox[] attributeCombo

functionCombo

CBJComboBox[] functionCombo

filterField

javax.swing.JTextField[] filterField

andOrLabel

javax.swing.JLabel[] andOrLabel

panel

CBPanel panel

notCheckBox

javax.swing.JCheckBox notCheckBox

attrs

java.lang.String[] attrs

gte

GeneralizedTimeEditor gte

jxplorer

JXplorer jxplorer

Class com.ca.directory.jxplorer.search.DeleteFilterGUI implements Serializable

Serialized Fields

searchModel

SearchModel searchModel

list

javax.swing.JList list

mainMenu

MainMenu mainMenu

filterNames

java.util.ArrayList filterNames

Class com.ca.directory.jxplorer.search.JoinFilterPanel implements Serializable

Serialized Fields

panel

CBPanel panel

notCheckBox

javax.swing.JCheckBox notCheckBox

andOrLabel

javax.swing.JLabel[] andOrLabel

filterCombo

CBJComboBox[] filterCombo

andOrCombo

CBJComboBox andOrCombo

btnEdit

javax.swing.JButton[] btnEdit

rowCount

int rowCount

labelCount

int labelCount

searchModel

SearchModel searchModel

Class com.ca.directory.jxplorer.search.ReturnAttributesDialog implements Serializable

Serialized Fields

availableList

javax.swing.JList availableList

selectedList

javax.swing.JList selectedList

availableScrollPane

javax.swing.JScrollPane availableScrollPane

selectedScrollPane

javax.swing.JScrollPane selectedScrollPane

btnAdd

javax.swing.JButton btnAdd

btnRemove

javax.swing.JButton btnRemove

btnSave

javax.swing.JButton btnSave

btnLoad

javax.swing.JButton btnLoad

btnDelete

javax.swing.JButton btnDelete

nameField

javax.swing.JTextField nameField

availableLabel

javax.swing.JLabel availableLabel

selectedLabel

javax.swing.JLabel selectedLabel

topPanel

CBPanel topPanel

leftPanel

CBPanel leftPanel

middlePanel

CBPanel middlePanel

rightPanel

CBPanel rightPanel

arrayList

java.util.ArrayList arrayList

properties

java.util.Properties properties

localDir

java.lang.String localDir

jx

JXplorer jx

Class com.ca.directory.jxplorer.search.SearchBar implements Serializable

Serialized Fields

jxplorer

JXplorer jxplorer
This sets up the quick search tool bar. It acts as a quick GUI to allow common, simple searches to be entered, and calls SearchExecute to do the real work.


stopMonitor

StopMonitor stopMonitor

lastQuickSearchSelection

int lastQuickSearchSelection

Class com.ca.directory.jxplorer.search.SearchGUI implements Serializable

Serialized Fields

jx

JXplorer jx

tabbedPane

javax.swing.JTabbedPane tabbedPane

aliasSearchCheckBox

javax.swing.JCheckBox aliasSearchCheckBox

aliasFindingCheckBox

javax.swing.JCheckBox aliasFindingCheckBox

baseDNTextField

javax.swing.JTextField baseDNTextField

filterNameTextField

javax.swing.JTextField filterNameTextField

andOrCombo

CBJComboBox andOrCombo

searchLevelCombo

CBJComboBox searchLevelCombo

returnAttributesCombo

CBJComboBox returnAttributesCombo

btnSave

javax.swing.JButton btnSave

btnLoad

javax.swing.JButton btnLoad

btnMore

javax.swing.JButton btnMore

btnLess

javax.swing.JButton btnLess

btnView

javax.swing.JButton btnView

build

BuildFilterPanel build

join

JoinFilterPanel join

text

TextFilterPanel text

searchModel

SearchModel searchModel

buildName

java.lang.String buildName

joinName

java.lang.String joinName

textName

java.lang.String textName

dirImages

java.lang.String dirImages

btnEdit

javax.swing.JButton[] btnEdit

buttonCounter

int buttonCounter

returnAttrs

java.lang.String[] returnAttrs