Serialized Form
Package com.ibm.itim.adhocreport |
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.
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
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
m_zp
Zql.ZqlParser m_zp
m_zq
Zql.ZQuery m_zq
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
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.
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.
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 |
exceptions
java.util.Map exceptions
collection
java.util.Collection collection
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 |
challengeResponseEnabled
boolean challengeResponseEnabled
userDefined
boolean userDefined
numRequired
int numRequired
adminDefinedChallenges
java.util.Collection adminDefinedChallenges
Package com.ibm.itim.apps.provisioning |
subject
javax.security.auth.Subject subject
platform
com.ibm.itim.apps.impl.PlatformContextImpl platform
name
DistinguishedName name
Package com.ibm.itim.apps.search |
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
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 |
subject
javax.security.auth.Subject subject
platform
com.ibm.itim.apps.impl.PlatformContextImpl platform
handle
javax.ejb.Handle handle
Package com.ibm.itim.authentication |
Package com.ibm.itim.common |
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
collection
java.util.Collection collection
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
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.
attributeValueMap
java.util.Map attributeValueMap
Package com.ibm.itim.dataservices.model |
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
operations
java.lang.String operations
all
boolean all
attributes
java.util.Collection attributes
authOwnerDN
DistinguishedName authOwnerDN
dns
java.util.Vector dns
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
name
java.lang.String name
mapAttrNames
java.util.Map mapAttrNames
profileName
java.lang.String profileName
tenantDN
DistinguishedName tenantDN
nameAttribute
java.lang.String nameAttribute
directoryObject
DirectoryObject directoryObject
profile
ObjectProfile profile
rawDn
java.lang.String rawDn
entity
DirectoryObjectEntity entity
- To hold the duplicated directory entity
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
dn
DistinguishedName dn
- Distinguished name for the object
name
java.lang.String name
- Category name
operationMap
java.util.Map operationMap
- Category operation map
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
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
reason
int reason
- Deprecated.
exception
java.lang.Exception exception
- Deprecated.
action
java.lang.String action
classRights
java.util.Collection classRights
attributeRights
java.util.Collection attributeRights
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
code
int code
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 |
ownerEntity
PersonEntity ownerEntity
serviceEntity
ServiceEntity serviceEntity
concreteProfileName
java.lang.String concreteProfileName
globalId
java.lang.String globalId
- Hold the unique identifier of the person
Package com.ibm.itim.dataservices.model.system |
challenge
java.lang.String challenge
response
java.lang.String response
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.
challengesAndResponses
java.util.Collection challengesAndResponses
- Used to hold parsed ChallengeAndResponse objects.
delegates
java.util.Collection delegates
- Array buffer of Delegate.
- See Also:
Delegate
systemAdmin
java.lang.Boolean systemAdmin
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 |
throwable
java.lang.Throwable throwable
tokenValues
java.lang.Object[] tokenValues
Package com.ibm.itim.fesiextensions |
tokenValues
java.lang.Object[] tokenValues
Package com.ibm.itim.mail |
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 |
throwable
java.lang.Throwable throwable
tokens
java.lang.Object[] tokens
Package com.ibm.itim.remoteservices.exception |
errorMessageArgs
java.util.Vector errorMessageArgs
cause
java.lang.Throwable cause
Package com.ibm.itim.remoteservices.provider |
requestId
java.lang.String requestId
resultStatus
RequestStatus resultStatus
status
int status
reason
int reason
reasonMessage
java.lang.String reasonMessage
reasonMessageArgs
java.util.Vector reasonMessageArgs
notChangedAttributes
AttributeValues notChangedAttributes
returnAttributes
AttributeValues returnAttributes
filter
java.lang.String filter
base
java.lang.String base
searchAttributes
java.util.Collection searchAttributes
dn
java.lang.String dn
objectClasses
java.util.Vector objectClasses
attributeValues
AttributeValues attributeValues
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 |
Package com.ibm.itim.webclient.logon |
Package com.ibm.itim.workflow.model |
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.
status
int status
summary
java.lang.String summary
description
java.lang.String description
detail
java.util.List detail
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
oldParticipant
ActivityParticipant oldParticipant
- The old participant before the assignment
participant
ActivityParticipant participant
- The new participant after the assignment
participant
ActivityParticipant participant
- Activity participant who completed a manual activity
participant
ProcessParticipant participant
- Identifies the process participant who created the process
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.
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
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
info
java.lang.String info
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.
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
participant
ActivityParticipant participant
- The participant whose resolution failed
participant
ActivityParticipant participant
- A workflow requester who completed the password pickup
id
java.lang.String id
name
java.lang.String name
value
java.lang.Object value
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
participant
ActivityParticipant participant
- The new participant after the assignment
errCode
java.lang.String errCode
exMsg
java.lang.String exMsg
cause
java.lang.Throwable cause
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 |
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 |
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 |
rule1
Rule rule1
rule2
Rule rule2
reason
java.lang.String reason
ruleViolated
Rule ruleViolated
reason
java.lang.String reason
count
int count
Package com.ibm.passwordrules.standard |
restriction
int restriction
min
int min
max
int max
max
int max
max
int max
charList
char[] charList
min
int min
min
int min
min
int min
min
int min
charList
char[] charList
historyLength
int historyLength
historyLength
int historyLength
passwordHash
byte[] passwordHash
reversedPasswordHash
byte[] reversedPasswordHash
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
charList
char[] charList
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
charList
char[] charList
minTime
long minTime
maxTime
long maxTime
originatingException
java.lang.Throwable originatingException
- Original exception which caused the current exception