Interface PropertyMgr

    • Method Detail

      • add

        FortEntity add​(FortEntity entity,
                       Properties props)
                throws SecurityException
        Adds properties (ftProps) to a supplied fortress entity (Group, Role, AdminRole, Permission, PermObj)
        Parameters:
        entity - Entity to add properties
        props - Properties to add to entity
        Returns:
        Updated entity
        Throws:
        SecurityException
      • update

        FortEntity update​(FortEntity entity,
                          Properties props)
                   throws SecurityException
        Update properties (ftProps) to a supplied fortress entity (Group, Role, AdminRole, Permission, PermObj)
        Parameters:
        entity - Entity to update properties
        props - Properties to update to entity
        Returns:
        Updated entity
        Throws:
        SecurityException
      • delete

        void delete​(FortEntity entity,
                    Properties props)
             throws SecurityException
        Delete properties (ftProps) from a supplied fortress entity (Group, Role, AdminRole, Permission, PermObj)
        Parameters:
        entity - Entity to delete properties from
        props - Properties to delete from entity
        Throws:
        SecurityException
      • get

        Properties get​(FortEntity entity)
                throws SecurityException
        Retrieve properties (ftProps) from a supplied fortress entity (Group, Role, AdminRole, Permission, PermObj)
        Parameters:
        entity - Entity to return properties from
        Returns:
        Properties for the supplied entity
        Throws:
        SecurityException