Serialized Form


Package com.ibm.itim.adhocreport

Class com.ibm.itim.adhocreport.AdhocReportException implements Serializable

Class com.ibm.itim.adhocreport.AdhocReportTemplate implements Serializable

Serialized Fields

m_id

int m_id
This is the unique ID for the table. It is an integer that is auto-incremented.

m_title

java.lang.String m_title
The report title given to the report by the author.

m_type

java.lang.String m_type
This indicates whether the report was designed using ITIM RI, Actuate or Crystal.

m_author

java.lang.String m_author
This is the report creater.

m_stylesheetName

java.lang.String m_stylesheetName
This is the report template XSL ID.

m_reportXML

ReportXML m_reportXML
This stores the ReportXML object.

Class com.ibm.itim.adhocreport.ColumnDeletedException implements Serializable

Class com.ibm.itim.adhocreport.ColumnInUseException implements Serializable

Class com.ibm.itim.adhocreport.ColumnWrapper implements Serializable

Serialized Fields

LENGTH_LIMIT

int LENGTH_LIMIT

ZERO

int ZERO

m_columnName

java.lang.String m_columnName
This is the Column Name.

m_attributeName

java.lang.String m_attributeName
This is the Attribute Name.

m_multiValued

boolean m_multiValued
Since:
1.0

m_tableName

java.lang.String m_tableName

Class com.ibm.itim.adhocreport.EntityInUseException implements Serializable

Class com.ibm.itim.adhocreport.InvalidQueryException implements Serializable

Class com.ibm.itim.adhocreport.InvalidReportColumnException implements Serializable

Class com.ibm.itim.adhocreport.LdapException implements Serializable

Class com.ibm.itim.adhocreport.Query implements Serializable

Serialized Fields

m_columns

java.util.Vector m_columns
This stores the list of report columns - the columns in the SELECT clause.

m_tables

java.util.Vector m_tables
List of table names in the report query - the FROM clause.

m_filter

java.lang.String m_filter
Will contain all the where conditions. The string will be parsed by the Report Modify screen

Class com.ibm.itim.adhocreport.QueryParser implements Serializable

Serialized Fields

m_zp

Zql.ZqlParser m_zp

m_zq

Zql.ZQuery m_zq

Class com.ibm.itim.adhocreport.ReportColumn implements Serializable

Serialized Fields

m_name

java.lang.String m_name
The header name of the report column.

m_id

int m_id
The report column ID.

m_sortOrder

int m_sortOrder
The sort order of the report column.

m_sortType

java.lang.String m_sortType
This indicates whether the sort is ascending or descending.

m_width

int m_width
The width of the report column.

m_source

java.lang.String m_source
The source field may be something like count(id). Hence we have a separate m_source and m_name (the column header) This field is TABLE_NAME.COLUMN_NAME

Class com.ibm.itim.adhocreport.ReportNotFoundException implements Serializable

Class com.ibm.itim.adhocreport.ReportWrapper implements Serializable

Serialized Fields

m_id

int m_id
This is the report template ID.

m_title

java.lang.String m_title
This is the report template title.

m_type

java.lang.String m_type
This is the report template type. "Designer" for timri report type. "Crystal" for crystal report type. "Actuate" for actuate report type.

Class com.ibm.itim.adhocreport.ReportXML implements Serializable

Serialized Fields

m_version

java.lang.String m_version
This variable stores the version of the template.

m_creationTime

java.sql.Timestamp m_creationTime
This is the time the report template was created.

m_creationTimeZone

java.lang.String m_creationTimeZone
This variable stores the time zone for the template creation time.

m_author

java.lang.String m_author
This is the report template author.

m_lastUpdateTime

java.sql.Timestamp m_lastUpdateTime
This is the time the report template was last modified.

m_lastUpdateTimeZone

java.lang.String m_lastUpdateTimeZone
This variable stores the time zone for the template update time.

m_lastUpdateUser

java.lang.String m_lastUpdateUser
This variable stores the user who modified the report.

m_style

java.lang.String m_style
This is the Style (Stylesheet) selected by the user.

m_title

java.lang.String m_title
This is the title of the report template.

m_pageLines

int m_pageLines
This is the number of lines to be displayed per page or the report.

m_showTimestamp

boolean m_showTimestamp
This indicates whether the timestamp has to be displayed in the report or not.

m_timestampTimeZone

java.lang.String m_timestampTimeZone
This indicates the timestamp TimeZone.

m_showUser

boolean m_showUser
This indicates whether the user name has to be displayed in the report or not.

m_showLogo

boolean m_showLogo
This indicates whether the Logo is to be displayed in the report or not.

m_showPageNumbers

boolean m_showPageNumbers
This indicates whether the page numbers are to be displayed in the report or not.

m_pageNumberFormat

java.lang.String m_pageNumberFormat
This indicates page number format.

m_query

Query m_query
This is the Query object.

Class com.ibm.itim.adhocreport.StylesheetWrapper implements Serializable

Serialized Fields

m_name

java.lang.String m_name
This is the stylesheet name.

m_location

java.lang.String m_location
This is the stylesheet location.


Package com.ibm.itim.apps

Class com.ibm.itim.apps.ApplicationException implements Serializable

Class com.ibm.itim.apps.AuthenticationException implements Serializable

Class com.ibm.itim.apps.AuthorizationException implements Serializable

Class com.ibm.itim.apps.BulkException implements Serializable

Serialized Fields

exceptions

java.util.Map exceptions

Class com.ibm.itim.apps.SchemaViolationException implements Serializable

Serialized Fields

collection

java.util.Collection collection

Class com.ibm.itim.apps.UserAuthInfo implements Serializable

Serialized Fields

userID

java.lang.String userID

userDN

java.lang.String userDN

tenantID

java.lang.String tenantID

tenantDN

java.lang.String tenantDN

orgDN

java.lang.String orgDN

buDN

java.lang.String buDN

personDN

java.lang.String personDN

systemRoleCategory

int systemRoleCategory

pwdHashed

byte[] pwdHashed

credentials

Credentials credentials


Package com.ibm.itim.apps.identity

Class com.ibm.itim.apps.identity.ChallengeResponseConfiguration implements Serializable

Serialized Fields

challengeResponseEnabled

boolean challengeResponseEnabled

userDefined

boolean userDefined

numRequired

int numRequired

adminDefinedChallenges

java.util.Collection adminDefinedChallenges

Class com.ibm.itim.apps.identity.InvalidPasswordException implements Serializable


Package com.ibm.itim.apps.provisioning

Class com.ibm.itim.apps.provisioning.AccountMO implements Serializable

Serialized Fields

subject

javax.security.auth.Subject subject

platform

com.ibm.itim.apps.impl.PlatformContextImpl platform

name

DistinguishedName name

Class com.ibm.itim.apps.provisioning.PasswordRuleException implements Serializable


Package com.ibm.itim.apps.search

Class com.ibm.itim.apps.search.SearchMO implements Serializable

Serialized Fields

scope

int scope

category

java.lang.String category
The ObjectProfileCategory for the objects to search for.

objectProfileName

java.lang.String objectProfileName
Optional profile name for the objects to search for.

searchFilter

java.lang.String searchFilter
An Ldap search filter as specified in RFC 2254. (initialized to default)

locale

java.util.Locale locale
The user's Locale

usePager

boolean usePager
If false, used to bypass pagination and obtain entire result set.

sortOrder

int sortOrder
Sort order for this request

maxSize

int maxSize
Default max search results size

logicalContext

CompoundDN logicalContext
The context for the search, or search base.

containerMO

OrganizationalContainerMO containerMO
Alternate search context

sortAttribute

java.lang.String sortAttribute
Attribute name to sort by

pageSize

int pageSize
Page size

attributes

java.lang.String[] attributes
The attributes to return

subject

javax.security.auth.Subject subject

platform

com.ibm.itim.apps.impl.PlatformContextImpl platform

Class com.ibm.itim.apps.search.SearchResultsMO implements Serializable

Serialized Fields

subject

javax.security.auth.Subject subject

platform

com.ibm.itim.apps.impl.PlatformContextImpl platform

handle

javax.ejb.Handle handle

searchResultsStatus

SearchResultsStatus searchResultsStatus


Package com.ibm.itim.apps.workflow

Class com.ibm.itim.apps.workflow.WorkflowSearchResultsMO implements Serializable

Serialized Fields

subject

javax.security.auth.Subject subject

platform

com.ibm.itim.apps.impl.PlatformContextImpl platform

handle

javax.ejb.Handle handle


Package com.ibm.itim.authentication

Class com.ibm.itim.authentication.AuthenticationException implements Serializable

Class com.ibm.itim.authentication.AuthenticationFailedException implements Serializable

Class com.ibm.itim.authentication.ConfigurationException implements Serializable

Class com.ibm.itim.authentication.Credentials implements Serializable


Package com.ibm.itim.common

Class com.ibm.itim.common.AttributeChangeOperation implements Serializable

Serialized Fields

action

java.lang.String action
Identifies the action of change

modificationAction

int modificationAction
Identifies the modification action of change in int format.

changeData

java.util.Vector changeData
A collection of AttributeValue objects represents data to be changed

Class com.ibm.itim.common.AttributeChanges implements Serializable

Serialized Fields

collection

java.util.Collection collection

Class com.ibm.itim.common.AttributeDateValue implements Serializable

Class com.ibm.itim.common.AttributeValue implements Serializable

Serialized Fields

name

java.lang.String name

values

java.util.Vector values
If the values are empty, it means the attribute does not have any values Each value in the Vector is a non-null Object

Class com.ibm.itim.common.AttributeValueComparator implements Serializable

Serialized Fields

av1

AttributeValue av1
The base AttributeValue to compare.

syntaxOID

java.lang.String syntaxOID
The LDAP syntax OID for the AttributeValue to compare.

syntaxToClassMap

java.util.Map syntaxToClassMap
Defines an LDAP syntax to Java class mapping.

Class com.ibm.itim.common.AttributeValues implements Serializable

Serialized Fields

attributeValueMap

java.util.Map attributeValueMap

Class com.ibm.itim.common.ValueObject implements Serializable


Package com.ibm.itim.dataservices.model

Class com.ibm.itim.dataservices.model.AccessRight implements Serializable

Serialized Fields

name

java.lang.String name

scope

java.lang.String scope

target

java.lang.String target

roleDNs

java.util.Collection roleDNs

principals

java.util.Collection principals

permissions

java.util.Collection permissions

Class com.ibm.itim.dataservices.model.AttributeRight implements Serializable

Serialized Fields

operations

java.lang.String operations

all

boolean all

attributes

java.util.Collection attributes

Class com.ibm.itim.dataservices.model.AuthorizationOwner implements Serializable

Serialized Fields

authOwnerDN

DistinguishedName authOwnerDN

Class com.ibm.itim.dataservices.model.CompoundDN implements Serializable

Serialized Fields

dns

java.util.Vector dns

Class com.ibm.itim.dataservices.model.DirectoryEntry implements Serializable

Serialized Fields

dn

DistinguishedName dn

dirAttributes

AttributeValues dirAttributes

oldAttributes

AttributeValues oldAttributes

changeList

java.util.Map changeList

removeList

java.util.Map removeList

addList

java.util.Map addList

lastModifiedDate

java.util.Date lastModifiedDate

isReplaceAll

boolean isReplaceAll

Class com.ibm.itim.dataservices.model.DirectoryObject implements Serializable

Serialized Fields

name

java.lang.String name

mapAttrNames

java.util.Map mapAttrNames

profileName

java.lang.String profileName

tenantDN

DistinguishedName tenantDN

nameAttribute

java.lang.String nameAttribute

Class com.ibm.itim.dataservices.model.DirectoryObjectEntity implements Serializable

Serialized Fields

directoryObject

DirectoryObject directoryObject

profile

ObjectProfile profile

Class com.ibm.itim.dataservices.model.DistinguishedName implements Serializable

Serialized Fields

rawDn

java.lang.String rawDn

Class com.ibm.itim.dataservices.model.DuplicateEntryException implements Serializable

Serialized Fields

entity

DirectoryObjectEntity entity
To hold the duplicated directory entity

Class com.ibm.itim.dataservices.model.ModelCommunicationException implements Serializable

Class com.ibm.itim.dataservices.model.ModelCreationException implements Serializable

Class com.ibm.itim.dataservices.model.ModelException implements Serializable

Class com.ibm.itim.dataservices.model.ModelIntegrityException implements Serializable

Class com.ibm.itim.dataservices.model.ModelRemoveException implements Serializable

Class com.ibm.itim.dataservices.model.ObjectNotFoundException implements Serializable

Class com.ibm.itim.dataservices.model.ObjectProfile implements Serializable

Serialized Fields

dn

DistinguishedName dn

category

java.lang.String category

name

java.lang.String name

customClass

java.lang.String customClass

nameAttribute

java.lang.String nameAttribute

searchAttribute

java.lang.String searchAttribute

attributeMap

java.util.Map attributeMap

operationMap

java.util.Map operationMap

directoryAttributes

java.util.Collection directoryAttributes

tenantDN

DistinguishedName tenantDN

Class com.ibm.itim.dataservices.model.ObjectProfileCategory implements Serializable

Serialized Fields

dn

DistinguishedName dn
Distinguished name for the object

name

java.lang.String name
Category name

operationMap

java.util.Map operationMap
Category operation map

Class com.ibm.itim.dataservices.model.ObjectProfileOperation implements Serializable

Serialized Fields

name

java.lang.String name
Name of the operation

inParameters

OperationParameter[] inParameters
List of in-parameters for the operation Support for formal parameter definition is optional to allow design time type validation is optional for this release.

defDN

DistinguishedName defDN
Operatoin definition reference identifier

isStatic

boolean isStatic
Identifies whether the methods is static

isSystem

boolean isSystem
Identifies whether it is a system operation For system operations, the parameters of the operation can not be modified by end-user

type

java.lang.String type
Name of the operation parameter

Class com.ibm.itim.dataservices.model.OperationParameter implements Serializable

Serialized Fields

name

java.lang.String name
Name of the operation parameter

type

java.lang.String type
Type of the operation parameter

description

java.lang.String description
Description of the operation parameter

Class com.ibm.itim.dataservices.model.PartialResultsException implements Serializable

Class com.ibm.itim.dataservices.model.PartialResultsReason implements Serializable

Serialized Fields

reason

int reason
Deprecated. 

exception

java.lang.Exception exception
Deprecated. 

Class com.ibm.itim.dataservices.model.Permission implements Serializable

Serialized Fields

action

java.lang.String action

classRights

java.util.Collection classRights

attributeRights

java.util.Collection attributeRights

Class com.ibm.itim.dataservices.model.SearchParameters implements Serializable

Serialized Fields

sizeLimit

long sizeLimit

scope

int scope

attributes

java.util.Set attributes

sortAttribute

java.lang.String sortAttribute

sortOrder

int sortOrder

locale

java.util.Locale locale

pageSize

int pageSize

Class com.ibm.itim.dataservices.model.SearchResultsException implements Serializable

Class com.ibm.itim.dataservices.model.SearchResultsStatus implements Serializable

Serialized Fields

code

int code

Class com.ibm.itim.dataservices.model.ServiceProfile implements Serializable

Serialized Fields

accountClass

java.lang.String accountClass

accountProfileName

java.lang.String accountProfileName

serviceProviderFactory

java.lang.String serviceProviderFactory

xforms

java.lang.String xforms

properties

java.util.Properties properties

protocolMappings

java.util.Properties protocolMappings


Package com.ibm.itim.dataservices.model.domain

Class com.ibm.itim.dataservices.model.domain.Account implements Serializable

Class com.ibm.itim.dataservices.model.domain.AccountEntity implements Serializable

Serialized Fields

ownerEntity

PersonEntity ownerEntity

serviceEntity

ServiceEntity serviceEntity

Class com.ibm.itim.dataservices.model.domain.AdminDomain implements Serializable

Class com.ibm.itim.dataservices.model.domain.AdminDomainEntity implements Serializable

Class com.ibm.itim.dataservices.model.domain.BusinessPartnerEntity implements Serializable

Class com.ibm.itim.dataservices.model.domain.BusinessPartnerOrg implements Serializable

Class com.ibm.itim.dataservices.model.domain.BusinessPartnerOrgEntity implements Serializable

Class com.ibm.itim.dataservices.model.domain.BusinessUnit implements Serializable

Class com.ibm.itim.dataservices.model.domain.BusinessUnitEntity implements Serializable

Class com.ibm.itim.dataservices.model.domain.DirectorySystem implements Serializable

Class com.ibm.itim.dataservices.model.domain.DirectorySystemEntity implements Serializable

Class com.ibm.itim.dataservices.model.domain.DynamicRole implements Serializable

Class com.ibm.itim.dataservices.model.domain.DynamicRoleEntity implements Serializable

Class com.ibm.itim.dataservices.model.domain.HostedService implements Serializable

Serialized Fields

concreteProfileName

java.lang.String concreteProfileName

Class com.ibm.itim.dataservices.model.domain.HostedServiceEntity implements Serializable

Class com.ibm.itim.dataservices.model.domain.Location implements Serializable

Class com.ibm.itim.dataservices.model.domain.Organization implements Serializable

Class com.ibm.itim.dataservices.model.domain.OrganizationalContainer implements Serializable

Class com.ibm.itim.dataservices.model.domain.OrganizationalContainerEntity implements Serializable

Class com.ibm.itim.dataservices.model.domain.OrganizationalUnit implements Serializable

Class com.ibm.itim.dataservices.model.domain.OrganizationEntity implements Serializable

Class com.ibm.itim.dataservices.model.domain.Person implements Serializable

Serialized Fields

globalId

java.lang.String globalId
Hold the unique identifier of the person

Class com.ibm.itim.dataservices.model.domain.PersonEntity implements Serializable

Class com.ibm.itim.dataservices.model.domain.Role implements Serializable

Class com.ibm.itim.dataservices.model.domain.RoleEntity implements Serializable

Class com.ibm.itim.dataservices.model.domain.Service implements Serializable

Class com.ibm.itim.dataservices.model.domain.ServiceEntity implements Serializable

Class com.ibm.itim.dataservices.model.domain.SupportingDataObject implements Serializable


Package com.ibm.itim.dataservices.model.system

Class com.ibm.itim.dataservices.model.system.ChallengeAndResponse implements Serializable

Serialized Fields

challenge

java.lang.String challenge

response

java.lang.String response

Class com.ibm.itim.dataservices.model.system.Delegate implements Serializable

Serialized Fields

delegateDN

DistinguishedName delegateDN
DN of the person to whom to delgate.

startDate

java.util.Date startDate
The starting date of the delegation.

endDate

java.util.Date endDate
The ending date of the delegation.

Class com.ibm.itim.dataservices.model.system.SystemRole implements Serializable

Class com.ibm.itim.dataservices.model.system.SystemRoleEntity implements Serializable

Class com.ibm.itim.dataservices.model.system.SystemUser implements Serializable

Serialized Fields

challengesAndResponses

java.util.Collection challengesAndResponses
Used to hold parsed ChallengeAndResponse objects.

Class com.ibm.itim.dataservices.model.system.SystemUserEntity implements Serializable

Serialized Fields

delegates

java.util.Collection delegates
Array buffer of Delegate.
See Also:
Delegate

systemAdmin

java.lang.Boolean systemAdmin

Class com.ibm.itim.dataservices.model.system.WorkflowQuery implements Serializable

Serialized Fields

timeStampType

int timeStampType

timeIntervalType

int timeIntervalType

timeStart

java.util.Date timeStart
Start time. This only applies when time interval is RANGE

timeEnd

java.util.Date timeEnd
End time. This only applies when time interval is RANGE

submitType

int submitType

submitByUserSearchString

java.lang.String submitByUserSearchString
Submit by user search string. The equal operator is used for the search

submitForUserSearchString

java.lang.String submitForUserSearchString
Submited for user search string. The equal operator is used for the search

serviceSearchString

java.lang.String serviceSearchString
Related service search string. The equeal operator is used for the search

requestId

long requestId

tenantDN

java.lang.String tenantDN


Package com.ibm.itim.exception

Class com.ibm.itim.exception.ITIMException implements Serializable

Serialized Fields

throwable

java.lang.Throwable throwable

tokenValues

java.lang.Object[] tokenValues


Package com.ibm.itim.fesiextensions

Class com.ibm.itim.fesiextensions.CustomJSException implements Serializable

Serialized Fields

tokenValues

java.lang.Object[] tokenValues


Package com.ibm.itim.mail

Class com.ibm.itim.mail.NotificationMessage implements Serializable

Serialized Fields

emails

java.util.Collection emails
Collection of email addresses. Each element is a String object

subject

java.lang.String subject
Email subject

message

java.lang.String message
Email content in plain text

htmlMessage

java.lang.String htmlMessage
Email content in HTML format


Package com.ibm.itim.policy.analysis

Class com.ibm.itim.policy.analysis.PPAException implements Serializable

Serialized Fields

throwable

java.lang.Throwable throwable

tokens

java.lang.Object[] tokens


Package com.ibm.itim.remoteservices.exception

Class com.ibm.itim.remoteservices.exception.MultipleEntriesFoundException implements Serializable

Class com.ibm.itim.remoteservices.exception.MultiplePersonsFoundException implements Serializable

Class com.ibm.itim.remoteservices.exception.PersonAlreadyExistsException implements Serializable

Class com.ibm.itim.remoteservices.exception.RemoteServicesException implements Serializable

Serialized Fields

errorMessageArgs

java.util.Vector errorMessageArgs

cause

java.lang.Throwable cause


Package com.ibm.itim.remoteservices.provider

Class com.ibm.itim.remoteservices.provider.AsynchronousResponse implements Serializable

Serialized Fields

requestId

java.lang.String requestId

resultStatus

RequestStatus resultStatus

Class com.ibm.itim.remoteservices.provider.ProviderConfigurationException implements Serializable

Class com.ibm.itim.remoteservices.provider.RequestStatus implements Serializable

Serialized Fields

status

int status

reason

int reason

reasonMessage

java.lang.String reasonMessage

reasonMessageArgs

java.util.Vector reasonMessageArgs

notChangedAttributes

AttributeValues notChangedAttributes

returnAttributes

AttributeValues returnAttributes

Class com.ibm.itim.remoteservices.provider.SearchCriteria implements Serializable

Serialized Fields

filter

java.lang.String filter

base

java.lang.String base

searchAttributes

java.util.Collection searchAttributes

Class com.ibm.itim.remoteservices.provider.SearchResult implements Serializable

Serialized Fields

dn

java.lang.String dn

objectClasses

java.util.Vector objectClasses

attributeValues

AttributeValues attributeValues

Class com.ibm.itim.remoteservices.provider.ServiceProviderInformation implements Serializable

Serialized Fields

serviceProfileName

java.lang.String serviceProfileName

serviceProviderFactory

java.lang.String serviceProviderFactory

supportedModes

java.lang.String[] supportedModes

currentMode

java.lang.String currentMode

properties

java.util.Properties properties


Package com.ibm.itim.script

Class com.ibm.itim.script.ScriptEvaluatorException implements Serializable


Package com.ibm.itim.webclient.logon

Class com.ibm.itim.webclient.logon.LogonException implements Serializable


Package com.ibm.itim.workflow.model

Class com.ibm.itim.workflow.model.Activity implements Serializable

Serialized Fields

processId

long processId
The id of the proces the activity belongs to

subProcessId

long subProcessId

designId

java.lang.String designId

index

int index
Identifies the index associated with the activity. The index identifies the instance of the activity if there is more than one instance of the activity, such as in the case where the activity is called multiple times in a loop in the workflow process. If there is only one instance of the activity, the index value will be zero.

activityType

java.lang.String activityType
Identifies the type of activities. The types are defined as constants in this class

activitySubType

java.lang.String activitySubType
Identifies the subtype associated with the activity. The supported subtypes are specified as constants in the class.

Class com.ibm.itim.workflow.model.ActivityParticipant implements Serializable

Class com.ibm.itim.workflow.model.ActivityResult implements Serializable

Serialized Fields

status

int status

summary

java.lang.String summary

description

java.lang.String description

detail

java.util.List detail

Class com.ibm.itim.workflow.model.Assignment implements Serializable

Serialized Fields

id

long id

timeCreated

java.util.Date timeCreated

participant

ActivityParticipant participant

processId

long processId

activityId

long activityId

activityType

java.lang.String activityType

activitySubType

java.lang.String activitySubType

subject

java.lang.String subject

requester

java.lang.String requester

requestee

java.lang.String requestee

Class com.ibm.itim.workflow.model.AssignmentEventAudit implements Serializable

Serialized Fields

oldParticipant

ActivityParticipant oldParticipant
The old participant before the assignment

participant

ActivityParticipant participant
The new participant after the assignment

Class com.ibm.itim.workflow.model.CompleteManualActivityEventAudit implements Serializable

Serialized Fields

participant

ActivityParticipant participant
Activity participant who completed a manual activity

Class com.ibm.itim.workflow.model.CreateProcessEventAudit implements Serializable

Serialized Fields

participant

ProcessParticipant participant
Identifies the process participant who created the process

Class com.ibm.itim.workflow.model.DataEventAudit implements Serializable

Serialized Fields

newDataValue

java.lang.String newDataValue
The new data context after the data change event.

dataName

java.lang.String dataName
The new data context after the data change event.

participant

ActivityParticipant participant
Activity participant who had made the change.

Class com.ibm.itim.workflow.model.EventAudit implements Serializable

Serialized Fields

id

long id
The primary key of the event audit object

timeStamp

java.util.Date timeStamp
The time stamp of the event audit

eventType

java.lang.String eventType
The type of event audit

processId

long processId
The process key that is associated with the event audit

activityId

long activityId
The ID of the activity

Class com.ibm.itim.workflow.model.ExecutionObject implements Serializable

Serialized Fields

id

long id
Unique identifier of an execution object. This is unique among the set of the same type of objects created by a pariticular process manager. The key is assigned by the process manager when it is created.

priority

short priority
The priority of the proces Currently this is not used

name

java.lang.String name
Name of the process. This is to be used to brifely describe the execution object.

description

java.lang.String description
Detail information describing the execution object

lastModified

java.util.Date lastModified
The time of the last state change

state

java.lang.String state
The state of the process The valid states are defined in WorkflowState object

timeStarted

java.util.Date timeStarted
The time that the execution object starts the operation

timeCompleted

java.util.Date timeCompleted
The time that the execution object complet its operation

result

java.lang.String result
The result of the process

detail

java.lang.String detail
The result detail description

Class com.ibm.itim.workflow.model.InformationEventAudit implements Serializable

Serialized Fields

info

java.lang.String info

Class com.ibm.itim.workflow.model.InitialProcessContext implements Serializable

Serialized Fields

scheduledTime

java.util.Date scheduledTime
The scheduled starting data of the process. If it is NULL, it means it starts immediately.

tenantDN

DistinguishedName tenantDN
The distinguished name of the tenant for which the workflow will be executed.

type

java.lang.String type
The unique identifier of the process definition that is stored in the directory

description

java.lang.String description
Client specific process description.

comment

java.lang.String comment
Client specific process comment.

instruction

int instruction
Notify option for process.

processContext

java.util.List processContext
Process input parameters.

Class com.ibm.itim.workflow.model.Participant implements Serializable

Serialized Fields

id

java.lang.String id
The identifier of the participant object

dn

DistinguishedName dn
The distinguish name of the participant object

type

java.lang.String type
The type of participant The supported types are defined as constants in Participant class
See Also:
Participant

Class com.ibm.itim.workflow.model.ParticipantResolveFailureEventAudit implements Serializable

Serialized Fields

participant

ActivityParticipant participant
The participant whose resolution failed

Class com.ibm.itim.workflow.model.PasswordPickupEventAudit implements Serializable

Serialized Fields

participant

ActivityParticipant participant
A workflow requester who completed the password pickup

Class com.ibm.itim.workflow.model.ProcessParticipant implements Serializable

Class com.ibm.itim.workflow.model.RelevantDataItem implements Serializable

Serialized Fields

id

java.lang.String id

name

java.lang.String name

value

java.lang.Object value

Class com.ibm.itim.workflow.model.StateEventAudit implements Serializable

Serialized Fields

oldState

java.lang.String oldState
Identifies the old state before the state change event

newState

java.lang.String newState
Identifies the new state after the state change event

Class com.ibm.itim.workflow.model.TimeoutEventAudit implements Serializable

Serialized Fields

participant

ActivityParticipant participant
The new participant after the assignment

Class com.ibm.itim.workflow.model.WorkflowException implements Serializable

Serialized Fields

errCode

java.lang.String errCode

exMsg

java.lang.String exMsg

cause

java.lang.Throwable cause

Class com.ibm.itim.workflow.model.WorkflowProcess implements Serializable

Serialized Fields

processType

java.lang.String processType
The name of the process type. The process type identifies a unique process definition. The valid process types are defined as constants in the ProcessType class.

requester

ProcessParticipant requester
The Requester of the process. It is defined as WorkflowRequester object

requesterName

java.lang.String requesterName
The name of the requester

timeSubmitted

java.util.Date timeSubmitted
The submit time of the process

timeScheduled

java.util.Date timeScheduled
The scheduled starting time of the process

comment

java.lang.String comment
A client specific comment for this workflow process.

requesteeDN

DistinguishedName requesteeDN
A engine maintained field containing the requestee's distinguished name.

requesteeName

java.lang.String requesteeName
A engine maintained field containing the requestee's common name.

subject

java.lang.String subject
A engine maintained field containing the subject's common name.

tenant

DistinguishedName tenant
The distinguished name of the tenant for which this process was launched.

notify

int notify
Process completion notification option.

parentProcessId

long parentProcessId
The id of the parent process


Package com.ibm.itim.workflow.provisioning

Class com.ibm.itim.workflow.provisioning.ProvisioningQueryStatement implements Serializable

Serialized Fields

operation

java.lang.String operation

query

WorkflowQuery query

process

long process

sortColumn

java.lang.String sortColumn

processType

java.lang.String processType

sortOrder

int sortOrder

setSize

int setSize

sortValue

java.lang.String sortValue

id

java.lang.String id

fromConstraint

java.lang.String fromConstraint

toConstraint

java.lang.String toConstraint

pageBound

boolean pageBound


Package com.ibm.itim.workflow.query

Class com.ibm.itim.workflow.query.InvalidQueryException implements Serializable

Class com.ibm.itim.workflow.query.RequesterQueryStatement implements Serializable

Serialized Fields

tenant

DistinguishedName tenant

requester

ProcessParticipant requester

startDate

java.util.Date startDate

endDate

java.util.Date endDate

type

java.lang.String type

activeOnly

boolean activeOnly


Package com.ibm.passwordrules

Class com.ibm.passwordrules.BehavioralRule implements Serializable

Class com.ibm.passwordrules.IncompatibleRulesException implements Serializable

Serialized Fields

rule1

Rule rule1

rule2

Rule rule2

reason

java.lang.String reason

Class com.ibm.passwordrules.InvalidPasswordException implements Serializable

Serialized Fields

ruleViolated

Rule ruleViolated

reason

java.lang.String reason

Class com.ibm.passwordrules.IterationsExceededException implements Serializable

Serialized Fields

count

int count

Class com.ibm.passwordrules.LexicalRule implements Serializable


Package com.ibm.passwordrules.standard

Class com.ibm.passwordrules.standard.CaseRestricted implements Serializable

Serialized Fields

restriction

int restriction

Class com.ibm.passwordrules.standard.LengthConstraint implements Serializable

Serialized Fields

min

int min

max

int max

Class com.ibm.passwordrules.standard.MaxLengthConstraint implements Serializable

Serialized Fields

max

int max

Class com.ibm.passwordrules.standard.MaxSequentialCharacters implements Serializable

Serialized Fields

max

int max

Class com.ibm.passwordrules.standard.MayNotContain implements Serializable

Serialized Fields

charList

char[] charList

Class com.ibm.passwordrules.standard.MinAlphabeticCharacters implements Serializable

Serialized Fields

min

int min

Class com.ibm.passwordrules.standard.MinDigitCharacters implements Serializable

Serialized Fields

min

int min

Class com.ibm.passwordrules.standard.MinDistinctCharacters implements Serializable

Serialized Fields

min

int min

Class com.ibm.passwordrules.standard.MinLengthConstraint implements Serializable

Serialized Fields

min

int min

Class com.ibm.passwordrules.standard.MustContain implements Serializable

Serialized Fields

charList

char[] charList

Class com.ibm.passwordrules.standard.NotInDictionary implements Serializable

Class com.ibm.passwordrules.standard.NotRepeated implements Serializable

Serialized Fields

historyLength

int historyLength

Class com.ibm.passwordrules.standard.NotReversed implements Serializable

Serialized Fields

historyLength

int historyLength

Class com.ibm.passwordrules.standard.NotUserID implements Serializable

Class com.ibm.passwordrules.standard.NotUserIDCaseInsensitive implements Serializable

Class com.ibm.passwordrules.standard.NotUserName implements Serializable

Class com.ibm.passwordrules.standard.NotUserNameCaseInsensitive implements Serializable

Class com.ibm.passwordrules.standard.PasswordHistoryItem implements Serializable

Serialized Fields

passwordHash

byte[] passwordHash

reversedPasswordHash

byte[] reversedPasswordHash

Class com.ibm.passwordrules.standard.PasswordRulesInfo implements Serializable

Serialized Fields

minLength

int minLength

maxLength

int maxLength

minDistinctChars

int minDistinctChars

minAlphabeticChars

int minAlphabeticChars

minDigitChars

int minDigitChars

maxKeyboardSequence

int maxKeyboardSequence

maxSequentialCharacters

int maxSequentialCharacters

repeatedHistoryLength

int repeatedHistoryLength

reversedHistoryLength

int reversedHistoryLength

allowUserID

boolean allowUserID

allowUserIDCaseInsensitive

boolean allowUserIDCaseInsensitive

allowUserName

boolean allowUserName

allowUserNameCaseInsensitive

boolean allowUserNameCaseInsensitive

allowInDictionary

boolean allowInDictionary

invalidChars

java.lang.String invalidChars

requiredChars

java.lang.String requiredChars

restrictedToChars

java.lang.String restrictedToChars

startsWithChars

java.lang.String startsWithChars

minValidityPeriod

long minValidityPeriod

maxValidityPeriod

long maxValidityPeriod

m_customRules

java.util.Map m_customRules

Class com.ibm.passwordrules.standard.RestrictedTo implements Serializable

Serialized Fields

charList

char[] charList

Class com.ibm.passwordrules.standard.RuleSet implements Serializable

Serialized Fields

m_rules

java.util.Vector m_rules

iterationsCount

int iterationsCount

validationInfo

ValidationInfo validationInfo

m_rulesInfo

PasswordRulesInfo m_rulesInfo

lnkRuleFactory

com.ibm.passwordrules.standard.RuleFactory lnkRuleFactory

lnkGeneratorFactory

com.ibm.passwordrules.standard.GeneratorFactory lnkGeneratorFactory

lnkIterationsExceededException

IterationsExceededException lnkIterationsExceededException

Class com.ibm.passwordrules.standard.StartsWithChar implements Serializable

Serialized Fields

charList

char[] charList

Class com.ibm.passwordrules.standard.ValidityTimeConstraint implements Serializable

Serialized Fields

minTime

long minTime

maxTime

long maxTime


Package FESI.jslib

Class FESI.jslib.JSException implements Serializable

Serialized Fields

originatingException

java.lang.Throwable originatingException
Original exception which caused the current exception