Interface DataPolicy

    • Method Detail

      • getName

        String getName()
        Get the Name of the Data Policy
        Returns:
      • getDescription

        String getDescription()
        Get the description of the Data Policy
        Returns:
      • getMappedRoleNames

        List<String> getMappedRoleNames()
        Mapped Container Role names for this Data Policy
        Returns:
      • isAnyAuthenticated

        boolean isAnyAuthenticated()
        If the policy applies to any authenticated user
        Returns:
      • isGrantAll

        boolean isGrantAll()
        If the policy grants all permissions
        Returns:
      • isAllowCreateTemporaryTables

        Boolean isAllowCreateTemporaryTables()
        If the policy allows for temporary table usage
        Returns: