Class PermAnt

  • All Implemented Interfaces:
    Serializable

    public class PermAnt
    extends Permission
    Entity is used by custom Apache Ant task for special handling of collections. This is necessary because the Ant parser cannot deal with complex data attribute types. The class extends a base entity.
    Author:
    Apache Directory Project
    See Also:
    Serialized Form
    • Constructor Detail

      • PermAnt

        public PermAnt()
    • Method Detail

      • getAntRoles

        public String getAntRoles()
        Return the roles as a String.
        Returns:
        String contains a comma delimited set of role names assigned to permission.
      • setAntRoles

        public void setAntRoles​(String antRoles)
        Accept a comma delimited String containing a list of Roles to be granted to a permission. This function will parse the String and call the setter on its parent.
        Parameters:
        antRoles - contains a comma delimited set of role names.