com.ibm.itim.policy.join

Class JointEntitlement

  • java.lang.Object
    • com.ibm.itim.dataservices.model.policy.Entitlement
      • com.ibm.itim.policy.join.JointEntitlement
  • All Implemented Interfaces:
    com.ibm.itim.util.xml.objectstream.Importable, java.io.Serializable


    public class JointEntitlement
    extends com.ibm.itim.dataservices.model.policy.Entitlement
    This class represents the joint entitlement obtained by joining provisioning information from all governing entitlements.
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class com.ibm.itim.dataservices.model.policy.Entitlement

        ALL_ENTITLEMENTS, ALL_OWNERSHIP_TYPE, ENTITLEMENT_TYPE_AUTHORIZED, ENTITLEMENT_TYPE_REQUIRED
    • Constructor Summary

      Constructors 
      Constructor and Description
      JointEntitlement() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getServiceProfileName()
      Gets service profile name
      void setServiceProfileName(java.lang.String serviceProfileName)
      Sets service profile name
      • Methods inherited from class com.ibm.itim.dataservices.model.policy.Entitlement

        clone, equals, getEntitlements, getEntitlementTarget, getGlobalID, getOwnershipType, getProcessDN, getProvisioningParameters, getTarget, getType, getVersion, hashCode, setEntitlements, setOwnershipType, setProcessDN, setProvisioningParameters, setTarget, setType, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • JointEntitlement

        public JointEntitlement()
    • Method Detail

      • getServiceProfileName

        public java.lang.String getServiceProfileName()
        Gets service profile name
        Returns:
        Returns the serviceProfileName.
      • setServiceProfileName

        public void setServiceProfileName(java.lang.String serviceProfileName)
        Sets service profile name
        Parameters:
        serviceProfileName - The serviceProfileName to set.