Class Summary |
Bitwise |
Will join attribute values containing Strings representing integers in
bitstring format to be joined using a bitwise operation: | or &. |
Boolean |
will join attribute values containing Strings representing a booleanvalue to
be joined using a boolean operator |
Enforcement |
Objects of this class are used during the parameter value joins to resolve
conflicts between different enforcement types for the same provisioning
parameter value defined in more than one policy entitlement. |
ExpressionType |
This class helps in joining expression types specified on provisioning
parameter values: Conflicts are resolved using the following precedence
sequence with the decreasing order of importance:
com.ibm.itim.dataservices.model.policy.EXPRESSION_TYPE_REGULAR (regular
expression)
com.ibm.itim.dataservices.model.policy.EXPRESSION_TYPE_SCRIPT(covering
constants); |
JoinDirector |
An implementation of PolicyJoinRuntimeContext. |
JointEntitlement |
This class represents the joint entitlement obtained by joining provisioning
information from all governing entitlements. |
Multivalued |
will join all attribute values from all multivalued attributes found in all
relative entitlements. |
Numeric |
will join attribute values containing Strings representing a number to be
joined using an operator allowed on numbers. |
PrecedenceSequence |
This class is to be used on snglevalued attributes which contain a fixed list
of allowable values. |
Priority |
This class contains logic to join all applicable attributes' values based on
priority number of the policy which contais them. |
Textual |
will join attribute values containing Strings representing a purely textual
information to be joined using an operation alloed on text. |