|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.itim.policy.join.Priority
public class Priority
This class contains logic to join all applicable attributes' values based on priority number of the policy which contais them. This class is completely under control of the enRole system and will not be extended in the field.
Constructor Summary | |
---|---|
Priority()
the only necessary constructor |
Method Summary | |
---|---|
com.ibm.itim.dataservices.model.policy.ServiceAttributeParameter |
join(java.util.Collection policyEntitlementPairs,
com.ibm.itim.dataservices.model.policy.JoinDirectiveInfo joinInfo)
Method will join all values from all provisioning parameters. |
void |
setContext(java.util.Map attributeValues,
ServiceEntity service,
PersonEntity person)
Method will set context inforamtion which may be helpful in determining custom joining logic. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Priority()
Method Detail |
---|
public void setContext(java.util.Map attributeValues, ServiceEntity service, PersonEntity person)
setContext
in interface JoinInterface
attributeValues
- Map of all existing account attributes values. Value will be
non-null when the method is called in the context of
validating of an existing account.service
- ServiceEntity representitng service instance for which the
parameters are being joined together.person
- PersonEntity representitng the person for whose account the
parameters are being joined together. AttributeValue object
corresponding to the provisioning parameter being joined. When
method called in the context of account creation, the value is
null.public com.ibm.itim.dataservices.model.policy.ServiceAttributeParameter join(java.util.Collection policyEntitlementPairs, com.ibm.itim.dataservices.model.policy.JoinDirectiveInfo joinInfo)
join
in interface JoinInterface
policyEntitlementPairs
- Collection of EntitlementInProvisioningPolicy objectsjoinInfo
- JoinDirectiveInfo objects
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |