com.ibm.itim.common

Class PolicyMembershipAttributeValue

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable


    public class PolicyMembershipAttributeValue
    extends AttributeValue
    This class holds policy membership attribute value. This class overrides the 'toXML' function of AttributeValue class.
    See Also:
    Serialized Form
    • Field Detail

      • MEMBERSHIP_ALL

        public static int MEMBERSHIP_ALL
      • MEMBERSHIP_OTHER

        public static int MEMBERSHIP_OTHER
      • MEMBERSHIP_ROLES

        public static int MEMBERSHIP_ROLES
    • Constructor Detail

      • PolicyMembershipAttributeValue

        public PolicyMembershipAttributeValue()
        Constructor
      • PolicyMembershipAttributeValue

        public PolicyMembershipAttributeValue(java.lang.String attributeName,
                                              java.util.Collection values)
        Constructor
        Parameters:
        attributeName -
        values -
    • Method Detail

      • toXML

        public java.lang.String toXML()
        Returns an XML String representation of the membership attribute.
        Overrides:
        toXML in class AttributeValue
        Returns:
        XML String representation of the membership attribute.