|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JoinInterface | |
---|---|
com.ibm.itim.policy.join | Provides classes used for resolving conflicts between provisioning policies. |
Uses of JoinInterface in com.ibm.itim.policy.join |
---|
Classes in com.ibm.itim.policy.join that implement JoinInterface | |
---|---|
class |
Bitwise
Will join attribute values containing Strings representing integers in bitstring format to be joined using a bitwise operation: | or &. |
class |
Boolean
will join attribute values containing Strings representing a booleanvalue to be joined using a boolean operator |
class |
Multivalued
will join all attribute values from all multivalued attributes found in all relative entitlements. |
class |
Numeric
will join attribute values containing Strings representing a number to be joined using an operator allowed on numbers. |
class |
PrecedenceSequence
This class is to be used on snglevalued attributes which contain a fixed list of allowable values. |
class |
Priority
This class contains logic to join all applicable attributes' values based on priority number of the policy which contais them. |
class |
Textual
will join attribute values containing Strings representing a purely textual information to be joined using an operation alloed on text. |
Methods in com.ibm.itim.policy.join that return JoinInterface | |
---|---|
JoinInterface |
JoinClassCache.getInstance(java.lang.String className)
will return the only instance of join class if requested for the first time - new instance will be created first |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |